{% extends "blog/base.html" %} {% load blog_tags %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
Published {{ post.publish }} by {{ post.author }}
{{ post.body|markdown }}There are no comments yet.
{% endfor %} {% include "blog/post/includes/comment_form.html" %} {% endblock %}
Comment {{ forloop.counter }} by {{ comment.name }} {{ comment.created }}
{{ comment.body|linebreaks }}