{% extends '_partials/login-base.html.twig' %} {% block body %}
{% if error %}
{{ error.messageKey|trans(error.messageData, 'security') }}
{% endif %}

Please sign in

{% endblock %}