2022-08-23 08:26:45 +03:00
|
|
|
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
2023-06-29 21:25:40 +03:00
|
|
|
# Arna alkierios
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2023-06-29 21:25:40 +03:00
|
|
|
Sveikė atvīkėn i mona kapsolė Gemini ertie. {{ logo() }}
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
=> gemini://en.arns.lt English version
|
2022-08-07 08:47:15 +03:00
|
|
|
=> https://arns.lt http versėjė
|
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
=> /a aple
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2022-08-20 23:46:31 +03:00
|
|
|
{% for cat, count in tree.Categories %}
|
2024-07-12 12:18:02 +03:00
|
|
|
{{ category_url(cat, cat, count) }} {% endfor %}
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2025-03-15 20:17:12 +02:00
|
|
|
=> /t 🏷 Žīmas ({{ tree.Tags|length }})
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2022-08-20 23:46:31 +03:00
|
|
|
{% if lastFiles %}### Paskotėnē īrašā
|
2023-02-14 16:52:14 +02:00
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}
|
2023-02-14 16:52:14 +02:00
|
|
|
{% endif %}
|
2022-08-07 08:47:15 +03:00
|
|
|
|
2024-07-11 16:22:30 +03:00
|
|
|
=> /f vėsė straipsnē ({{ tree.Files|length }})
|
|
|
|
=> /s ėiškuok
|
2024-07-18 14:16:25 +03:00
|
|
|
|
|
|
|
```
|
2024-07-18 21:34:57 +03:00
|
|
|
Last build: {{lastRebuild}}
|
|
|
|
Total page counter: {{pageCounter}}
|
2024-07-18 14:16:25 +03:00
|
|
|
```
|
2025-03-16 02:42:58 +02:00
|
|
|
|
|
|
|
{% if admin %}ADMIN{% endif %}
|