{% block stylesheets %} {% endblock %} {% include 'components/_nav.html.twig' %}
{% include 'components/_banner.html.twig' %} {% block content %}{% endblock %} {% for message in app.flashes('success') %}

Succès

{{ message }}

{% endfor %} {% for message in app.flashes('error') %}

Erreur

{{ message }}

{% endfor %}
{% include 'components/_footer.html.twig' %} {% block javascripts %} {% endblock %}