arns-lt-gemini/templates/search.gmi
Arnas Udovic b704fd1620
All checks were successful
continuous-integration/drone Build is passing
remove space between file links
2023-02-14 16:56:49 +02:00

8 lines
485 B
Text

{% import "macros.tpl" text_url, logo %}
# {{ logo() }} Arna alkierios :: {% if lang == "sgs" %}Paėiška{% else %}Search{% endif %}
{% 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 %}
=> {% if lang == "sgs" %}/sgs ← grīžtė{% else %}/en ← back{% endif %}