{% import "templates/emails/macros.html" as utils %} {% extends "templates/emails/base.html" %} {% block content %}

Hello,

Thanks for signing up for ERPNext!

Please confirm your email address by clicking the button below:

{{ utils.button('Verify Account', link, true) }} {{ utils.separator() }}

Thanks,
Team ERPNext

{% endblock %}