searxng/searx/templates/simple/help.html

6 lines
157 B
HTML
Raw Normal View History

{% extends 'simple/page_with_header.html' %}
{% block title %}{{ page.title }} - {% endblock %}
{% block content %}
{{ page.content | safe }}
{% endblock %}