README ¶ pongor Package pongor is a middleware that provides pongo2 template engine support for vodka. Installation go get -u github.com/vodka-contrib/pongor Document Gowalker or Godoc Example please check example Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type Option type Renderer func Renderor(opt ...Option) *Renderer func (r *Renderer) Render(w io.Writer, name string, c *makross.Context) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Option ¶ type Option struct { // Directory to load templates. Default is "templates" Directory string // Reload to reload templates everytime. Reload bool // Filter to do Filter for templates Filter bool } type Renderer ¶ type Renderer struct { Option // contains filtered or unexported fields } func Renderor ¶ func Renderor(opt ...Option) *Renderer func (*Renderer) Render ¶ func (r *Renderer) Render(w io.Writer, name string, c *makross.Context) error Render 渲染 Source Files ¶ View all Source files pongor.go Directories ¶ Show internal Expand all Path Synopsis case Click to show internal directories. Click to hide internal directories.