{% extends "email/default.html" %} {% block title %}Reset Your Password{% endblock %} {% block preheader %}Reset your {{SITE_NAME}} password.{% endblock %} {% block content %}

To reset your password, click the button below:

For reference, here's your login information:

Email: {{v.email}}
Username: {{v.username}}

If you're having trouble with the button above, copy and paste the URL below into your web browser.

{{action_url}}

{% endblock %}