---
title: "Témy a projekty"
cache_enable: false
process:
markdown: false
twig: true
content:
items: "@self.children"
order:
by: date
dir: dest
---
Predmety
{{ dump(taxonomy.taxonomy) }}
{% for p in page.collection %}
- {{ p.title }}
{% endfor %}
{% for student in taxonomy.findTaxonomy({'teacher':'hladek'}) %}
- {{ student.title }} {{student.taxonomy.start_year}}, {{student.taxonomy.topics}}
{% endfor %}