wp-go/templates/templatefs.go
2022-09-18 12:34:48 +08:00

7 lines
83 B
Go

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