{% for subnav in nav.subnav.content %} {% if subnav.is_active %} {% if nav.subnav.type == 'tab' %} {% if docsNavBack %} ← {{ docsNavBack.text }} {% endif %} {% for item in subnav.content %} {{ item.title }} {% endfor %} {% else %} {% for item in subnav.content %} {% if item.is_active %} {{ item.title }} {% else %} {{ item.title }} {% endif %} {% endfor %} {% endif %} {% endif %} {% endfor %}