{# Always displayed, last item has to be navbar-burger #} {%- if logo_url %} {%- else %} {{ project }} {%- endif %} {%- if theme_github_url %} {%- endif %}
{# only on larger displays (> 1024px) #}
{# RIGHT #} {%- for (name, link) in theme_nav_links %} {%- if link.startswith('http') %} {%- else %} {%- endif %} {{name}} {%- endfor %} {%- if theme_nav_dropdowns %} {%- for (dropdown_title, dropdown_links) in theme_nav_dropdowns %}
{{dropdown_title}}
{%- for (name, link) in dropdown_links %} {%- if link.startswith('http') %} {%- else %} {%- endif %} {{name}} {%- endfor %}
{%- endfor %} {%- endif %}
{# LEFT #} {%- if theme_github_url %} Github {%- endif %}
{# navbar item #}
{# navbar end #}
{# only large items #}