{% extends 'base.html' %} {% block title %}Home{% endblock %} {% block content %}

Hi {{ user.username }}!


{% if user.is_authenticated %}

Logged in

{% endif %}

Do some stuff

Do other Stuff

{% endblock %}