searxng-beetroot/beetroot_template/404.html
2023-04-04 21:23:00 +02:00

311 B

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

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

{% autoescape false %}

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

{% endautoescape %}
{% endblock %}