{% extends "blog/base.html" %} {% load blog_tags %} {% block title %}{{ post.title }}{% endblock %} {% block content %}
Opublikowany {{ post.publish }} przez {{ post.author }}
{{ post.body|markdown }}Nie ma jeszcze żadnych komentarzy.
{% endfor %} {% if new_comment %}
Komentarz {{ forloop.counter }} dodany przez {{ comment.name }} {{ comment.created }}
{{ comment.body|linebreaks }}