Quokko
Results for this Search
🔍
{% if results %}
Here you go!
{% else %}
There's nothing here...
{% endif %} {% for result in results %}
{{ result[0][0] }}
{{ result[0][1] }}
Go here
{% if result[0][2] %}
Last updated: {{ result[0][2] }}
{% endif %}
{% if result[1][0] == "/" %}
Return to home
{% else %}
{{ result[1][0] }}
{% endif %}
{{ result[1][1] }}
{% if result[1][0] == "/" %}
Go here
{% else %}
Go here
{% endif %} {% if result[1][2] %}
Last updated: {{ result[1][2] }}
{% endif %}
{% endfor %}