{% load static %} {% include 'header.html' %}
{% include 'navbar.html' %} {% block content %}
{% if user.is_authenticated %} Hi {{ user.username }}! {% else %}

You are not logged in

login {% endif %}

Login

{% csrf_token %} {{ form.as_p }}
{% endblock %} {% include 'footer.html' %}