Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateHTML ¶
type TemplateHTML struct {
RootPath string
}
TemplateHTML is a struct that implements Templater interface
func NewTemplateHTML ¶
func NewTemplateHTML(config config.Config) *TemplateHTML
NewTemplateHTML is a function that returns a new TemplateHTML
func (*TemplateHTML) Render ¶
func (t *TemplateHTML) Render(name string, view interface{}, response http.ResponseWriter) (interface{}, error)
Render renders template
Click to show internal directories.
Click to hide internal directories.