{% extends "base.html" %} {% block title %}{{ id }} {{ tab }} - 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 %}
{{ g.user.user_link()|safe }} · {% if g.user.LABEL != 'activitypub' %} bridged to {{ g.user.ap_address() }}
 
{% endif %}
👤 Profile🏠 Feed🔔 Notifications
{% block subtabs %} {% endblock subtabs %} {% block feed %} {% include "activities.html" %} {% endblock feed %} {% endblock content %}