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

{{ page.title }}

{% for block in page.body %} {% include_block block %} {% endfor %}