{{ template "head.tmpl" . }}

{{.Location}}

{{.Now.Temperature}}{{.Now.TemperatureUnit}}
{{.Now.Forecast}}
Wind
{{.Now.WindSpeed}} {{.Now.WindDirection}}
{{ if .Q2HTimeline }}
{{ range .Q2HTimeline.Periods }}
{{.Temperature}}{{.TemperatureUnit}}
{{printf "%d" .Hour}}hrs
{{ end }}
{{ end }} {{ if .Alerts }}
{{ range .Alerts }}
{{ .Event }}

Severity — {{ .Severity }}

{{ range $p := .Description }}

{{ $p }}

{{ end }}
{{ if len .Instruction | gt 0 }}
{{ range $p := .Instruction }}

{{ $p }}

{{ end }}
{{ end }}
{{ end }}
{{ end }} {{ if .BiDailyTimeline }}
{{ range .BiDailyTimeline.Periods }}
{{ .Name }}
{{.Temperature}}{{.TemperatureUnit}}
{{ .Forecast }}
{{ end }}
{{ end }} {{ if .SearchEnabled }} {{ end }} {{ template "footer.tmpl" "/about" }}