{{thread.content | safe}}
{% for media in thread.media_attachments %}
{% if media.type == 'image'%}
{% elif media.type == 'gifv' %}
{% endif %}
{% endfor %}
{% if thread.media_attachments|length <= 0 and thread.card %}
{{ thread.card.provider_name or
thread.card.provider_url }}
{{ thread.card.title }}
{{thread.card.description}}
{% endif %}