{% extends "base.html" %} {% block title %} Home Manager {% endblock title%} {% block content %} {% if user.is_authenticated %}
{% csrf_token %}
{% load static %} My image
{% else %}

You are not logged in

Log In

{% endif %} {% endblock content %}