{{post.title}}
{{post.content | safe }}
-
{% if previous_post %}
- Previous Post {% endif%} {% if next_post %}
- Next Post {% endif %}
Categories: {% for category in post_categories %} {% if forloop.last %} {{ category.text }} {% else %} {{ category.text }}, {% endif %} {% endfor %}
Tags: {% for tag in post_tags %} {% if forloop.last %} {{ tag.text }} {% else %} {{ tag.text }}, {% endif %} {% endfor %}
Leave a Comment:
{% if user.is_authenticated %}
{% else %}
{% endif %}
{{comment.author.user}}
{{comment.content}}
{% if comment.replies.all %} {% for reply in comment.replies.all %}{{reply.author.user}}
{{ reply.content}}
{% if forloop.last %} {% if user.is_authenticated %} {% else %} {% endif %} {% endif %}