{% load tagging_tags %}

{{ post.feed.author_or_title }}

{{ post.title }}

{{ post.content|safe }}

  • {{ post.created|date:"d M H:i" }}
  • {% if post.tags %}
  • {% tags_for_object post as tags %} {% for tag in tags %}{{ tag }}{% endfor %}
  • {% endif %}