{% extends "/themes/default/index.html" %} {% block css %} {{ parent() }} {% if settings.catalog.categories.display == 'column' and settings.catalog.categories.structure == 'lists' %} {% if settings.catalog.categories.buttons.lists.separated %} {% endif %} {% if settings.catalog.categories.buttons.lists.blocks %} {% endif %} {% if settings.catalog.categories.buttons.lists.arrow %} {% endif %} {% endif %} {% endblock %} {% block search %} {% if settings.search.enabled and settings.search.position == 'fixed' %} {% include "/themes/default/catalog/elements/search.html" %} {% endif %} {% endblock %} {% block main %}

{{ h2 }}

{% if settings.search.enabled and settings.search.position == 'relative' %} {% include "/themes/default/catalog/elements/search.html" %} {% endif %} {% include "/themes/default/catalog/elements/categories.html" %} {% include "/themes/default/catalog/elements/filters.html" %} {% include "/themes/default/catalog/elements/products.html" %} {% if settings.cart.enabled %} {% include "/themes/default/catalog/elements/cart.html" %} {% endif %} {% endblock %} {% block js %} {{ parent() }} {% endblock %}