{% for section in collections.tableOfContent %}
  1. {{ section.title }}
      {% for definition in section.definitions %} {% include 'components/table-of-content-item.njk' %} {% endfor %}
  2. {% endfor %}