{% extends "base.html" %} {% load wagtailcore_tags %} {% block body_class %}template-contentpage{% endblock %} {% block content %} {{ page.title }} {{ page.body|richtext }} {% endblock %}