{{thread.content | safe}}
{% for media in thread.media_attachments %}
{% if media.type == 'image'%}
{% elif media.type == 'gifv' %}
{% endif %}
{% endfor %}
See more
{% for descendant in thread.descendants %}
{% if descendant.account.avatar is defined %}
{% endif %}