<%= @actor.data["preferredUsername"] %>

@<%= @actor.data["name"] %>

<%= @actor.data["summary"] %>

<%= render "_timeline.html", conn: @conn, statuses_with_authors: Enum.map(@statuses, &({&1, @actor})) %>