aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/index.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-02 21:41:44 +0300
committerGravatar Vitaly Takmazov2017-05-05 12:07:17 +0300
commitdc3f40eab5b9ab848964a1ff262227b8b61c9e61 (patch)
tree1badaecd6ac7e7a2f20bb914ab9a3a4c74e7d83a /juick-www/src/main/webapp/WEB-INF/views/index.html
parent045ca0848c8ee7c771541a5829157531c782cf30 (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.html2
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 %}