{% for item in tree %} {% if item.section %}
{% assign tree = item.section %} {% assign subsection=true %} {% include tree.html %}
{% else %} {% if item.status %} {% capture statusHTML %} {{item.status}}{% endcapture %} {% else %} {% assign statusHTML = "" %} {% endif %} {% if item.path %} {% if page.url | remove: ".html" | remove "index" == item.path %} {% capture tocItemColor %}style="color:red;"{% endcapture %} {% else %} {% assign tocItemColor = "" %} {% endif %} {% endif %} {% endif %} {% endfor %}