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

Hi {{ user.username }}!

Go to your instance

Log Out

{% else %}

You are not logged in

Log In

Create an account

{% endif %} {% endblock %}