This commit is contained in:
Daniel Hladek 2020-01-26 14:24:24 +01:00
parent e26e883135
commit 18dd1cef57

View File

@ -12,7 +12,7 @@ content:
<h2>Predmety</h2>
<ul>
{% dump(taxonomy) %}
{{ dump(taxonomy) }}
{% for p in page.collection %}
<li><a href="{{ p.url }}">{{ p.title }}</a></li>
{% endfor %}