Files
mal/templates/template_fs.go

8 lines
115 B
Go

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