{{/** TODO: Temporary hack until we find a more granular way of doing this. Perhaps, a custom include function? **/}} {{if .Header.Theme.BgAvatars}} {{range .ItemList}}
{{.ContentHtml}} {{.CreatedByName}}   {{if $.CurrentUser.IsMod}} {{end}} {{if .Tag}}{{.Tag}}{{end}}
{{end}} {{else}} {{range .ItemList}}
{{.CreatedByName}}'s Avatar {{.CreatedByName}} {{if .Tag}}{{.Tag}}{{end}}
{{if $.CurrentUser.IsMod}} {{end}}
{{.ContentHtml}}
{{end}} {{end}}