{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% else %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endif %}
{% if breadcrumbs is defined %} {% include 'components/breadcrumbs.html' %} {% endif %} {% block content %}{% endblock %}
{% if current_user.is_authenticated %}