1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-03 01:50:13 +02: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 %}