{% load wagtailcore_tags %}
{% for column in self.columns %}
{% for block in column.col_content %} {% include_block block %} {% endfor %}
{% endfor %}