package
8.4.4+incompatible
Repository: https://github.com/codehakase/iris.git
Documentation: pkg.go.dev

# Functions

Amber creates and returns a new amber view engine.
Django creates and returns a new amber view engine.
Handlebars creates and returns a new handlebars view engine.
HTML creates and returns a new html view engine.
Pug (or Jade) returns a new pug view engine.

# Constants

NoLayout disables the configuration's layout for a specific execution.

# Structs

AmberEngine contains the amber view engine structure.
DjangoEngine contains the amber view engine structure.
HandlebarsEngine contains the handlebars view engine structure.
No description provided by the author
View is responsible to load the correct templates for each of the registered view engines.

# Interfaces

Engine is the interface which all view engines should be implemented in order to be registered inside iris.
EngineFuncer is an addition of a view engine, if a view engine implements that interface then iris can add some closed-relative iris functions like {{ urlpath }} and {{ urlpath }}.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author