{% extends 'pybb/base.html' %} {% load i18n %} {% block title %} Delete post - {{ block.super }} {% endblock %} {% block content %} {% include "django_messages/inlines/navigation.html" %}
{{ post.body_html|safe }}