arns-lt-gemini/templates/category.gmi

11 lines
485 B
Text
Raw Normal View History

2022-08-20 20:46:31 +00:00
{% 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 %}