{% extends "base.html" %} {% load wagtailcore_tags %} {% block content %}

{{ page.title }}

{% include_block page.body %}
{% endblock %}