8 lines
295 B
Text
8 lines
295 B
Text
|
{% import "macros.tpl" category_url, tag_url, text_url %}
|
||
|
# Arna alkierios :: {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
|
||
|
|
||
|
{% for file in tree.Files %}{{ text_url(lang, file) }}
|
||
|
{% endfor %}
|
||
|
|
||
|
=> {% if lang == "sgs" %}/sgs 🏠 grīžtė{% else %}/en ← back{% endif %}
|