模板引擎示例程序更新

This commit is contained in:
john
2018-09-03 13:05:41 +08:00
parent fc91755b7e
commit 1adff2a3f2
5 changed files with 27 additions and 1 deletions

View File

@ -152,3 +152,4 @@ func (view *View) funcInclude(file string, data...map[string]interface{}) templa
}
return template.HTML(content)
}