zdravko/web/templates/tempaltes.go

8 lines
76 B
Go

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