{% load cache %} {% load post_render %} {% load thumbnail %}

{% if post.subject %}{{ post.subject }}{% endif %} {{ post.author }} {% if post.tripcode %}{% if thread.secure %}!{% endif %}!{{ post.tripcode }}{% endif %} posted at {{ post.timestamp }} #{{ post.pk }}

{% cache 500 post post.pk %} {% if post.image %} {% thumbnail post.image "x300" as im %} {% endthumbnail %}

{% post_render post %}

{% else %}

{% post_render post %}

{% endif %} {% endcache %}