{% load static %}
ACM CodeTrails
{% block style %} {% endblock style %}
{% if user.is_authenticated %}
Trails
{% else %}
Sign Up
{% endif %}
Instructions
{% if user.is_authenticated %}
Log Out
{% else %}
Log In
{% endif %}
Leaderboard
{% if user.is_authenticated %}
gesture
Trails
{% else %}
person_add_alt
Sign Up
{% endif %}
help
Instructions
{% if user.is_authenticated %}
logout
Log Out
{% else %}
login
Log In
{% endif %}
leaderboard
Leaderboard
{% block content %} {% endblock content %}
{% block script %} {% endblock script %}