wp-go/templates/templatefs.go

7 lines
83 B
Go
Raw Normal View History

2022-09-14 13:30:59 +00:00
package templates
import "embed"
//go:embed index layout
var TemplateFs embed.FS