Sessions with no room booked for {{ .day}}
{{ range .self.Scratch.Get "no room" }}
{{ if ne .Params.type "summit-session"}}
{{ if ne .Params.type "participant"}}
{{ if ne .Params.type "track"}}
- {{.Params.title}}
{{ end }}
{{ end }}
{{ end }}
{{ end }}