{% load blog_tags %}
{% for tag in post.tags.all %} {% endfor %}Tags loyalty
person {{ post.author }} | publish {{ post.publish.year }}/{{ post.publish.month }} | comment {{ post.comments.count }}
{{ post.body|markdown|safe|truncatewords_html:100 }}