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/results.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 searx/templates/results.html (limited to 'searx/templates/results.html') diff --git a/searx/templates/results.html b/searx/templates/results.html new file mode 100644 index 000000000..c7851461a --- /dev/null +++ b/searx/templates/results.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% block content %} +

searx

+{% for result in results %} +

{{ result|safe }}

+{% endfor %} +{% endblock %} -- cgit v1.2.3