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