Thread {{ thread_id }}
{% for post in posts %}
{{ post['_id']}}
{% if post['image_id'] is not None %}
I'm sure
{% end %}
{{ escape(post['body']) }}
location
{% end %}
Back