|
@@ -1,4 +1,3 @@
|
|
- <span class="menu-caption eyebrow">TABLE OF CONTENTS</span>
|
|
|
|
{% for toc_item in toc %}
|
|
{% for toc_item in toc %}
|
|
{% for toc_item in toc_item.children %}
|
|
{% for toc_item in toc_item.children %}
|
|
<li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
|
<li class=""><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|