Files
mantrae/server/internal/mail/templates/embed.go
2025-07-31 00:37:57 +02:00

7 lines
77 B
Go

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