{{ project }}
    • {% if theme_scm_url and theme_scm_name|string() == 'Github' %}
    • {% endif %}
  • {% if theme_navbar_links %} {% for link_group in theme_navbar_links %}
  • {{ link_group[0] }}
      {% for link in link_group[1] %}
    • {{ link[0] }}
    • {% endfor %}
  • {% endfor %} {% endif %}