zpwiki/pages/topics/default.md
2020-01-25 18:33:33 +01:00

19 lines
235 B
Markdown

---
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 %}