1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-13 08:40:16 +02:00
searxng/searx/templates/courgette/about.html

6 lines
154 B
HTML
Raw Normal View History

2015-01-16 00:56:54 +01:00
{% extends 'courgette/base.html' %}
2014-08-18 10:44:46 +02:00
{% block content %}
2015-01-16 00:56:54 +01:00
{% include 'courgette/github_ribbon.html' %}
{% include '__common__/about.html' %}
2014-08-18 10:44:46 +02:00
{% endblock %}