Merge remote-tracking branch 'refs/remotes/wez3/master'

This commit is contained in:
dutchdevil83 2017-01-13 08:07:57 +01:00
commit 8fd9507388
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@
{% set count = 0 %}
{% for block in blockArray %}
{% set count = loop.index - 1 %}
{% for k, v in block.iteritems() %}
{% include k + ".html" ignore missing %}
{% endfor %}
{% set count = count + 1 %}
{% endfor %}
{% include 'footer.html' %}