arns-lt-gemini/templates/tag.gmi
2024-07-12 12:18:02 +03:00

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) }}