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

Welcome {{ user.username }}

{% else %}

You are not logged in

Log In {% endif %} {% endblock content %}