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

Login

{% if error == "1" %}

Incorrect email address or password.
Please try again.

{% endif %} {% if current_user.is_authenticated %} {% else %}

Dont have an account? Sign up here

{% endif %}
{% endblock %}