{{template "base"}}

{{.Pool.User.Name}} - {{.Pool.Title}}

{{.Pool.Description}}

{{if eq .User.ID .Pool.User.ID}}
{{end}} {{if .Edit}}
{{end}}
{{range .Pool.Posts}}
{{template "thumbnail" (wrap2 "Post" "UserInfo" .Post $.UserInfo)}} {{if $.Edit}}
{{end}}
{{end}}
{{if .Edit}}
{{end}}
{{template "baseEnd"}}