{% for thread in threads %}
    {{ thread['thread_id']}}
    I'm sure
    {% if thread['image_id'] is not None %}
    {% end %}
    {{ escape(thread['body']) }}

    {% end %}