{% if current_page == "main.index" %}
Home
{% else %}
Home
{% endif %} {% if current_page.startswith("wiki.") %}
Wiki
{% else %}
Wiki
{% endif %}
Discord
Navigation
{% if current_page == "main.index" %}
Home
{% else %}
Home
{% endif %} {% if current_page.startswith("wiki.") %}
Wiki
{% else %}
Wiki
{% endif %}
Discord
{% 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.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" %}
Info
{% else %}
Info
{% endif %}
{% if current_page.startswith("main.about.privacy") %}
Privacy
{% else %}
Privacy
{% endif %}