From 08eaffe245303818069df3332eece11f41a0bd8e Mon Sep 17 00:00:00 2001 From: Matej Cotman Date: Thu, 24 Apr 2014 23:46:40 +0000 Subject: add multi theming support --- searx/templates/default/result_templates/videos.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 searx/templates/default/result_templates/videos.html (limited to 'searx/templates/default/result_templates/videos.html') diff --git a/searx/templates/default/result_templates/videos.html b/searx/templates/default/result_templates/videos.html new file mode 100644 index 000000000..8ceb0b180 --- /dev/null +++ b/searx/templates/default/result_templates/videos.html @@ -0,0 +1,12 @@ +
+ {% if result['favicon'] %} + + {% endif %} + +

+

{{ result.title|safe }}

+ {% if result.publishedDate %}

{{ result.publishedDate }}

{% endif %} +  {{ result.title }} +

{{ result.url }}

+

+
-- cgit v1.2.3