tmpl

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 5, 2019 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LoadTmplString

func LoadTmplString(name string, content string) error

func Render

func Render(name string, vars VarMap) (string, error)

func Set

func Set(t *Tmpl)

Types

type Tmpl

type Tmpl struct {
	// contains filtered or unexported fields
}

func New

func New(dirs []string, def bool) *Tmpl

func (*Tmpl) LoadTmplString

func (tmpl *Tmpl) LoadTmplString(name string, content string) error

func (*Tmpl) Render

func (tmpl *Tmpl) Render(name string, vars VarMap) (string, error)

func (*Tmpl) Vars

func (t *Tmpl) Vars() VarMap

type VarMap

type VarMap = jet.VarMap

func Vars

func Vars() VarMap

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL