{{template "resources.html"}} {{template "resources-body.html"}}
{{$app := .App}} {{$t := .Req.Time}} {{range .Req.Zones}} {{with resolveZone $app .}} {{if .Error}} Unable to load zone. The URL path might not be valid {{else}} {{$zt := $t.In .Location}} {{.Name}} {{if not .IsOffset}} {{.TimeOffset $t | formatOffset}} {{end}} {{$zt.Format "2006-01-02"}} {{$zt.Format "15:04"}} {{end}} {{end}} {{end}}
{{template "footer.html"}}