forked from zaclys/searxng
![Alexandre Flament](/assets/img/avatar_default.png)
What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
5 lines
107 B
HTML
5 lines
107 B
HTML
{% extends 'pix-art/base.html' %}
|
|
{% block content %}
|
|
{% include '__common__/about.html' %}
|
|
{% endblock %}
|