{{ page.title }}
Table of contents
{% if page.has_children == true and page.has_toc != false %}-
{%- assign children_list = pages_list | where: "parent", page.title | where: "grand_parent", page.parent -%}
{% for child in children_list %}
- {{ child.title }}{% if child.summary %} - {{ child.summary }}{% endif %} {% endfor %}
{% endif %}