{% if thread.account.avatar is defined %} avatar of {{ thread.account.display_name }} {% endif %}
{{ thread.created_at }} {% if not is_tag %} · Anchor {% 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 and not is_tag %} {% endif %}