{% load i18n %}
{{ post.date_modified|date:"M d Y" }}

{{ post.title|striptags|safe }}

{% for tag in post.tags.all|slice:":5" %} {{ tag.name }} {% endfor %}  {{ post.feed.title }}:  {{ post.content|safe|striptags|truncatewords:"100" }} {% trans 'Read more' %}