{% for toc_item in toc %} {% for toc_h2_item in toc_item.children %}
  • {{ toc_h2_item.title }}
  • {% endfor %} {% endfor %}