zola/test_site/templates/tags.html
Vincent Prouillet be784bbaa3 Refactor taxonomies
Fix #66
2017-05-16 13:39:42 +09:00

4 lines
94 B
HTML

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