mirror of
https://github.com/searxng/searxng.git
synced 2024-11-23 12:31:25 +01:00
6 lines
157 B
HTML
6 lines
157 B
HTML
|
{% extends 'simple/page_with_header.html' %}
|
||
|
{% block title %}{{ page.title }} - {% endblock %}
|
||
|
{% block content %}
|
||
|
{{ page.content | safe }}
|
||
|
{% endblock %}
|