{% extends "base.html" %} {% from "components/page-footer.html" import page_footer %} {% block per_page_title %} Check your email {% endblock %} {% block maincolumn_content %}

Check your email

A new confirmation email has been sent to {{ email }}

Click the link in the email to continue your registration.

{% endblock %}