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"
2022-09-18 04:34:48 +00:00
//go:embed posts layout
2022-09-14 13:30:59 +00:00
var TemplateFs embed.FS