{% block subject %} {{ site.title }} - your password reset request {% endblock %} {% block body %}
Dear {{ user.first_name }},
A lost password request has been submitted for your account with {{ site.title }} ({{ site.uri.public }}) on {{ request_date | date('m/d/Y g:i A') }}.
If you or someone you trust sent this request, and you wish to set a new password, please click this link: {{ site.uri.public }} /account/set-password/confirm?token={{ token }}
If you did not expect this email, you may click this link to cancel the request: {{ site.uri.public }} /account/set-password/deny?token={{ token }}, or simply do nothing and the request will expire on its own.
With regards,
The {{ site.title }} Team