{{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*/}} {{avatar $.Context .ContextUser 256}} {{else}} {{avatar $.Context .ContextUser 256}} {{end}}
{{if .ContextUser.FullName}}{{.ContextUser.FullName}}{{end}} {{.ContextUser.Name}} {{if .EnableFeed}} {{svg "octicon-rss" 18}} {{end}}