{# templates/security/login.html.twig #} {% extends 'base.html.twig' %} {% block title %}Log in{% endblock %} {% block body %}

Log in

{# Add a CSRF token to the login form #} {% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{% endblock %}