2022-08-23 05:26:45 +00:00
|
|
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
|
|
|
# {{ logo() }} Arna alkierios :: [{{ tag }}]
|
2022-08-20 22:33:27 +00:00
|
|
|
|
|
|
|
{% for file in tree.Files %}{{ text_url(lang, 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 %}
|
|
|
|
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}
|