{{ $state := . }} {{ if or .PostID .CommentID }} {{ range $i, $comment := .Comments }} {{ template "comment.html" $comment }} {{ end }} {{ else if .Activities }} {{ template "activities.html" . }} {{ else if .Posts }} {{ range $post := .Posts }} {{ template "post.html" $post }} {{ end }} {{ else if .Communities }} {{ range .Communities }} {{ if not $state.Page }} {{fullcname .Community }} {{ else }} {{ template "community.html" . }} {{ end }} {{ end }} {{ else }} {{ end }}