diff --git a/templates/tags/list.html b/templates/tags/list.html index 0d2e6bf..e91f232 100644 --- a/templates/tags/list.html +++ b/templates/tags/list.html @@ -4,6 +4,12 @@

all tags

+ {% for term in terms %} + {% set size = term.pages | length + 90 %} + {{ term.name }} + {% endfor %} + +
{% endblock content %}