Voyage

Visibility
{% for post in posts %}
{% for tag in tags.get(post.id, []) %} {{ tag }} - {% endfor %} +
{% if post.subject %} {{ post.subject }} {% endif %} {% if post.email %}{% endif %}{{ post.name }}{% if post.tripcode %} {{ post.tripcode }}{% endif %}{% if post.email %}{% endif %} {{ post.time.astimezone().strftime('%Y-%m-%d %H:%M') }} No.{{ post.id }} {% if backlinks.get(post.id) %} {% for link in backlinks[post.id] %} >>{{ link }} {% endfor %} {% endif %}
{% for line in post.body.splitlines() %} {% if line.startswith('>') %} {{ line|quotelink(links[post.id]) }}
{% else %} {{ line|quotelink(links[post.id]) }}
{% endif %} {% endfor %}
{% endfor %}