{% load blog_tags %}
{% if post.image %} Post Image {% endif %} add
{{ post.title }}
Tags loyalty
{% for tag in post.tags.all %} {% endfor %}
{{ post.title }} close
Tags loyalty
{% for tag in post.tags.all %} {% endfor %}

person {{ post.author }} | publish {{ post.publish.year }}/{{ post.publish.month }} | comment {{ post.comments.count }}


{{ post.body|markdown|safe|truncatewords_html:100 }}