7 lines
74 B
Go
7 lines
74 B
Go
package site_templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
var FS embed.FS
|