{% extends base %} {% from 'macro.html' import breadcrumbs with context %} {% block content %}
{{- breadcrumbs() }}

{{ page_title }}

{% if tab != 'story' %}{% endif -%} К рассказам {%- if tab != 'story' %}{% endif %}     {% if tab != 'news' %}{% endif -%} К новостям {%- if tab != 'news' %}{% endif %}

{% include "includes/comments_list.html" %}
{% if comments %} {% endif %} {{- breadcrumbs() }}
{% endblock %}