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

{{ page.title }}

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