view multi templ component

This commit is contained in:
sindhu
2024-05-17 13:30:02 +07:00
parent ee42ee0a82
commit 37f07715ff
6 changed files with 206 additions and 0 deletions

6
models/xtempl.models.go Normal file
View File

@@ -0,0 +1,6 @@
package models
type XtemplModel struct {
NameTempl string `json:"nametempl"`
HtmlString string `json:"htmlString"`
}