wp-go/templates/templatefs.go
2022-09-14 21:30:59 +08:00

7 lines
83 B
Go

package templates
import "embed"
//go:embed index layout
var TemplateFs embed.FS