libremiami-search/searx/templates/oscar/404.html

322 B

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

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

{% autoescape false %}

{{ _('Go to %(search_page)s.', search_page=unicode('{}').format(url_for('index'), _('search page'))) }}

{% endautoescape %}
{% endblock %}