Back to Searxng

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

searx/templates/simple/404.html

latest251 B
Original Source

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

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

{% autoescape false %}

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

{% endautoescape %} {% endblock %}