{% extends 'base.html' %} {% load thumbnail %} {%block body-id%}products{% endblock %} {% block shop-menu %} {% include 'shared/shop-menu.html' %} {% endblock %} {% block content %} {% include 'shared/search-bar.html' %}
{% if featured_products %} {% endif %}
Test : {{ test }}
{% endblock %} {% block page-scripts %} {% endblock %}