diff options
author | Vitaly Takmazov | 2017-05-02 21:41:44 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-05 12:07:17 +0300 |
commit | dc3f40eab5b9ab848964a1ff262227b8b61c9e61 (patch) | |
tree | 1badaecd6ac7e7a2f20bb914ab9a3a4c74e7d83a /juick-www/src/main/webapp/WEB-INF/views/index.html | |
parent | 045ca0848c8ee7c771541a5829157531c782cf30 (diff) |
juick-www: Pebble's strictVariables
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/index.html')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ </nav> </article> {% endfor %} -{% if next is not empty %} +{% if (next | default('')) is not empty %} {{ next | raw }} {% endif %} {% endblock %} |