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/torrent.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 searx/templates/courgette/result_templates/torrent.html (limited to 'searx/templates/courgette/result_templates/torrent.html') diff --git a/searx/templates/courgette/result_templates/torrent.html b/searx/templates/courgette/result_templates/torrent.html new file mode 100644 index 000000000..6c62793a5 --- /dev/null +++ b/searx/templates/courgette/result_templates/torrent.html @@ -0,0 +1,7 @@ +
+

{{ result.title|safe }}

+ {% if result.content %}

{{ result.content|safe }}

{% endif %} +

Seed: {{ result.seed }}, Leech: {{ result.leech }}

+

magnet link

+

{{ result.pretty_url }}

+
-- cgit v1.2.3