{{define "author-info"}}
{{template "circle-profile-img" .}}
{{.DisplayName}} {{if .IsPrivate}}
{{end}}
@{{.Handle}}
{{end}} {{/* For User Feed header-- the profile image is no longer a link, but should pop up in the image carousel on click */}} {{define "author-info-no-link"}}
{{template "circle-profile-img-no-link" .}}
{{.DisplayName}} {{if .IsPrivate}}
{{end}}
@{{.Handle}}
{{end}}