{% for item in include.manifest['menu'] %} {% include path-active.liquid href=item.href kids=item.kids %}
  • {% if item.href %}{% endif %} {{ item.text }} {% if item.href %}{% endif %} {% if item.kids %}
      {% for topic in item.kids %} {% include path-active.liquid href=topic.href kids=topic.kids %}
    • {{ topic.text }} {% if topic.kids %}
        {% for subtopic in topic.kids %} {% include path-active.liquid href=subtopic.href kids=subtopic.kids %}
      • {{ subtopic.text }} {% if subtopic.kids %}
          {% for sst in subtopic.kids %} {% include path-active.liquid href=sst.href kids=sst.kids %}
        • {{ sst.text }}
        • {% endfor %}
        {% endif %}
      • {% endfor %}
      {% endif %}
    • {% endfor %}
    {% endif %}
  • {% assign active = "" %} {% assign open = "" %} {% endfor %}