{% extends 'layouts/login.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Reset your password{% endblock %} {% block body %}
{% call f.form_tag('user.begin_password_reset') %}

Reset your password

We'll send you an email to reset your password.

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