{% load post_body %}
{# Image #} {% if post.thumbnail %} {# Image info #}
File: {{post.original_image_name}} ({{post.image.size|measure_bytes}}, {{post.image_width}}x{{post.image_height}})
{# Image thumbnail #}
{% endif %} {# Post ID, username, time #}
#. {{post.id}} {% if post.subject %} {{post.subject}} {% endif %} by {{post.name|default:"Anonymous"}} at {{post.created}} {% if reply_link %} [Reply] {% endif %} {# "X replies elided" dialog for OPs on the board #} {% if replies_elided > 0 %}
({{replies_elided}} replies elided, click reply to view) {% endif %} {# Post body #}

{{post|post_body|safe}}