{% extends 'store/layout/layout.html' %} {% load static %} {% block title %}Products{% endblock %} {% block style %}{% endblock %} {% block body %}
{% if categories %} {% endif %} {% if products %} {% include 'store/includes/products.html' with products=products %}
{% include 'store/pagination.html' with page_obj=products %}
{% else %} Comming Soon... {% endif %}
{% include 'store/modals/homepage.html' %} {% endblock %} {% block script %} {% include 'store/handlebars/homepage.html' %} {% endblock %}