Files
mal/templates/template_fs.go

7 lines
99 B
Go

package templates
import "embed"
//go:embed *.gohtml components/*.gohtml
var templateFS embed.FS