{% regroup child_blocks by meta.group as grouped_child_blocks %} {% for child_blocks in grouped_child_blocks %} {% if child_blocks.grouper %}

{{ child_blocks.grouper }}

{% endif %}
{% for child_block in child_blocks.list %} {% endfor %}
{% endfor %}