34 lines
835 B
Text
34 lines
835 B
Text
{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
|
|
# Arna alkierios
|
|
{% if sentence %}
|
|
> {{ sentence }}
|
|
{% else %}
|
|
Sveikė atvīkėn i mona kapsolė Gemini ertie. {{ logo() }}
|
|
{% endif %}
|
|
=> gemini://en.arns.lt English version
|
|
=> https://arns.lt http versėjė
|
|
|
|
=> /a aple
|
|
|
|
{% for cat, count in tree.Categories %}
|
|
{{ category_url(cat, cat, count) }} {% endfor %}
|
|
|
|
=> /t 🏷 Žīmas ({{ tree.Tags|length }})
|
|
|
|
{% if lastFiles %}### Paskotėnē īrašā
|
|
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}
|
|
{% endif %}
|
|
|
|
=> /f vėsė straipsnē ({{ tree.Files|length }})
|
|
=> /s ėiškuok
|
|
|
|
```
|
|
Last build: {{lastRebuild}}
|
|
Total page counter: {{pageCounter}}
|
|
```
|
|
|
|
{% if admin %}
|
|
### Keravuotuojė sekcėjė
|
|
=> /admin/sentence ivestė naujė ėšmintė
|
|
=> gemini://arns.lt:1958 misfin pašta skrabėkė
|
|
{% endif %}
|