{% import "../macros.tpl" category_url, tag_url, text_url %}
# Arna alkierios

Welcome to my capsule in Gemini space.

> Če turietom būtė mon pruotinga cėtata :-P

=> / Žemaitėška versėjė
=> https://arns.lt http version

Main themes are spreaded by categories. Each file may have tags what can filter the tree.

=> /en/s search
=> /en/a about

{% if tree.Categories %}### Categories
{% for cat, count in tree.Categories %}
{{ category_url(lang, cat, cat, count) }} {% endfor %} {% endif %}

{% if tree.Tags %}### Tags
{% for tag, count in tree.Tags %}
{{ tag_url(lang, tag, count) }} {% endfor %} {% endif %}

{% if lastFiles %}### Last texts
{% for file in lastFiles %}
{{ text_url(lang, file) }} {% endfor %} {% endif %}

=> /en/f all texts ({{ tree.Files|length }})