From 15ba20bc0eb18cb2f6098347ddf0a624054a8350 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 10 Jun 2016 19:08:49 +0200 Subject: implement simple filtering --- templates/index.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 6957d21..f3a268a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -49,6 +49,12 @@ {% endif %} {% endwith %} + {% if tag %} +
+ {{ tag }} + close +
+ {% endif %}