{% extends "base.html" %} {% block title %}{{ id }} - Bridgy Fed{% endblock %} {% block content %} {% if g.user.LABEL == 'web' %} {% if g.user.has_redirects == False %}
Next step: add the .well-known redirects.
{% if g.user.redirects_error %}
{{ g.user.redirects_error|safe }}
{% endif %}
{% endif %} {% if g.user.has_hcard == False %}
Next step: add a representative h-card.
{% endif %} {% endif %} {% include "user_addresses.html" %}
{{ followers }} follower{% if followers != '1' %}s{% endif %} · following {{ following }} · HTML · Atom · RSS · Webfinger · ActivityPub
{% if g.user.LABEL != 'activitypub' %}

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