7 lines
114 B
Go
7 lines
114 B
Go
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.gohtml anime/*.gohtml components/*.gohtml
|
|
var templateFS embed.FS
|