{% for block in contentBlocks %}

	{% set blockIndex = loop.index %}

	<div class="b b--{{ block.type.handle|kebab }}">

		{% include '/blocks/' ~ block.type.handle ignore missing with {block: block, blockIndex: blockIndex} %}

	</div>

{% endfor %}
