package web import "embed" //go:embed templates/* var templatesFS embed.FS func GetTemplates() embed.FS { return templatesFS }