{% extends "base.html" %} {% block title %}{{ domain }} - Bridgy Fed{% endblock %} {% block content %} {% if user.has_redirects == False %}
Set up the /.well-known/ redirects.
{% endif %} {% if user.has_hcard == False %}
Add a representative h-card.
{% endif %} {% include "user_addresses.html" %}
{{ followers }} follower{% if followers != '1' %}s{% endif %} · following {{ following }} · HTML · Atom · RSS · Webfinger · ActivityPub
{% include "activities.html" %} {% endblock %}