{% if interactions is defined and interactions|length > 0 %}
🌐
ActivityPub
{% if counts is defined %}
⭐ {{ counts.likes }}
🔁 {{ counts.boosts }}
💬 {{ counts.replies }}
🗣️ {{ counts.quotes }}
📣 {{ counts.mentions }}
{% endif %} {% for html in interactions %} {{ html }} {% endfor %}
{% endif %}