<section class="area-embed" style="margin-top:20px;"> <div class="row"> {% for i in 0..1 %} {% set blockName = 'contents_' ~ i %} {% set contentBlock = pimcore_block( blockName ) %} <div class="col-sm-6"> {% for k in contentBlock.iterator %} <div class="embed"> {{ pimcore_embed("socialContent", { "width": 426, "height" : 300 }) }} </div> {% endfor %} </div> {% endfor %} </div></section>{% if editmode %} <br>{% endif %}