From a28cfd4887813ec4343516c57376574a3f6b7427 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Mon, 18 Aug 2014 10:44:46 +0200 Subject: [new] theme courgette --- searx/templates/courgette/base.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 searx/templates/courgette/base.html (limited to 'searx/templates/courgette/base.html') diff --git a/searx/templates/courgette/base.html b/searx/templates/courgette/base.html new file mode 100644 index 000000000..da5ae905f --- /dev/null +++ b/searx/templates/courgette/base.html @@ -0,0 +1,32 @@ + + + + + + + + {% block title %}{% endblock %}searx + + + {% block styles %} + {% endblock %} + {% block head %} + + {% endblock %} + + + +
+{% block content %} +{% endblock %} +{% if autocomplete %} + + +{% endif %} + +
+ + -- cgit v1.2.3