{% load wagtailcore_tags %} {% load styling_tags %}
{% for block in row %}
{% for content in block.content %} {% include_block content with blockid=forloop.counter %} {% endfor %}
{% endfor %}