1 2 3 4 5 6 7 8 9 10
package web import "embed" //go:generate go tool github.com/a-h/templ/cmd/templ generate var ( //go:embed static Static embed.FS )