{% extends 'layout.html' %} {% block title %} Forgot Your Password? {% endblock %} {% block body %}

Enter your email address to get a password reset link

{% csrf_token %} {{ form.as_p }}
{% endblock %}