searxng/searx/templates/simple/about.html

6 lines
163 B
HTML
Raw Normal View History

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