mirror of
https://github.com/searxng/searxng.git
synced 2026-05-21 02:14:31 +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 'simple/page_with_header.html' %}
|
||||
{% block title %}{{ page.title }} - {% endblock %}
|
||||
{% block content %}
|
||||
{{ page.content | safe }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user