{% extends 'store/index.html' %} {% load static %} {% block content %}
{% for slider in sliders %} {% endfor %}
{% comment %} Deals {% endcomment %}

Today's Deals

{% for deal in deals %}

{{deal.name}}

{{deal.category}}

{{deal.name}}$ {{deal.price}}
{% endfor %}

New Arrivals

{% for product in products %}
20% off

{{product.name}}

{{product.category}}

${{product.price}}

{% 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.name}}

{{category.description}}

{% endfor %}
{% endblock content %}