libremiami-search/searx/templates/legacy/about.html
Alexandre Flament 7fdfeca3a4 [mod] add a __common__ template that can't be selected but that provides a common place for shared templates.
What has been moved into this template :
* opensearch*.xml is always the same whatever the themes.
* the text inside */about.html
2017-01-20 15:40:38 +01:00

148 B

{% extends 'legacy/base.html' %} {% block content %} {% include 'legacy/github_ribbon.html' %} {% include '__common__/about.html' %} {% endblock %}