arns-lt-gemini/templates/search.gmi

9 lines
486 B
Text
Raw Normal View History

2022-08-23 05:26:45 +00:00
{% import "macros.tpl" text_url, logo %}
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
2022-08-20 20:46:31 +00:00
{% if lang == "sgs" %}Ėiškuota vagol{% else %}Searched by{% endif %}: {{ q }}
{% if tree.Files|length == 0 %}{% if lang == "sgs" %}Nieka narada{% else %}Nothing found{% endif %}...{% else %}
{% for file in tree.Files %}{{ text_url(lang, file) }} {% endfor %} {% endif %}
2022-08-20 20:46:31 +00:00
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}