{% 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, css_class='sm-margin-bottom', autofocus='autofocus') %} {% endcall %} {% call f.form_group(form.password, css_class='sm-margin-bottom') %} {% endcall %}
{% endcall %}
{% endblock %}