This commit is contained in:
Daniel Hladek 2020-01-26 14:57:45 +01:00
parent 18dd1cef57
commit b795267961

View File

@ -12,7 +12,7 @@ content:
<h2>Predmety</h2> <h2>Predmety</h2>
<ul> <ul>
{{ dump(taxonomy) }} {{ dump(taxonomy.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 %}