10 lines
485 B
Text
10 lines
485 B
Text
{% import "macros.tpl" category_url, text_url %}
|
|
# Arna alkierios :: {{ path }}
|
|
|
|
{% if indexFile %}{{ indexFile.Content }}{% endif %}
|
|
|
|
{% for file in tree.RootFiles %}{{ text_url(lang, file) }} {% endfor %}
|
|
{% if tree.Categories %}### {% if lang == "sgs" %}Kateguorėjės{% else %}Categories{% endif %}
|
|
{% for cat, count in tree.Categories %}{{ category_url(lang, cat, cat, count) }}
|
|
{% endfor %} {% endif %}
|
|
=> {% if lang == "sgs" %}/sgs 🏠 nomėi{% else %}/en 🏠 home{% endif %}
|