{% for item in tree %}{% if item.section %}
{% assign tree = item.section %}{% include tree.html %}
{% else %} {% endif %}{% endfor %}