{% for css_file in static_files['css']|sorted %}
{% endfor %}
{{ config_mod['general.title'] }}
Home
{% if config_mod['general.subtitle'] %}
{{ config_mod['general.subtitle'] }}
{% endif %}
{% block body %}
Page is empty
{% endblock %} {% include "paginate.html" %}
{% if menu_header %}
{{ menu_header }}
{% endif %}
Categories
{% for cat, children in categories_menu.values()|sorted recursive %}
{{ cat.name }}
{% if children %}
{{ loop(children.values()|sorted) }}
{% endif %}
{% endfor %}
Authors
{% for author in authors_mod.objects|sorted %}
{% include "authors/menu_link.html" %}
{% endfor %}