Add Tomorrow render context and template

This commit is contained in:
2026-06-14 23:36:47 +00:00
parent 295f06915f
commit ddda42453f
5 changed files with 698 additions and 2 deletions

View File

@@ -12,7 +12,8 @@ import (
var assets embed.FS
var templates = map[string]string{
"hourly": "templates/hourly.md.tmpl",
"hourly": "templates/hourly.md.tmpl",
"tomorrow": "templates/tomorrow.md.tmpl",
}
var schemas = map[string]string{