mirror of
https://github.com/searxng/searxng.git
synced 2026-05-30 22:54:11 +02:00
[enh] add simple theme (WIP)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{% extends "simple/base.html" %}
|
||||
{% block content %}
|
||||
<div class="center">
|
||||
<h1>{{ _('Page not found') }}</h1>
|
||||
{% autoescape false %}
|
||||
<p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.decode('utf-8').format(url_for('index'), _('search page'))) }}</p>
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user