This is the index Page

{% if user.is_authenticated %}

You name is: {{ user.username }}

{% else %}

You are not logged in.

{% endif %}