{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-standardpage{% endblock %} {% block content %}

{{ page.title }}

{% if page.body %} {{ page.body|richtext }} {% endif %} {% endblock content %}