{% extends 'base.html.twig' %} {% block title %}Log in{% endblock %} {% block body %}

Please sign in

{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}
{% endblock %}