README ¶ templates Helper functions for html/template to assist with common actions, i18n or assets versioning. Basic usage import ( "libs.altipla.consulting/templates" ) Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Load(folders ...string) (*template.Template, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Load ¶ func Load(folders ...string) (*template.Template, error) Load receives a list of globs and load every template that matches those folders. All folders must have at least one template or it will fail the loading. Types ¶ This section is empty. Source Files ¶ View all Source files compile.go Directories ¶ Show internal Expand all Path Synopsis funcs Click to show internal directories. Click to hide internal directories.