{% extends "posts/base_post.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content_header %} Edit {{ super() }} {% endblock %} {% block content_title %}{{ post.title }}{% endblock %} {% block content %}

Published {{ post.pub_date.strftime("%B %d %I:%M") }} | Comments: {{ post.comments.count() }}

{{ post.content|safe }}

{% include "includes/comments.html" %} {% endblock %}