auth/web/embed.go
2025-09-19 23:25:15 +02:00

8 lines
131 B
Go

package web
import "embed"
// Templates holds the embedded HTML templates.
//
//go:embed templates/*.html
var Templates embed.FS