zpwiki/pages/teachers/hladek/default.md

25 lines
500 B
Markdown
Raw Normal View History

2020-01-25 19:13:10 +00:00
---
title: "Témy a projekty"
process:
markdown: false
twig: true
content:
items: "@self.children"
order:
by: date
dir: dest
---
<h2>Predmety</h2>
<ul>
2020-01-26 13:22:48 +00:00
{% dump(taxonomy) %}
2020-01-25 19:13:10 +00:00
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}
</ul>
<ul>
2020-01-26 08:07:32 +00:00
{% for student in taxonomy.findTaxonomy({'teacher':'hladek'}) %}
2020-01-25 19:13:10 +00:00
<li><a href="{{ student.url }}">{{ student.title }}</a> {{student.taxonomy.start_year}}, {{student.taxonomy.topics}}</li>
{% endfor %}
</ul>