mirror of
https://github.com/searxng/searxng.git
synced 2026-05-27 05:10:12 +02:00
[enh] introduce /help route
Translation will be implemented in the future. For now the "en" in /help/en/<pagename> is hardcoded.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% extends "oscar/base.html" %}
|
||||
{% block title %}{{ page.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
{{ page.content | safe }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user