Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Default base template suffixes BASE_TEMPLATE_SUFFIXES = []string{".tmpl", ".html"} // Default directory to look in for base templates BASE_TEMPLATE_DIRS = []string{"base"} TEMPLATE_DIRS = []string{"templates"} // Functions to add to templates DEFAULT_FUNCS = make(template.FuncMap) // Template file system TEMPLATEFS fs.FS )
View Source
var USE_TEMPLATE_CACHE = true
Functions ¶
func FilenameFromPath ¶
func NameFromPath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.