{% extends 'store/index.html' %} {% load static %} {% block content %} {% for slider in sliders %} {{slider.name}} {% endfor %} {% comment %} Deals {% endcomment %} Today's Deals {% for deal in deals %} {{deal.name}} {{deal.category}} $ {{deal.price}} {% endfor %} New Arrivals {% for product in products %} 20% off {{product.name}} {{product.category}} ${{product.price}} Add to cart {% endfor %} Popular Items {% for popular in populars %} {{popular.product_rating}} / 5 {{popular.name}} {{popular.category}} ${{popular.price}} Add to cart {% endfor %} What we offer Free Delivery Free Shipping on orders above $1000 Buy Now Get help buying Have a question? Call a Specialist or chat online for help Contact us Get High Discounts get 10% discount for orders above $1000, 20% discount for orders above $1700 goto Store Categories {% for category in categories%} {{category.name}} {{category.description}} {% endfor %} Contact Us {% endblock content %}
{{deal.category}}
{{product.category}}
${{product.price}}
{{popular.category}}
Free Shipping on orders above $1000
Have a question? Call a Specialist or chat online for help
get 10% discount for orders above $1000, 20% discount for orders above $1700
{{category.description}}