{% if logo_url %}
{% elif logo %}
{% else %}
{{ project|e }}
{% endif %}
{%- include "util/navlinks.html" %}
{%- include "util/extlinks.html" %}
{% for link in navbar_links %}
{% if link.docname is defined %}
{{ link.label }}
{% else %}
{{ link.label }}
{% endif %}
{% endfor %}
{% if migration_guides %}