zola/test_site/templates/tags.html

4 lines
86 B
HTML
Raw Normal View History

{% for tag in tags %}
{{ tag.name }} {{ tag.slug }} {{ tag.count }}
{% endfor %}