Files
searxng/searx/templates/oscar/about.html
T

7 lines
201 B
HTML
Raw Normal View History

2014-09-22 22:42:29 +02:00
{% extends "oscar/base.html" %}
2014-09-26 18:26:46 +02:00
{% block title %}{{ _('about') }} - {% endblock %}
2014-09-22 22:42:29 +02:00
{% block content %}
{{ help.about | safe }}
{% include "__common__/aboutextend.html" ignore missing %}
2014-09-22 22:42:29 +02:00
{% endblock %}