Files
mal/templates/template_fs.go

7 lines
114 B
Go

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