{% block extrahead %} {% endblock %}
{{ site.name }}
Strona główna
Informacje podstawowe
Pracownicy
Kontakt
{% with flashes = get_flashed_messages(with_categories=True) %} {% if flashes %}
{% for category, flash in flashes %}
{{ flash }}
×
{% endfor %}
{% endif %} {% endwith %}
{% block breadcrumbs %} {% endblock %} {% block content %} {% endblock %}
Strony
{% for page in pages %}
{{ page.title }}
{% endfor %}
Etykiety
{% for label in labels %}
{{ label.name }} ({{ label.page_count }})
{% endfor %}
Ogólne
Rejestr zmian
Konto redaktora
{% if current_user.is_authenticated %} {% for item in editortools %}
{{ item.title }}
{% endfor %} {% else %}
zaloguj
{% endif %}
{% if current_user.is_authenticated and current_user.admin %}
Administracja
{% for item in admintools %}
{{ item.title }}
{% endfor %}
{% endif %}
{% block extrajs %} {% endblock %}