{% for heading in tableOfContents %} {{ heading.title }} {% for subheading in heading.items %} {{ subheading.title }} {% for subsubheading in subheading.items %} {{ subsubheading.title }} {% endfor %} {% endfor %} {% endfor %}