{% extends "base.html" %} {% block title %}{{ domain }} - Bridgy Fed{% endblock %} {% block content %}

🌐 {{ domain }}

| {{ followers }} follower{% if followers != '1' %}s{% endif %} | following {{ following }}

Recent activity

{% include "responses.html" %} {% endblock %}