{% load static %}
{% block head %}{% endblock head %}
DO NOT SPACE OUT
{% if user.is_authenticated %}
Classroom
Profile
Logout
{% endif %}
{% block content %}{% endblock content %}
{% block js %}{% endblock js %}