agendas/ui/embed.go

8 lines
71 B
Go

package ui
import (
"embed"
)
//go:embed *.html
var htmlFS embed.FS