{% extends "base.html" %} {% block body %}
{#
You must enter an email.
#}
{#
You must enter a password.
#}
{#
You must confirm your password.
#}
Already have an account? Login
{% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% endblock %} {% block scripts %} {% endblock %}