{% if item.boosted_by %}
Boosted by {{ item.boosted_by }}
{% endif %}
{% if item.actor_icon %} {% else %}
{{ item.actor_name[0] | upper if item.actor_name else '?' }}
{% endif %}
{{ item.actor_name }} @{{ item.actor_username }}{% if item.actor_domain %}@{{ item.actor_domain }}{% endif %} {% if item.published %} {{ item.published.strftime('%b %d, %H:%M') }} {% endif %}
{% if item.summary %}
CW: {{ item.summary }}
{{ item.content | safe }}
{% else %}
{{ item.content | safe }}
{% endif %}
{% if item.url and item.post_type == "remote" %} original {% endif %} {% if item.object_id %} View on Hub {% endif %}