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

Reset password

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