Move the Alert Digest into a shared partial template, and add it to the today, tomorrow, and daily reports
This commit is contained in:
@@ -76,9 +76,10 @@ fail rendering instead of producing incomplete Markdown.
|
||||
|
||||
Daily and Tomorrow call the shared `daypart_forecast` partial. Today calls
|
||||
`today_daypart_forecast` so it can omit elapsed or missing dayparts. Daily,
|
||||
Today, Tomorrow, and Hourly call the shared `precipitation_timing` partial.
|
||||
Partial files are parsed with each top-level template at render time and
|
||||
receive the same typed render context as the caller.
|
||||
Today, Tomorrow, and Hourly call the shared `alert_digest` and
|
||||
`precipitation_timing` partials. Partial files are parsed with each top-level
|
||||
template at render time and receive the same typed render context as the
|
||||
caller.
|
||||
|
||||
## Schema Contract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user