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

Sign in

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