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

You are not logged in !!!!!

{% endif %}

Sign up

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