{% extends 'blog/_base_page.html' %} {% load wagtailcore_tags %} {% block content %}

A note by pete

{% autoescape off %} {{ page.specific.body|richtext }} {% endautoescape %}
{% endblock %}