{% extends "base.html" %} {% load thumbnail %} {% block title %}{{ post.text }} by {{ post.author.username }}{% endblock %} {% block body %}
{{ post.date|date:"F j, Y, g:i:a" }} {% comment %} Design {% endcomment %}

{{ post.text }}

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

{{ post.author.username }}

{% endblock body %}