{% extends 'base.html.twig' %} {% block title %}Forgot Password{% endblock %} {% block body %}

Forgot Your Password?

{% for message in app.flashes('success') %} {% endfor %} {% for message in app.flashes('danger') %} {% endfor %}

Enter your email address and we'll send you a link to reset your password.

We'll send a password reset link to this email.
{% endblock %}