mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
105c5a6a98
To facilitate translation of the user documentation we move the templating logic outside of the user documentation.
6 lines
151 B
HTML
6 lines
151 B
HTML
{% extends 'simple/base.html' %}
|
|
{% block content %}
|
|
{{ help.about | safe }}
|
|
{% include "__common__/aboutextend.html" ignore missing %}
|
|
{% endblock %}
|