{% extends 'aiohttp_login/bootstrap-3/base.html' %} {% from 'aiohttp_login/bootstrap-3/macroses.html' import form_field %} {% block auth_title %}Reset password{% endblock %} {% block auth_content %} {% include 'aiohttp_login/bootstrap-3/styles.html' %}

Reset password

{{ form_field(auth.form.email) }}
{{ auth.form.csrf_token }}
Login
Registration
{% endblock %}