{% extends "layout.html" %} {% block body %}
{% if success %}

Thank you!

Email address verified successfully

{% else %}

There was a problem

Your email address could not be verified

The verification link may be invalid or expired.

{% endif %}

Go to the login page.

{% endblock %}