{% load markup %}
{% include "_profile_tile.html" with user=post.user %}

Posted {{post.created}} {% if post.created != post.updated %}
Edited {{post.updated}} {% endif %}
{{post.body|markdown:"safe"}}
permalink Reply »