{{ project }}
{{ version }}{% if theme_publish_date %} ({{ theme_publish_date }}{% endif %})
{% if theme_scm_url and theme_scm_name|string() == 'Github' %}
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 %}