{% extends "emails/base_email.html" %} {% block title %}Reset your {{ site_name }} password{% endblock %} {% block content %}
Hello,
We received a request to reset the password for your {{ site_name }} account. If you did not make this request, you can ignore this email or contact {{ support_email }}.
| Set a new password |
Or copy this link:
{{ url }}
After you set your password, sign in to {{ site_name }}.
{% endblock %}