{{.Error}}
{{ end }}
{{ range .Posts }}
{{ template "post.html" . }}
{{ end }}
{{ if and .Session (not .Posts) (not .Community) (and .Listing "Subscribed") }}
This is your home
When you find a community that you like, click the join button
Click here to find communities or check out what's popular
{{ else if or (and (not .Op) (not .Activities) (not .Comments) (not .Posts) (not .Communities)) (and (not .Comments) .PostID) (and (not .Activities) (not .Query) .User) }}there doesn't seem to be anything here
{{ end }}
{{ if or .Query (eq .SearchType "Communities") (eq (len .Posts) 25) (and .Comments (and (eq .CommentCount 200) (gt (index .Posts 0).Counts.Comments .CommentCount))) (and .User (or (gt .User.PersonView.Counts.CommentCount 10) (gt .User.PersonView.Counts.PostCount 10))) }}
{{ end }}