forked from Archives/searxng
7fdfeca3a4
What has been moved into this template : * opensearch*.xml is always the same whatever the themes. * the text inside */about.html
6 lines
156 B
HTML
6 lines
156 B
HTML
{% extends "oscar/base.html" %}
|
|
{% block title %}{{ _('about') }} - {% endblock %}
|
|
{% block content %}
|
|
{% include '__common__/about.html' %}
|
|
{% endblock %}
|