{% extends 'shop/base.html' %} {% block title %}Our Products - Nana Tradings{% endblock %} {% block content %}
{% include 'shop/filters.html' %}
{% include 'shop/live_search.html' %}
{% include 'shop/sort_options.html' %}
{% include 'shop/product_comparison.html' %} {% include 'shop/featured_products_shop.html' %} {% include 'shop/lazy_load.html' %}
{% endblock %}