{% extends "base.html" %} {% block title %}{{ domain }} - Bridgy Fed{% endblock %} {% block content %} {% if user.has_redirects == False %}

Your site isn't serving the .well-known redirects. Please set those up!

{% endif %} {% if user.has_hcard == False %}

Your site doesn't have a representative h-card. Please add one!

{% endif %}
{{ user.address() }} · 🌐 {{ domain }}
{{ followers }} follower{% if followers != '1' %}s{% endif %} · following {{ following }} · HTML · Atom · RSS · Webfinger · ActivityPub
{% include "activities.html" %} {% endblock %}