From a28cfd4887813ec4343516c57376574a3f6b7427 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Mon, 18 Aug 2014 10:44:46 +0200 Subject: [new] theme courgette --- searx/templates/courgette/result_templates/videos.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 searx/templates/courgette/result_templates/videos.html (limited to 'searx/templates/courgette/result_templates/videos.html') diff --git a/searx/templates/courgette/result_templates/videos.html b/searx/templates/courgette/result_templates/videos.html new file mode 100644 index 000000000..8ceb0b180 --- /dev/null +++ b/searx/templates/courgette/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