mirror of
https://github.com/searxng/searxng
synced 2024-11-03 09:40:20 +00:00
7fdfeca3a4
What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
6 lines
148 B
HTML
6 lines
148 B
HTML
{% extends 'legacy/base.html' %}
|
|
{% block content %}
|
|
{% include 'legacy/github_ribbon.html' %}
|
|
{% include '__common__/about.html' %}
|
|
{% endblock %}
|