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