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

Hi customer!

To reset your password, please visit the following link

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

Cheers!

{% endapply %} {% endblock %}