{% extends "app/base.html" %} {% block head %} {% load static %} {% endblock %} {% block content %}

Welcome

Please log in with your username and password.

{% csrf_token %}
{% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %}
Go back without logging in.
{% endblock %}