package svg const KeyRegex string = `\{\{\s*(.*?)\s*\}\}` type TemplateData struct { Id string TemplateKeys []string } var Storage SvgStorage