{{with .Data}} {{template "header.tmpl" (WithContext .CommonData $.Ctx)}}
{{.Title}}
{{if eq .Type "remote"}}
{{end}} {{range .Statuses}} {{template "status.tmpl" (WithContext . $.Ctx)}} {{end}} {{template "footer.tmpl"}} {{end}}