28 lines
658 B
Text
28 lines
658 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
|
|
|
|
```
|
|
Last build: {{lastRebuild}}
|
|
Total page counter: {{pageCounter}}
|
|
```
|