zola/test_site/templates/podcast_authors/single.html
2020-09-22 09:46:22 +02:00

10 lines
221 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 %}
Current path: {{ current_path }}