package
6.0.0+incompatible
Repository: https://github.com/iris-framework/iris.git
Documentation: pkg.go.dev
# Functions
Amber returns a new kataras/go-template/amber template engine with the same features as all iris' view engines have: Binary assets load (templates inside your executable with .go extension) Layout, Funcs, {{ url }} {{ urlpath}} for reverse routing and much more.
Django returns a new kataras/go-template/django template engine with the same features as all iris' view engines have: Binary assets load (templates inside your executable with .go extension) Layout, Funcs, {{ url }} {{ urlpath}} for reverse routing and much more.
Handlebars returns a new kataras/go-template/handlebars template engine with the same features as all iris' view engines have: Binary assets load (templates inside your executable with .go extension) Layout, Funcs, {{ url }} {{ urlpath}} for reverse routing and much more.
HTML creates and returns a new kataras/go-template/html engine.
NewAdaptor returns a new general template engine policy adaptor.
Pug (or Jade) returns a new kataras/go-template/pug engine.
# Structs
Adaptor contains the common actions that all template engines share.
AmberAdaptor is the adaptor for the Amber, simple, engine.
DjangoAdaptor is the adaptor for the Django engine.
HandlebarsAdaptor is the adaptor for the Handlebars engine.
HTMLAdaptor is the html engine policy adaptor used like the "html/template" standard go package but with a lot of extra features by.
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author