From d793c2733c7aac3aacf40f3f5cf9fc0919305e76 Mon Sep 17 00:00:00 2001 From: asciimoo Date: Tue, 15 Oct 2013 19:11:43 +0200 Subject: [enh] engine types --- searx/templates/results.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'searx/templates') diff --git a/searx/templates/results.html b/searx/templates/results.html index 105624034..5665bc501 100644 --- a/searx/templates/results.html +++ b/searx/templates/results.html @@ -5,6 +5,9 @@ {% for result in results %} -

{{ result|safe }}

+
+

{{ result.title|safe }}

+

{{ result.engine }}
{% if result.content %}{{ result.content|safe }}
{% endif %}{{ result.url }}

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