package templates
import "embed"
//go:embed *.html
//go:embed layouts/*.html
//go:embed posts/*.html
var FS embed.FS