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

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

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

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