{% set base_url = config['MERGIN_BASE_URL'] %} {% extends "email/components/content.html" %} {% block html %}

Dear {{ user.username }},


Your Mergin Maps account has been created. To verify your email address please follow this link:

{{ base_url }}/{{ confirm_url }}

You can log in with {{ user.username }} or {{ user.email }}.
Your temporary password is: {{ password }}. It is highly recommended to change it. {% endblock %}