aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/index.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-05-05 17:42:27 +0300
committerGravatar Vitaly Takmazov2017-05-23 15:50:10 +0300
commit237739950a305b13c9f29e3ca25c2e835d563a3f (patch)
tree14eea79fe63d0a5b9586aebdbaa9795ed858532e /juick-www/src/main/webapp/WEB-INF/views/index.html
parentcde3f26ef2779ec08335b1d2197151231d5cce3f (diff)
User controller -> pebble
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.html4
1 files changed, 1 insertions, 3 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 0e4eb6ba..0bf2a2fd 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/index.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/index.html
@@ -68,9 +68,7 @@
</nav>
</article>
{% endfor %}
-{% if (next | default('')) is not empty %}
-{{ next | raw }}
-{% endif %}
+{{ next | default ('') | raw }}
{% endblock %}
{% block "column" %}
{% include "views/partial/homecolumn" %}