{% extends "nopaque.html.j2" %} {% import 'materialize/wtf.html.j2' as wtf %} {% block nav_content %} {% include 'auth/_breadcrumbs.html.j2' %} {% endblock nav_content %} {% block page_content %}

{{ title }}

After entering your email address you will receive instructions on how to reset your password.

{{ form.hidden_tag() }} {{ wtf.render_field(form.email, class_='validate', material_icon='email', type='email') }}
{{ wtf.render_field(form.submit, material_icon='send') }}
{% endblock %}