{% load static %} Simple Layout {% if user.is_authenticated %} {{ user.username}}
{% csrf_token %}
{% else %} Not Logged in login {% endif %}
{% block content %}

Main Content

{% endblock content %}