{% extends "container/public.html" %} {% block content %}

{{ thread.title }}{% match thread.subtitle %} {% when Some with (subtitle) %} - {{subtitle}}{% when None %}{% endmatch %}

{{ paginator.as_html()|safe }} {% for (post, user) in posts %} {% let post_attachments = attachments.get(post.ugc_id) %} {% include "ugc/message.html" %} {% endfor %} {{ paginator.as_html()|safe }} {% if client.can_post_in_thread(thread) %}

Post Reply

{% endif %} {% endblock %}