{% extends "base.html" %} {% block title %}{{ domain }}'s following - Bridgy Fed{% endblock %} {% block content %} {% include "user_addresses.html" %}
Following

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