{% extends "profile.html" %} {% set subtab = "followers" %} {% block subsubtabs %} {% if user.LABEL != 'activitypub' %}
{% endif %} {% endblock subsubtabs %} {% block feed %} {% with page_name="followers" %} {% include "_followers.html" %} {% endwith %} {% endblock %}