{{if .IsHTMX}} {{template "base/alert" .}} {{end}} {{$showFollow := and .IsSigned (ne .SignedUserID .ContextUser.ID)}}
{{if eq .SignedUserID .ContextUser.ID}} {{/* the size doesn't take affect (and no need to take affect), image size(width) should be controlled by the parent container since this is not a flex layout*/}} {{ctx.AvatarUtils.Avatar .ContextUser 256}} {{else}} {{ctx.AvatarUtils.Avatar .ContextUser 256}} {{end}}
{{if .ContextUser.FullName}}{{.ContextUser.FullName}}{{end}} {{.ContextUser.Name}} {{if .ContextUser.GetPronouns .IsSigned}} · {{.ContextUser.GetPronouns .IsSigned}}{{end}}
{{if $showFollow}}
{{if .IsFollowing}} {{else}} {{end}}
{{template "shared/user/actions_menu" .}}
{{end}}