{{ usermap[thread["author"]]["user_name"] }}: {{ thread["title"] }}

{% if authorized_user %} Reply to Thread {% endif %} {% for message in thread["messages"] %}
>{{ message["post_id"] }} {{ usermap[message["author"]]["user_name"] }} @ {{ message["created"] }}
{{ message["body"] }}
{% if authorized_user %} Direct reply.
{% endif %}
{% endfor %}