{% extends 'base.html' %} {% load static %} {% block content %}
{% csrf_token %}

New arrival

{% for product_image in product_images %} {% include 'landing/product_item.html' %} {% endfor %}

Free shiping

Phones

{% for product_image in product_images_phones %} {% include 'landing/product_item.html' %} {% endfor %}

Watches

{% for product_image in product_images_watches %} {% include 'landing/product_item.html' %} {% endfor %}
{% endblock content %}