package web import "embed" //go:embed templates/*.html templates/*.css var templateFS embed.FS //go:embed static/chart.min.js var chartJS []byte