feedizer/cmd/feedizer/internal/templates/templates.go

7 lines
71 B
Go

package templates
import "embed"
//go:embed */*.html
var FS embed.FS