NCclients fix

This commit is contained in:
antil0pa 2019-12-27 14:38:41 +01:00
parent 38b4699cc7
commit 6e91b3b386
2 changed files with 4 additions and 3 deletions

View File

@ -8,8 +8,10 @@
{% for key, column in page.content|split('<hr />') %}
<div class="{{ colsize[key] }} columns">
{{ column }}
{% if colsize[key] == 'six' %}
{% include 'modular/cloudclients.html.twig' %}
{% if page.header.cloudclients %}
{% if colsize[key] == 'six' %}
{% include 'modular/cloudclients.html.twig' %}
{% endif %}
{% endif %}
</div>
{% endfor %}

View File

@ -23,5 +23,4 @@
</div>
{% endfor %}
</div>
{{ page.content }}
</div>