{% extends 'layouts/login.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Sign in to access your account{% endblock %} {% block body %}
{% call f.form_tag('user.login') %}

Sign in to continue

{% call f.form_group(form.identity, autofocus='autofocus') %} {% endcall %} {% call f.form_group(form.password) %}{% endcall %}
{% endcall %}
{% endblock %}