{{ template "widget-base.html" . }} {{ define "widget-content" }} {{ if not (and .ShowFailingOnly (not .HasFailing)) }} {{ else }}

All sites are online

{{ end }} {{ end }} {{ define "site" }} {{ .Title }} {{ if not .Status.TimedOut }}
{{ .Status.ResponseTime.Milliseconds | formatNumber }}ms
{{ end }} {{ if eq .StatusStyle "ok" }}
{{ else }}
{{ end }} {{ end }}