From dc3f40eab5b9ab848964a1ff262227b8b61c9e61 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 2 May 2017 21:41:44 +0300 Subject: juick-www: Pebble's strictVariables --- juick-www/src/main/webapp/WEB-INF/views/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/index.html b/juick-www/src/main/webapp/WEB-INF/views/index.html index 09297ef9..da2117a5 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/index.html +++ b/juick-www/src/main/webapp/WEB-INF/views/index.html @@ -63,7 +63,7 @@ {% endfor %} -{% if next is not empty %} +{% if (next | default('')) is not empty %} {{ next | raw }} {% endif %} {% endblock %} -- cgit v1.2.3