{% extends base %} {% block fulltitle %} {%- if full_title -%} {{- full_title -}} {%- else -%} {{- super() -}} {%- endif -%} {% endblock %} {% block extrahead %} {{- super() }} {% if site_description -%} {%- endif -%} {% endblock %} {% block content %}
{% for category in categories -%} {{ category.name }} {%- endfor %}

Новые добавления

{% include "includes/stories.html" %}

Лента добавлений | Топ | RSS {% if current_user.is_staff %}| {{ _('Moderation log') }} {% elif current_user.is_authenticated %}| {{ _('Edit log') }} {% endif %}

Обновившиеся рассказы

{% include "includes/chapters_short.html" %}

Лента обновлений | RSS

Последние комментарии

{{ comments_html|safe }}

Лента комментариев

Последние новости

{% for newsitem in news %}
{{ newsitem.title }}
{% endfor %}

Все новости

{% endblock %}