From dd84814b68369e36d6be20bae707848a051a025a Mon Sep 17 00:00:00 2001 From: Adam Tauber Date: Sun, 12 Apr 2015 19:24:01 +0200 Subject: [enh] plugins: client side dependency support --- searx/templates/oscar/base.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index c185f8774..88eedc994 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -9,17 +9,20 @@ {% block meta %}{% endblock %} {% block title %}{% endblock %}searx - + - + + {% for css in styles %} + + {% endfor %} - + {% block styles %} @@ -28,7 +31,7 @@ {% endblock %} - + {% endif %} + {% for script in scripts %} + + {% endfor %} -- cgit v1.2.3