Files
luxcollection/web/embed.go
2025-10-15 09:32:32 +02:00

9 lines
153 B
Go

package web
import "embed"
// Content holds the HTML templates and static assets for the web UI.
//
//go:embed templates/* static
var Content embed.FS