{% 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 %}

🌐 {{ domain }}

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

Recent activity

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