{% include 'emails/components/_button.html.twig' with {
href: resetPasswordLink,
label: 'email.newUser.cta'|trans
} only %}
{% include 'emails/components/_alt_link.html.twig' with { url: resetPasswordLink } %}
{% include 'emails/components/_security.html.twig' with { text: 'email.newUser.security'|trans } %}
{% endblock %}