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