2020-05-28 04:01:04 -04:00
|
|
|
<section class="homepage-section homepage-section--toc">
|
2020-05-01 19:12:17 -07:00
|
|
|
<h2 id="terms-heading" class="visually-hidden">Terms</h2>
|
|
|
|
<nav class="" aria-labelledby="terms-heading">
|
2019-11-29 17:45:38 +01:00
|
|
|
<ol class="multi-column u-no-padding-left list">
|
2020-01-15 16:13:23 +01:00
|
|
|
{% for section in collections.tableOfContent %}
|
|
|
|
<li>
|
2020-05-01 19:12:17 -07:00
|
|
|
<h3 class="sub-headline" id="list{{loop.index}}">{{ section.title }}</h3>
|
|
|
|
<ol class="toc__list" role="list" aria-labelledby="list{{loop.index}}">
|
2020-01-15 16:13:23 +01:00
|
|
|
{% for definition in section.definitions %}
|
|
|
|
{% include 'components/table-of-content-item.njk' %}
|
|
|
|
{% endfor %}
|
|
|
|
</ol>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
2019-11-15 22:19:37 +01:00
|
|
|
</ol>
|
2019-11-15 20:13:29 +01:00
|
|
|
</nav>
|
|
|
|
</section>
|