bubblewand/embed/embed.go

7 lines
98 B
Go

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