2024-07-11 13:22:30 +00:00
|
|
|
{% import "macros.tpl" category_url, tag_url, text_url, logo, home %}
|
2023-06-29 18:25:40 +00:00
|
|
|
# {% if lang == "sgs" %}Vėsė tekstā{% else %}All texts{% endif %}
|
2022-08-20 22:33:27 +00:00
|
|
|
|
2024-07-11 13:22:30 +00:00
|
|
|
{% for file in tree.Files %}{{ text_url(file) }}{% endfor %}
|
2022-08-20 22:33:27 +00:00
|
|
|
|
2024-07-11 13:22:30 +00:00
|
|
|
{{ home(lang) }}
|