{% extends "base.html" %} {% load static %} {% block title %} {{object.preferredUsername|default:object.id }} - ActivityPub Actor {% endblock %} {% block metadescription %} ActivityPub actor profile for {{ object.preferredUsername|default:object.id }} {% endblock %} {% block css %} {% endblock %} {% block content %}
{{ object.profile.summary|linebreaks }}
To view this actor's ActivityPub JSON-LD representation, request
this page with
Accept: application/ld+json or
Accept: application/activity+json headers.