Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplatingHelper ¶
type TemplatingHelper struct {
gg_templating.TemplatingHelper // extends gg.Templating
}
var Templating *TemplatingHelper
func NewTemplatingHelper ¶
func NewTemplatingHelper() (instance *TemplatingHelper)
func (*TemplatingHelper) RenderMustache ¶
func (instance *TemplatingHelper) RenderMustache(data string, context ...interface{}) (response string, err error)
func (*TemplatingHelper) RenderMustacheParam ¶
func (instance *TemplatingHelper) RenderMustacheParam(text string, param interface{}) (string, error)
type TemplatingOptions ¶
type TemplatingOptions struct {
}
Click to show internal directories.
Click to hide internal directories.