{{ thread["title"] }}
{{ thread["body"] | first_word }} ...
Posted by {{ thread["username"] }}
{% if thread["pinned"] or thread["user_id"] in staff_user %}
{% if thread["pinned"] %}
-
Pinned
{% endif %}
{% if thread["user_id"] in staff_user %}
-
By: Staff
{% endif %}
{% endif %}