v4/templates/embed.go
2025-03-25 21:26:24 -07:00

6 lines
78 B
Go

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