patchman/server/web/templates/templates.go

7 lines
73 B
Go
Raw Normal View History

2023-10-26 21:32:21 +02:00
package templates
import "embed"
//go:embed *
var TemplatesFS embed.FS