{{/** TODO: Temporary hack until we find a more granular way of doing this. Perhaps, a custom include function? **/}} {{if .Header.Theme.BgAvatars}} {{range .Posts}}
{{.Body}} {{.User.Name}}   {{if .CanModify}} {{end}} {{if .User.Tag}}{{.User.Tag}}{{end}}
{{end}} {{else}} {{template "convo_row_alt.html" . }} {{end}}