Files
2026-07-20 21:41:51 +02:00

9 lines
146 B
Go

package webassets
import "embed"
// FS contains the portal templates and static assets.
//
//go:embed templates/*.html static/*
var FS embed.FS