{% extends 'base.html' %} {% load static %} {% block title %} | Scoreboard {% endblock %} {% block content %} {% if user.is_authenticated %} {% include 'form.html' %} {% else %}

You are not logged in

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