{% extends "blog/base.html" %} {% block title %} {{ post.title|capfirst }} - {{ block.super }} {% endblock %} {% block content %}
{% include 'blog/post_info.html' %} | Edit
{{ post.content|safe }}