{% extends 'base.html.twig' %} {% block title %}Login | ArCOA{% endblock %} {% block body %}

ArCOA Digital Archive

{% if error %}

Authentication error

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

Sign in

{% endblock %}