{% load wagtailcore_tags %} {{ page.title }}

{{ page.title }}

{% for post in page.get_children %} {% with post=post.specific %}

{{ post.title }}

{{ post.year }} ~ {{ post.author }}

{% endwith %} {% endfor %}