{% extends "base.html" %} {% block content %}

{{post.title}}

{{post.date|date("d F Y")}}
{{post.body | raw}}
{% endblock %}