8 lines
393 B
Text
8 lines
393 B
Text
{% import "macros.tpl" text_url, logo, home %}
|
|
# {% 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(file) }} {% endfor %}{% endif %}
|
|
|
|
{{ home(lang) }}
|