{% extends theme('layouts/1-column.html') %} {% import 'macros/forms.html' as forms with context %} {% set section_class = 'form' %} {% block main_content %}
{{ _('Sign In') }} {{ forms.render(form) }} {% if error %}
{{ error }}
{% endif %}

{{ _('Passwordless login') }}

{% endblock %}