{% extends 'layouts/login.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Enter a new password{% endblock %} {% block body %}
{% call f.form_tag('user.password_reset') %}

Enter a new password

{% call f.form_group(form.password) %}{% endcall %} {% endcall %}
{% endblock %}