{% extends "base.txt" %}
{%- block "content" -%}
Dear ${name},

To reset your password, please click the following link:

{% url "reset_password" from "moya.auth" base .site.url with token=token %}

If you did not request a password reset, please ignore the email.
{% endblock %}
