{% block h1 %}{% endblock %}

{% with komunikaty = get_flashed_messages(with_categories=true) %} {% if komunikaty %}
{% for kategoria, komunikat in komunikaty %} {{ komunikat }}
{% endfor %}
{% endif %} {% endwith %}
{% block tresc %} {% endblock %}