Public Feed
{{$hms := .HomeServerURL}}
{{$rpth := .Room.Path}}
{{$liu := .LoggedInUser}}
{{if .Posts}}
{{range $idx, $post := .Posts}}
{{if and (eq $post.Type "com.hummingbard.post") (not $post.Redacted)}}
{{template "timeline-event" Map "Event" $post "HomeServerURL" $hms "RoomPath" $rpth "LoggedInUser" $liu}}
{{end}}
{{end}}
{{else}}
{{end}}