{% extends "base.html" %} {% load wagtailcore_tags %} {% block page %}{% endblock page %} {% block body_class %}template-contentitemindexpage{% endblock %} {% block inner %}
{{ post.intro }}
{{ post.body|richtext }} {% endwith %} {% endfor %} {% endblock inner %}