<%= @user.username %> profile

<%= sanitize @user.name %>

<%= sanitize(@user.summary.presence || "404 bio not found") %>

<%= render "articles/user_metadata", context: "profile" %>