zpwiki/pages/teachers/hladek/default.md
2020-01-26 09:07:32 +01:00

24 lines
479 B
Markdown

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