{% comment %} Get the collection page and filter them to only get this page children. {% endcomment %} {%- assign children_list = include.collection | where: "parent", page.title | sort: "title" -%} {% for child in children_list %}
{{ child.title }}
{% endfor %}