searxng/searx/templates/oscar/about.html

7 lines
201 B
HTML
Raw Normal View History

{% extends "oscar/base.html" %}
{% block title %}{{ _('about') }} - {% endblock %}
{% block content %}
{{ help.about | safe }}
{% include "__common__/aboutextend.html" ignore missing %}
{% endblock %}