package templates import "embed" //go:embed html/*.gohtml var templatesFS embed.FS func GetTemplatesFS() embed.FS { return templatesFS }