{% load i18n %} {% load url from future %}

{{ post.title|striptags|safe }}

{{ post.date_modified|date:"M d Y" }} {% trans "[Archived Version]" %} □ Published at {{ post.feed.blog.title }} {% if post.tags.count %} under tags  {% for tag in post.tags.all|slice:":5" %} {{ tag.name }} {% endfor %} {% endif %}

{{ post.content|safe }}