{% if metadata.subject %}{{ metadata.subject }}{% else %}(no subject){% endif %}
{{ platform }}/{{ board }}/{{ metadata.id }}
{% for post in posts %}
-
{{ post.name }}{% if post.trip %}/{{ post.trip }}{% endif %}
{{ post.time|datetime('%d-%m-%Y %H:%M') }}
{{ post.no }}
{% if post.md5 %}
(image)
{% endif %}
{{ post.com|safe }}
{% if post.md5 %}
{% endif %}
{% endfor %}