{% block extrahead %} {% endblock %}

{{ site.name }}

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

Etykiety

Ogólne

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