2025-03-21 11:05:42 +08:00

7 lines
93 B
Go

package templates
import "embed"
//go:embed **/*.tmpl **/**/*.tmpl
var TemplateFS embed.FS