Files
searxng/searx/templates/simple/help.html
T

6 lines
157 B
HTML
Raw Normal View History

2022-01-31 11:24:45 +01:00
{% extends 'simple/page_with_header.html' %}
{% block title %}{{ page.title }} - {% endblock %}
{% block content %}
{{ page.content | safe }}
{% endblock %}