{% extends "_base.txt" %}

{% block content -%}
{%- if let Some(display_name) = display_name -%}
Hello {{ display_name }} ({{ user_id }}),
{%- else -%}
Hello {{ user_id }},
{%- endif %}

Somebody, probably you, tried to reset your Matrix account's password.
If you requested for your password to be reset, click this link to proceed:
    {{ verification_link }}
Otherwise, you can ignore this email. The above link will expire in one hour.
{%- endblock %}
