2022-08-23 05:26:45 +00:00
|
|
|
{% import "macros.tpl" category_url, tag_url, text_url, logo %}
|
|
|
|
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
|
2022-08-20 22:33:27 +00:00
|
|
|
|
2023-02-14 14:56:49 +00:00
|
|
|
{% for file in tree.Files %}{{ text_url(lang, file) }}{% endfor %}
|
2022-08-20 22:33:27 +00:00
|
|
|
|
2022-08-22 05:31:05 +00:00
|
|
|
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}
|