{% extends 'base.html' %} {% block title %} Home {% endblock %} {% block content %} {% if user.is_authenticated %} Hi {{ user.username }} {{ user.id }}!
You are not logged in