arns-lt-gemini/templates/sgs/index.gmi
2024-07-18 14:16:25 +03:00

28 lines
676 B
Text

{% import "../macros.tpl" category_url, tag_url, text_url, logo %}
# Arna alkierios
Sveikė atvīkėn i mona kapsolė Gemini ertie. {{ logo() }}
=> 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 %}
{% for tag, count in tree.Tags %}
{{ tag_url(tag, count) }} {% endfor %}
{% if lastFiles %}### Paskotėnē īrašā
{% for file in lastFiles %}{{ text_url(file) }}{% endfor %}
{% endif %}
=> /f vėsė straipsnē ({{ tree.Files|length }})
=> /s ėiškuok
```
Paskutinis atnaujėnėms: {{lastRebuild}}
Lonkītuoju skaitlios: {{pageCounter}}
```