Files
weatherreporter/internal/reporttemplate/templates/tomorrow.md.tmpl

15 lines
313 B
Cheetah

# {{ .Report.Title }}
**Forecast date:** {{ .Report.ForecastDateLabel }}
**Updated:** {{ .Report.GeneratedAtLabel }}
{{ .GeneratedText.Summary }}
{{ template "daypart_forecast" . }}
{{ template "precipitation_timing" . }}
## Forecast Discussion
{{ range .GeneratedText.ForecastDiscussion }}
{{ . }}
{{ end }}