{% extends 'flask_user/emails/base_message.txt' %}

{% block message %}
Thank you for registering with {{ app_name }}.

{% if confirm_email_link -%}
You will need to confirm your email next.

If you initiated this registration, please visit the link below:
    {{ confirm_email_link }}

If you did not initiate this registration, you may safely ignore this email.

{%- endif %}
{% endblock %}