{% load wagtailcore_tags %}

{{ self.heading }}

{% if self.text %}

{{ self.text|richtext }}

{% endif %}
{% for page in self.posts %}

{{ page.title }}

{{ page.specific.date }}

{% endfor %}