{% extends 'base.html.twig' %} {% block title %}Connexion{% endblock %} {% block body %}
{% include 'auth/_auth_aside.html.twig' %}
{% if error %} {% endif %}

Connexion

Entre ton email et ton mot de passe pour te connecter.

{% endblock %}