arns-lt-gemini/templates/search.gmi
Arnas Udovic 27019d2efa
All checks were successful
continuous-integration/drone/push Build is passing
template fixes
2023-06-29 21:25:40 +03:00

8 lines
454 B
Text

{% import "macros.tpl" text_url, logo %}
# {% 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 %}