13 lines
439 B
Cheetah
13 lines
439 B
Cheetah
# {{ .Report.Title }}
|
|
|
|
**Forecast date:** {{ .Report.ForecastDateLabel }}
|
|
**Updated:** {{ .Report.GeneratedAtLabel }}
|
|
|
|
{{ .GeneratedText.Summary }}
|
|
|
|
{{ template "alert_digest" . }}{{ template "daypart_forecast" . }}{{ if and .Modules.PrecipTiming .Modules.PrecipTiming.PrecipitationWindows }}{{ template "precipitation_timing" . }}{{ else }}{{ end -}}
|
|
## Forecast Discussion
|
|
{{ range .GeneratedText.ForecastDiscussion }}
|
|
{{ . }}
|
|
{{ end }}
|