{% extends "base.html" %} {% block title %}{{ id }} {{ tab }} - Bridgy Fed{% endblock %} {% block content %} {% if user.LABEL == 'web' %} {% if user.has_redirects == False %}
Next step: add the .well-known redirects.
{% if user.redirects_error %}
{{ user.redirects_error|safe }}
{% endif %}
{% endif %} {% if user.has_hcard == False %}
Next step: add a representative h-card.
{% endif %} {% endif %}
{{ user.user_link()|safe }} · {{ user.handle_or_id() }}
·
{% for proto in set(PROTOCOLS.values()) %} {% if proto and not isinstance(user, proto) and proto.LABEL not in ('atproto', 'ui') %} {{ user.handle_as('activitypub') }} {% endif %} {% endfor %}
👤 Profile{% if user.LABEL == 'web' %}🏠 Feed{% endif %}🔔 Notifications
{% block subtabs %} {% endblock subtabs %} {% block feed %} {% include "activities.html" %} {% endblock feed %} {% endblock content %}