{% if interactions is defined and interactions|length > 0 %}

🌐   {{ interactions | length }} Fediverse Interaction{% if interactions | length != 1 %}s{% endif %}

{% for html in interactions %} {{ html }} {% endfor %}
{% endif %}