Julio Biason
2 years ago
3 changed files with 31 additions and 4 deletions
@ -0,0 +1,9 @@ |
|||||||
|
{% extends "index.html" %} |
||||||
|
|
||||||
|
{% block content %} |
||||||
|
{% for tag in terms %} |
||||||
|
<a href="{{ tag.permalink | safe }}"> |
||||||
|
<span>{{ tag.name }} ({{ tag.pages | length }})</span> |
||||||
|
</a> |
||||||
|
{% endfor %} |
||||||
|
{% endblock content %} |
Loading…
Reference in new issue