{% for item in tree %}{% if item.sectiontitle %}{% capture treeString %}{{ item.section | downcase }}{% endcapture %}{% capture pageURLString %}"{{ page.url }}"{% endcapture %}
  • {{ item.sectiontitle }} {% else %}
  • {{ item.title }}
  • {% endif %}{% endfor %}