{{template "base"}}

Ignore false positives

{{if .User.Flag.Delete}} {{range .Trees}}
{{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .Apple}}
{{range .Pears}} {{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .}} {{end}}
{{range .Pears}} {{end}}
{{end}} {{else}} {{range .Trees}}
{{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .Apple}}
{{range .Pears}} {{template "thumbnail" wrap2 "UserInfo" "Post" $.UserInfo .}} {{end}}
{{end}} {{end}}
{{template "baseEnd"}}