<section class="tools-list">
<div class="container row p-0 justify-content-center">
{% for subBlock in data.sub_blocks %}
{% set templateView = subBlock.template %}
{% include 'home/blocks/' ~ templateView with {'data': subBlock} %}
{% endfor %}
</div>
</section>