From ae9fb1d7dccf061032b5d4b167086838feb1463d Mon Sep 17 00:00:00 2001 From: asciimoo Date: Mon, 14 Oct 2013 23:09:13 +0200 Subject: [enh] initial commit --- searx/templates/base.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 searx/templates/base.html (limited to 'searx/templates/base.html') diff --git a/searx/templates/base.html b/searx/templates/base.html new file mode 100644 index 000000000..b1b051fad --- /dev/null +++ b/searx/templates/base.html @@ -0,0 +1,17 @@ + + + + + + + + searx {% block title %}{% endblock %} + + {% block styles %} + {% endblock %} + + +{% block content %} +{% endblock %} + + -- cgit v1.2.3