package webassets import "embed" // TemplatesFS embeds all HTML templates under web/templates. //go:embed templates/*.html var TemplatesFS embed.FS // StaticFS embeds all static assets under web/static. //go:embed static/* var StaticFS embed.FS