{% if current_page == "index" %}
Home
{% else %}
Home
{% endif %}
Discord
Navigation
Home
Discord
{% 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 %}