searxng-beetroot/beetroot_template/404.html
2023-03-19 10:58:17 +01:00

309 B

{% 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 %}