From 053170628739dc63b87711dd79b580e3d41bebb0 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Thu, 17 Oct 2013 01:53:52 +0200 Subject: [enh][mod] template refactor --- searx/templates/index.html | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'searx/templates/index.html') diff --git a/searx/templates/index.html b/searx/templates/index.html index a25b84164..daff22b42 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -5,14 +5,6 @@

searx

-
- - -

- {% for engine in engines %} - {{ engine }}: - {% endfor %} -

-
+ {% include 'search.html' %}
{% endblock %} -- cgit v1.2.3