10 lines
115 B
Go
10 lines
115 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html *.tpl
|
|
var Templates embed.FS
|
|
|
|
//go:embed static
|
|
var Static embed.FS
|