feat(template): add name to the template definition
This commit is contained in:
@@ -4,6 +4,7 @@ const KeyRegex string = `\{\{\s*(.*?)\s*\}\}`
|
||||
|
||||
type TemplateData struct {
|
||||
Id string
|
||||
Name string
|
||||
TemplateKeys []string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user