//
pkg.gl
Category
github.com/dereking/grest
templateManager
package
1.0.1
Repository:
https://github.com/dereking/grest.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
2
Files
266 SLOC
#
Functions
Initialize
Initialize the templates.
Render
Render execute the template.
#
Constants
LAYOUT_BODY_TAG
No description provided by the author
LAYOUT_TEMPLATE_DIRNAME
layout模板的文件在views目录下的文件夹名称,区分大小写.
LAYOUT_TEMPLATE_FILENAME
layout模板的文件名路径,区分大小写,后缀有suffix确定.
#
Variables
LAYOUT_DATA
layout文件的内容.
LAYOUT_TEMPLATE_FILE
layout模板的文件 路径,区分大小写.文件后缀必须小写。 views/Shared/_Layout.html.
PthSep
文件路径分隔符.
TMPLATE_DIR
模板存放目录,默认运行目录下的views , 不包含末尾斜杠.