{% extends 'base.html' %} {% load static %} {% block title %} | Home {% endblock %} {% block stylesheets %} {% endblock %} {% block content %} {% if user.is_authenticated %}
{% else %}

You must be logged-in to continue!

Login {% endif %} {% endblock %}