{# templates/login/index.html.twig #} {% extends 'base.html.twig' %} {# ... #} {% block body %} {{ block("header", "header.html.twig") }} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

Connexion


{{ block("footer", "footer.html.twig") }}{% endblock %}