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

🌐 {{ domain }}

| {{ followers }} follower{% if followers != '1' %}s{% endif %} | following {{ following }} | HTML, Atom, RSS feeds

Recent activity

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