{% if project_description %}
{% endif %} {% load static %}
{% block head %}{% endblock %}
Explore
About
{% if user.is_authenticated %}
My Roster
Sessions
Squads
Messages
Profile
Settings
{% if user.is_staff %}
Admin
{% endif %}
{% csrf_token %}
Log Out
{% else %}
Log In
Join Roster
{% endif %}
{% block content %}{% endblock %}
Explore
My Roster
Messages
Sessions
Squads
Profile
{% block scripts %}{% endblock %}