{% if current_page == "index" %}
  •  Home
  • {% else %}
  •  Home
  • {% endif %}
  •  Wiki
  •  Discord
    • Navigation
    •  Home
    •  Wiki
    •  Discord
    • {% if not debug %} {% if logged_in %}
    •  Logout
    • {% else %}
    •  Login with Discord
    • {% endif %} {% else %}
    •  Debug mode
    • {% endif %} {% if current_page.startswith("info") %}
    • Information
    • {% else %}
    • Information
    • {% endif %} {% if current_page == "info/jams" %}
    • Code Jams
    • {% else %}
    • Code Jams
    • {% endif %} {% if current_page == "info/help" %}
    • Getting Help
    • {% else %}
    • Getting Help
    • {% endif %} {% if current_page == "info/resources" %}
    • Resources
    • {% else %}
    • Resources
    • {% endif %} {% if current_page == "info/rules" %}
    • Server Rules
    • {% else %}
    • Server Rules
    • {% endif %}