{% extends "/themes/default/index.html" %} {% block css %} {{ parent() }} {% endblock %} {% block main %}

{{ h2 }}

{% include "/themes/default/catalog/elements/search.html" %} {% include "/themes/default/catalog/elements/categories.html" %} {% include "/themes/default/catalog/elements/filters.html" %} {% include "/themes/default/catalog/elements/products.html" %} {% endblock %} {% block js %} {{ parent() }} {% endblock %}