{% if title %} The WARDen | {{ title }} {% else %} The WARDen {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% set printed_messages = dict() %} {% for category, message in messages %} {% if message not in printed_messages %}
{{ message }}
{% set x = printed_messages.__setitem__(message, "value") %} {% endif %} {% endfor %} {% endif %} {% endwith %}
{% endwith %} {% block content %} {% endblock %}
{%block modals%} {%endblock%}