{% extends "base.html" %} {% block title %}{{ domain }}'s followers - Bridgy Fed{% endblock %} {% block content %} {% include "user_addresses.html" %}
Followers
{% with page_name="followers" %} {% include "_followers.html" %} {% endwith %} {% endblock %}