libremiami-search/searx/templates/courgette/404.html
2016-09-04 19:07:07 +02:00

328 B

{% extends "courgette/base.html" %} {% block content %}

{{ _('Page not found') }}

{% autoescape false %}

{{ _('Go to %(search_page)s.', search_page='{}'.decode('utf-8').format(url_for('index'), _('search page'))) }}

{% endautoescape %}
{% endblock %}