{% with title='Followers', url=config.link + '/followers', description='ActivityPub followers', type='index', image=None, skip_header=not config.header, styles=['/css/home.css'] %} {% include 'common-head.html' %} {% endwith %}

Followers

{% if activitypub_handle and config.activitypub_profile_url %} {% endif %} {% if followers %}
{{ followers|length }} follower{{ 's' if followers|length != 1 else '' }}
{% endif %}
{% if followers %} {% else %}

No followers yet.

{% endif %}
{% include 'footer.html' %} {% include 'common-tail.html' %}