{% if toots %}

{% for toot in toots %} {% endfor %}
# User Content
{{ forloop.counter }} {{ toot.display_name }} {{ toot.content | safe}}
{% else %}

No toots found!

Click to add a new ActivityPub account!

{% endif %}