{% if logo %} logo {% endif %}
    {% if theme_domnav %} {% for link in theme_domnav %} {% if hasdoc(link['url']) %} {% set href = pathto(link['url']) %} {% else %} {% set href = link['url'] %} {% endif %}
  • {{ link['content'] }}
  • {% endfor %} {% endif %}