{% extends 'flask_user/emails/base_message.html' %} {% block message %}

Thank you for registering with {{ app_name }}.

{% if user_manager.enable_confirm_email and not user.confirmed_at -%}

You will need to confirm your email next.

If you initiated this registration, please click on the link below:
    Confirm your email.

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

{% endif %} {% endblock %}