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