{% if thread.account.avatar is defined %} avatar of {{ thread.account.display_name }} {% endif %}
{{thread.content | safe}} {% for media in thread.media_attachments %} {% if media.type == 'image'%} {{ media.description or 'media attachment' }} {% elif media.type == 'gifv' %} {% endif %} {% endfor %} {% if thread.media_attachments|length <= 0 and thread.card %} {% endif %}
{% if is_thread %} Read full thread {% endif %}