{% if block is defined and content is not defined %} {% set content = block.content %} {% endif %} {% if content.blocks is defined %} {% for content in content.blocks %} {% if content.type == 'header' %} {{ content.data.text|raw }} {% elseif content.type == 'paragraph' %}

{{ content.data.text|raw }}

{% elseif content.type == 'list' %} {% elseif content.type == 'image' %} {% endif %} {% endfor %} {% endif %}