 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package lazytemplate is a thin wrapper over text/template, allowing the use of global template variables without forcing them to be parsed at init.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Template ¶
type Template struct {
	// contains filtered or unexported fields
}
    Template is a wrapper around text/template.Template, where the underlying template will be parsed the first time it is needed.
 Click to show internal directories. 
   Click to hide internal directories.