{% load thumbnail %}
{{ post.date|date:"F j, Y, g:i:a" }}

{{ post.text }}

{% if show_detail_link %} Read more {% else %}   {% endif %}
{% thumbnail post.author.profile.image "373x373" crop="center" as im %} {% endthumbnail %}

{{ post.author.username }}