internal/templates/templates.go

package templates

import (
	"embed"
)

//go:embed all:templates
var FS embed.FS