Move the Alert Digest into a shared partial template, and add it to the today, tomorrow, and daily reports
This commit is contained in:
@@ -5,9 +5,7 @@
|
||||
|
||||
{{ .GeneratedText.Summary }}
|
||||
|
||||
{{ template "daypart_forecast" . }}
|
||||
|
||||
{{ template "precipitation_timing" . }}
|
||||
{{ template "alert_digest" . }}{{ template "daypart_forecast" . }}{{ if and .Modules.PrecipTiming .Modules.PrecipTiming.PrecipitationWindows }}{{ template "precipitation_timing" . }}{{ else }}{{ end -}}
|
||||
## Forecast Discussion
|
||||
{{ range .GeneratedText.ForecastDiscussion }}
|
||||
{{ . }}
|
||||
|
||||
Reference in New Issue
Block a user