{% extends "base/base.html" %} {% block content %} {% if form.has_errors %}

Your username and password didn't match. Please try again.

{% endif %} {% if user.is_authenticated %}

You are currently logged in as {{ user.username }}

Logout

{% endif %}
{{ form.username }}
{{ form.password }}
{% endblock %}