This commit is contained in:
Daniel Hladek 2020-01-26 14:22:48 +01:00
parent 9c70c0b9e1
commit e26e883135

View File

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