{% extends "base.html" %} {% block content %}
{% if userCreation is defined %}

Account creation successful!

{% endif %} {% if loginFailure is defined %}

Incorrect email or password combination.

{% endif %} {% if unusedEmail is defined %}

That email is not currently registered.

{% endif %}

Don’t have an account? Sign up

{% endblock %}