{% extends 'blog/blog.html' %} {% load i18n %} {% block content %}
{{ post.date|date:"jS F Y" }}
{{ post.rendered_body }}