{% for section in sections %} {% set html = section.render() %} {% if html | length > 0 %}

{{ section.content['name'] }}

{{ html }}
{% endif %} {% endfor %}