summaryrefslogtreecommitdiff
path: root/searx/templates/simple/help.html
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-31 11:24:45 +0100
committerMartin Fischer <martin@push-f.com>2022-02-01 06:28:26 +0100
commitfb9eedbf40410a5558bfc03b4c50f7ff41b023b4 (patch)
tree1b722cca8af208f9e267cd3b1e18fc26a89cc759 /searx/templates/simple/help.html
parentb93711b45da7e8d851be5a3d55ebf6fbe5423efd (diff)
[enh] introduce /help route
Translation will be implemented in the future. For now the "en" in /help/en/<pagename> is hardcoded.
Diffstat (limited to 'searx/templates/simple/help.html')
-rw-r--r--searx/templates/simple/help.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/searx/templates/simple/help.html b/searx/templates/simple/help.html
new file mode 100644
index 000000000..0be59f495
--- /dev/null
+++ b/searx/templates/simple/help.html
@@ -0,0 +1,5 @@
+{% extends 'simple/page_with_header.html' %}
+{% block title %}{{ page.title }} - {% endblock %}
+{% block content %}
+{{ page.content | safe }}
+{% endblock %}