{% load wagtailcore_tags %}
{% for tab_item in page.tab.tab_items.all %} {% endfor %}
{% for tab_item in page.tab.tab_items.all %}

{{ tab_item.title }}

{{ tab_item.content|richtext }}
{% endfor %}