{% extends "blog/base.html" %} {% load blog_tags %} {% block title %}{{ post.title }} | blOgeN{% endblock %} {% block content %} {% if new_comment %}
person {{ post.author }} | publish {{ post.publish.year }}/{{ post.publish.month }} | comment {{ post.comments.count }}
{{ post.body|markdown|safe }}
screen_shareShare comment Comment
| {{ comment.name }} | {{ comment.created.year}}/{{ comment.created.month}} | {{ comment.body|linebreaks }} |
|---|