zola/test_site/themes/sample/templates/categories/single.html
2018-07-16 10:54:05 +02:00

12 lines
246 B
HTML

Category: {{ term.name }}
{% for page in term.pages %}
<article>
<h3 class="post__title"><a href="{{ page.permalink }}">{{ page.title }}</a></h3>
</article>
{% endfor %}
{% block extra_category %}
{% endblock extra_category %}