{% with toc = page.meta.toc or page.toc %} {%- for toc_item in toc %}
  • {{ toc_item.title }}
  • {%- for toc_item in toc_item.children %}
  • {{ toc_item.title }}
  • {% for toc_item in toc_item.children %}
  • {{ toc_item.title }}
  • {%- endfor %} {%- endfor %} {%- endfor %} {% endwith %}