{% extends 'layout.html.twig' %} {% block title %}Authentification Utilisateur{% endblock %} {% block content %}

{{ block('title') }}

{% if error %}
Login failed! {{ error }}
{% endif %}
{% endblock %}