{% extends 'admin/email/base_email.html.twig' %} {% block body %} {% apply inky_to_html %}

Hi!

To reset your password, please visit the following link

{{ url('admin_reset_password', {token: resetToken}) }}

Cheers!

{% endapply %} {% endblock %}