{% 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(tag, count) }} {% endfor %} {% endif %} {{ home(lang) }}