{% extends "base.html" %} {% block title %}{{ g.user.readable_or_key_id() }}'s following - Bridgy Fed{% endblock %} {% block content %} {% include "user_addresses.html" %}
Following
{% if g.user.LABEL != 'activitypub' %}

{% endif %} {% with page_name="following" %} {% include "_followers.html" %} {% endwith %} {% endblock %}