mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[help] stop rendering documentation with Jinja2
To facilitate translation of the user documentation we move the templating logic outside of the user documentation.
This commit is contained in:
parent
284ac8bfd8
commit
105c5a6a98
4 changed files with 24 additions and 22 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{% extends 'simple/base.html' %}
|
||||
{% block content %}
|
||||
{{ help.about | safe }}
|
||||
{% include "__common__/aboutextend.html" ignore missing %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue