zola/test_site_i18n/templates/tags/list.html

4 lines
106 B
HTML
Raw Normal View History

{% for tag in terms %}
{{ tag.name }} {{ tag.slug }} {{ tag.pages | length }} {{ lang }}
{% endfor %}