{% extends "flask_user/emails/base_message.html" %} {% block message %}
Thank you for registering with Flask-User.
{% if user_manager.enable_confirm_email %}Visit the link below to complete your registration:
If you did not initiate this registration, you may safely ignore this email.
{% endif %} {% endblock %}