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