{% extends "base/layout.html" %} {% block pagecontent %}

Log in with your username and password

{% csrf_token %}
{% if form.errors %}
Sorry, that's not a valid username or password.
{% endif %}
{% endblock %}