{% extends 'email/base.html.twig' %} {% block content %}

Dear {{ name }},

To reset your password, follow this link or copy the following URL into your browser's address bar: {{ reset_link }}.

Kind regards
{{ author }}

{% endblock %}