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

{{ post.text }}

{% if show_detail_link %} Read more {% else %}   {% endif %}
{# TODO: add url below #} {% thumbnail post.author.profile.image "373x372" crop="center" as im %} {% endthumbnail %}

{{ post.author.username }}