9 lines
119 B
Go
9 lines
119 B
Go
|
package templates
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *.html
|
||
|
//go:embed layouts/*.html
|
||
|
//go:embed sites/*.html
|
||
|
var FS embed.FS
|