{% extends "blog/base.html" %} {% load blog_tags %} {% block title%}{{ post.title }}{% endblock %} {% block content %}
Published {{ post.published }} by {{ post.author }}
{{ post.body|markdown }} {% url 'blog:post_share' post.id as the_url %} {% if the_url %} {% endif %}There are no comments yet
{% endfor %} {% if new_comment %}
Comment {{ forloop.counter }} by {{ comment.name }} {{ comment.created }}
{{ comment.body|linebreaks }}