From 10a24bdc2c3870f07ec62dd710841628d325aaf6 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Sun, 12 Feb 2017 15:06:01 +0100 Subject: [enh] add simple theme (WIP) --- searx/templates/simple/result_templates/images.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 searx/templates/simple/result_templates/images.html (limited to 'searx/templates/simple/result_templates/images.html') diff --git a/searx/templates/simple/result_templates/images.html b/searx/templates/simple/result_templates/images.html new file mode 100644 index 000000000..f756acbe3 --- /dev/null +++ b/searx/templates/simple/result_templates/images.html @@ -0,0 +1,4 @@ +
+ {{ result.title|striptags }} + {{ result.parsed_url[0] }}://{{ result.parsed_url[1] }} +
-- cgit v1.2.3