--- title: "Témy a projekty" process: markdown: false twig: true content: items: "@self.children" order: by: date dir: dest --- <ul> {% for p in page.collection %} <li><a href="{{ p.url }}">{{ p.title }}</a></li> {% endfor %} </ul>