{% if metadata.subject %}{{ metadata.subject }}{% else %}(no subject){% endif %}

{{ platform }}/{{ board }}/{{ metadata.id }}
    {% for post in posts %}
  1. {{ 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 %}
  2. {% endfor %}