{% load wagtailcore_tags %}
{% block grid_content %}
{% for column in self.content %} {% include_block column %} {% endfor %}
{% endblock %}