{% extends "base.html" %} {% block title %}{{ t('search.title') }}{% if q %}: {{ q }}{% endif %} - {{ wiki_name }}{% endblock %} {% block content %}
{{ t('search.results_found', count=results|length) }}
{% if results %}{{ r.snippet }}
{% endif %}{{ t('search.no_results') }}
{% endif %} {% else %}{{ t('search.enter_query') }}
{% endif %}