{% extends "blog/base.html" %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
Published {{ post.publish }} by {{ post.author }}
Share this post
{{ post.title }}
Comment {{ forloop.counter }} by {{ comment.name }} {{ comment.created }}
There are no comments yet.
Comment {{ forloop.counter }} by {{ comment.name }} {{ comment.created }}
{{ comment.body|linebreaks }}