mirror of
https://github.com/searxng/searxng.git
synced 2024-11-05 04:40:11 +01:00
5 lines
106 B
HTML
5 lines
106 B
HTML
|
{% extends 'simple/base.html' %}
|
||
|
{% block content %}
|
||
|
{% include '__common__/about.html' %}
|
||
|
{% endblock %}
|