{% extends 'base.html' %} {% load static %} {% block content %}
{% for item in object_list %}

{{ item.get_category_display }}
{{ item.title }} NEW

{% if item.discount_price %} {{item.discount_price}} ${{item.price}} {%else%} {{ item.price }} {% endif %}

Add to cart
{% endfor %}
{% comment %} {% endcomment %}
{% for item in object_list %}

{{ item.get_category_display }}
{{ item.title }} NEW

{% if item.discount_price %} {{item.discount_price}} ${{item.price}} {%else%} {{ item.price }} {% endif %}

Add to cart
{% endfor %}

Winter Gifts

Compassionate gifts for a cold day

SHOP NOW
{% for item in object_list %}

{{ item.get_category_display }}
{{ item.title }} NEW

{% if item.discount_price %} {{item.discount_price}} ${{item.price}} {%else%} {{ item.price }} {% endif %}

Add to cart
{% endfor %}
{% for item in object_list %}

{{ item.get_category_display }}
{{ item.title }} NEW

{% if item.discount_price %} {{item.discount_price}} ${{item.price}} {%else%} {{ item.price }} {% endif %}

Add to cart
{% endfor %}
{% endblock content %}