1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-09 14:40:11 +01:00
searxng/searx/templates/simple/about.html

6 lines
163 B
HTML
Raw Normal View History

{% extends 'simple/page_with_header.html' %}
2017-02-12 15:06:01 +01:00
{% block content %}
{{ help.about | safe }}
{% include "__common__/aboutextend.html" ignore missing %}
2017-02-12 15:06:01 +01:00
{% endblock %}