{% extends '::base.html.twig' %} {% block title %}Authentication{% endblock %} {% block body %} {% if error %}
{{ error.message }}
{% endif %}

Authentication

Choose a user

Use custom user

{% endblock %}