From 60e3ab8f5edd4513581d674e2b18acdf2d32af10 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 14 Jun 2016 10:59:13 +0200 Subject: add search --- templates/index.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index f8d9bcf..861f259 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,6 +34,15 @@ {% endif %} +
+
+ + +
+
+ +
+
file_download
@@ -49,11 +58,13 @@ {% endif %} {% endwith %} - {% if tag %} + {% if tags %} + {% for tag in tags %}
{{ tag }} - close + close
+ {% endfor %} {% endif %} + {% if jokes|length > 0 %}
+ {% endif %}
-- cgit v1.3.1