9 lines
146 B
Go
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
|