{% for item in tree %}{% if item.heading %}{% else %}{% if item.sectiontitle %}
  • {{ item.title }}
  • {% endif %}{% endif %}{% endfor %}