{{ thread.author.handle }}
·
{{ thread.title }}
{{ thread.body }}
{% if thread.attachments %}
{% for att in thread.attachments %}
[{{ att.name }}]
{% endfor %}
{% endif %}