{% if current_page == "main.index" %}
  •  Home
  • {% else %}
  •  Home
  • {% endif %} {% if current_page.startswith("wiki.") %}
  •  Wiki
  • {% else %}
  •  Wiki
  • {% endif %}
  •  Discord
  • {% if is_staff() %} {% if current_page.startswith("staff.") %}
  •  Staff
  • {% else %}
  •  Staff
  • {% endif %} {% endif %}
    • Navigation
    • {% if current_page == "main.index" %}
    •  Home
    • {% else %}
    •  Home
    • {% endif %} {% if current_page.startswith("wiki.") %}
    •  Wiki
    • {% else %}
    •  Wiki
    • {% endif %}
    •  Discord
    • {% if is_staff() %} {% if current_page.startswith("staff.") %}
    •  Staff
    • {% else %}
    •  Staff
    • {% endif %} {% endif %}
    • {% if not debug %} {% if logged_in %}
    •  Logout
    • {% else %}
    •  Login with Discord
    • {% endif %} {% else %}
    •  Debug mode
    • {% endif %} {% if current_page.startswith("main.info") %}
    • Information
    • {% else %}
    • Information
    • {% endif %} {% if current_page == "main.info.help" %}
    • Getting Help
    • {% else %}
    • Getting Help
    • {% endif %} {% if current_page == "main.info.resources" %}
    • Resources
    • {% else %}
    • Resources
    • {% endif %} {% if current_page.startswith("main.about.") %}
    • About
    • {% else %}
    • About
    • {% endif %} {% if current_page == "main.about.channels" %}
    • Channels
    • {% else %}
    • Channels
    • {% endif %} {% if current_page == "main.about.partners" %}
    • Partners
    • {% else %}
    • Partners
    • {% endif %} {% if current_page == "main.about.rules" %}
    • Server Rules
    • {% else %}
    • Server Rules
    • {% endif %} {% if current_page.startswith("main.jams") %}
    • Code Jams
    • {% else %}
    • Code Jams
    • {% endif %} {% if current_page == "main.jams.index" %}
    • All Jams
    • {% else %}
    • All Jams
    • {% endif %} {% if current_page == "main.jams.profile" %}
    • My Profile
    • {% else %}
    • My Profile
    • {% endif %}
    • {% if current_page.startswith("main.about.privacy") %}
    • Privacy
    • {% else %}
    • Privacy
    • {% endif %}