arns-lt-gemini/templates/tag.gmi
2024-07-11 16:22:46 +03:00

8 lines
331 B
Text

{% import "macros.tpl" category_url, tag_url, text_url, logo, home %}
# [{{ tag }}]
{% for file in tree.Files %}{{ text_url(file) }}{% endfor %}
{% if tree.Tags %}### {% if lang == "sgs" %}Žīmas{% else %}Tags{% endif %}
{% for tag, count in tree.Tags %}{{ tag_url(lang, tag, count) }}
{% endfor %} {% endif %}
{{ home(lang) }}