internal/templates/templates.go
Copy
package
templates
import
(
"embed"
)
//go:embed all:templates
var
FS
embed
.
FS