7 lines
235 B
Text
7 lines
235 B
Text
{% import "macros.tpl" category_url, tag_url, text_url, logo, home %}
|
|
# [{{ tag }}]
|
|
|
|
{% for file in tree.Files %}{{ text_url(file) }}{% endfor %}
|
|
{% for tag, count in tree.Tags %}{{ tag_url(tag, count) }}
|
|
{% endfor %}
|
|
{{ home(lang) }}
|