{% extends "user_base.html" %} {% set tab = "profile" %} {% block subtabs %}
{{ followers }} follower{% if followers != '1' %}s{% endif %} · following {{ following }} · {% if g.user.LABEL != 'activitypub' %} bridged to {{ g.user.ap_address() }}
 
{% endif %}
{% endblock subtabs %}