{% extends "blog/base.html" %} {% block title %} {{ post.title|capfirst }} - {{ block.super }} {% endblock %} {% block content %}

{{ post.title|capfirst }}

{{ post.content|safe }}

{% endblock %}