{{if .ThemeCSS}} {{end}} {{.Site.Name}} [↑{{.StatusCounts.Up}}{{if gt .StatusCounts.Down 0}}/{{.StatusCounts.Down}}↓{{end}}] {{if .Site.Favicon}} {{else}} {{end}} {{if .CustomHead}}{{.CustomHead}}{{end}}
{{if .Site.Logo}} Logo {{end}}

{{.Site.Name}}

{{.Site.Description}}

{{if eq .OverallStatus "All Systems Operational"}}
{{else if eq .OverallStatus "Partial Outage"}}
{{else}}
{{end}}
{{.OverallStatus}}
{{.CurrentTime}}
{{range $groupIndex, $group := .Groups}}

{{$group.Name}}

{{if $group.ShowGroupUptime}} {{formatUptime $group.GroupUptime}} {{end}}
{{range .Monitors}} {{$monitor := .}}
{{if eq .Status "up"}}
{{else if eq .Status "degraded"}}
{{else if eq .Status "down"}}
{{else}}
{{end}} {{if .Link}}{{.Name}}{{else}}{{.Name}}{{end}} {{.Type}}
{{if not .HidePing}}{{formatDuration .ResponseTime}}{{end}} {{if gt .SSLDaysLeft 0}} SSL: {{.SSLDaysLeft}}d {{end}} {{if .LastError}}{{simplifyError .LastError}}{{end}}
{{formatUptime .UptimePercent}}
{{range $monitor.Ticks}}
{{else}} {{range seq $.TickCount}}
{{end}} {{end}}
{{end}}
{{end}}
{{if .Incidents}}

Incidents

{{range .Incidents}}
{{if eq .Status "resolved"}} {{else if eq .Status "scheduled"}} {{else}} {{end}} {{.Title}}

{{.Message}}

{{if .IsScheduled}}

Scheduled: {{if .ScheduledStart}}{{formatTime .ScheduledStart}}{{end}} - {{if .ScheduledEnd}}{{formatTime .ScheduledEnd}}{{end}}

{{end}}
{{.Status}}
{{if .Updates}}
{{range .Updates}}
{{.Status}} {{formatTime .Time}}

{{.Message}}

{{end}}
{{end}}
{{end}}
{{end}}
↑↓ navigate select esc close