{% extends 'root/base.html' %} {% block nav_list %} {% include 'root/snippets/nav_list_simple.html' %} {% endblock nav_list %} {% block main %}
{% include 'catalog/breadcrumbs.html' %} {% if search_for %}

Аккумуляторы для:
{{ search_for }}

{% else %}

{{ page.title }}

{% endif %} {% include 'catalog/bubbles.html' with subset=siblings %} {% include 'catalog/bubbles.html' with subset=children %}
{% for product in products %} {% include 'root/snippets/product_ticket.html' %} {% endfor %}

Категории

{% for category in common_pages.home.categories_list %} {% include 'root/snippets/category.html' %} {% endfor %}
{% endblock main %}