fempla

package module
v0.0.0-...-ab5343e Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

README

fempla

Package fempla is a middleware that provides femplate(fasttemplate) template engine support for vodka.

Installation

go get -u github.com/vodka-contrib/fempla

Document

Gowalker or Godoc

Example

please check example

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FemplaOption

type FemplaOption struct {
	// Directory to load templates. Default is "templates"
	Directory string
	// Reload to reload templates everytime.
	Reload bool
	// LeftDelim "{{"
	LeftDelim string
	// RightDelim "}}"
	RightDelim string
}

type Renderer

type Renderer struct {
	FemplaOption
	// contains filtered or unexported fields
}

func Renderor

func Renderor(opt ...FemplaOption) *Renderer

func (*Renderer) Render

func (r *Renderer) Render(w io.Writer, name string, ctx vodka.Context) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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