Files
luxcollection/web/embed.go
2025-10-02 14:01:27 +02:00

9 lines
162 B
Go

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