{% set sections = item.get("content.sections") %} {% set items = item.get("content.items") %} {# Display Sections #} {% for section in sections %} {% include [ "@feed-msn-gallery/sections/"~section.type~".twig", "@feed-msn-gallery/sections/error.twig" ] %} {% endfor %} {# Display Gallery Images #} {% for item in items %} {% include "@feed-msn-gallery/sections/image.twig" with {section: item} only %} {% endfor %}