{% extends "base.html" %} {% block title %} Forgot your password {% endblock %} {% block content %}

Forgot your password

{% with messages = get_flashed_messages() %} {% if messages %} {% for m in messages %}

{{m}}

{% endfor %} {% endif %} {% endwith %}
{% with messages = get_flashed_messages() %} {% if messages %} {% for m in messages %}

{{m}}

{% endfor %} {% endif %} {% endwith %}
{% endblock %}