{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
{% if category == 'success' %}
{% elif category == 'danger' %}
{% endif %}
{% endfor %}
{% endif %}
{% endwith %}
{% block errors %}{% endblock errors %}
{% block content %}{% endblock content %}
© 2022 PassTresor Inc.