{{ 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 %}
{% for item in menu %}
{{ item.title }}
{% endfor %}
Konto redaktora
{% for item in tools %} {% if (current_user.is_authenticated and not item.hide.authenticated) or (current_user.is_anonymous and not item.hide.anonymous) %}
{{ item.title }}
{% endif %} {% endfor %}
{% if current_user.is_authenticated and current_user.admin %}
Administracja
{% for item in admintools %}
{{ item.title }}
{% endfor %}
{% endif %}
{% block content %} {% endblock %}