{% load wagtailcore_tags %}

Contents

{% for tab in self.tabs %}
{% for block in tab.body %} {% include_block block %} {% endfor %}
{% endfor %}