{{ site.name }}

{% with flashes = get_flashed_messages(with_categories=True) %} {% if flashes %}
{% for category, flash in flashes %} {% endfor %}
{% endif %} {% endwith %}

Konto redaktora
{% if current_user.is_authenticated and current_user.admin %}
Administracja
{% endif %}
{% block content %} {% endblock %}