{% extends "template.html" %} {% block content %}

Créer un compte

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, msg in messages %}

{{ msg }}

{% endfor %}
{% endif %} {% endwith %}

Déjà un compte ? Se connecter

{% endblock %}