1
0
mirror of https://github.com/searxng/searxng.git synced 2024-08-21 13:50:16 +02:00
searxng/searx/templates/simple/about.html
Martin Fischer 105c5a6a98 [help] stop rendering documentation with Jinja2
To facilitate translation of the user documentation we move
the templating logic outside of the user documentation.
2022-01-23 08:01:55 +01:00

6 lines
151 B
HTML

{% extends 'simple/base.html' %}
{% block content %}
{{ help.about | safe }}
{% include "__common__/aboutextend.html" ignore missing %}
{% endblock %}