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

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

{% if section.content['name'] == 'Overview' %}

Brought to you by YData

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