---
title: Theme
content:
items: '@self.children'
---
{% for p in page.collection %}
<a href="{{ p.url|raw }}">{{ p.title }}<a>
{% endfor %}
{% for p in pages.find('/').children %}
<a class="nav-link" href="{{ p.url|raw }}">{{ p.title }}</a>
{% endfor %}
ページ一覧が表示されないときは、Twig が無効化されてるのかも