templates/includes/blocks/single_column.html.twig line 1
{% set propertyName = propertyName|default('blocks') %}<div class="container"><div class="row my-5 mw-100 bg-white"><div class="col d-flex flex-column justify-content-center">{% for block in content.column %}{% include 'includes/blocks/' ~ block.type ~ '.html.twig' with {content: block,view: view.column[loop.index0],parent: content,} %}{% endfor %}</div></div></div>