zola/test_site/templates/tags/list.html
Vincent Prouillet a6adbabb3d Fix benches
2018-09-03 19:05:24 +02:00

4 lines
95 B
HTML

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