{% extends 'email/layout.html' %} {% block content %}
Welcome, {{ user.email }}!
{% if not security.confirmable %} {% set login_url = url_for('security_controller.login', _external=True) %}You may now login at {{ login_url }}
{% else %}Please confirm your email by clicking the link below:
Or copy and paste it into your browser: {{ confirmation_link }}
{% endif %} {% endblock %}