budgeteer/web/templates.go
2021-11-07 22:04:22 +00:00

10 lines
109 B
Go

package web
import "embed"
//go:embed *.html
var Templates embed.FS
//go:embed static
var Static embed.FS