Login
{% include 'website/messages.html' %} {% if user.is_authenticated %}
You are already logged in!
{% else %}
{% if form.errors %}
Your username and password are incorrect. Please try again.
{% endif %}
{% endif %}
{% if not user.is_authenticated %}
{% endif %}