mirror of
https://github.com/kataras/iris.git
synced 2026-01-02 17:57:11 +00:00
various improvements and new 'UseOnce' method - read HISTORY.md
This commit is contained in:
@@ -27,7 +27,10 @@ type HandlebarsEngine struct {
|
||||
templateCache map[string]*raymond.Template
|
||||
}
|
||||
|
||||
var _ Engine = (*HandlebarsEngine)(nil)
|
||||
var (
|
||||
_ Engine = (*HandlebarsEngine)(nil)
|
||||
_ EngineFuncer = (*HandlebarsEngine)(nil)
|
||||
)
|
||||
|
||||
// Handlebars creates and returns a new handlebars view engine.
|
||||
// The given "extension" MUST begin with a dot.
|
||||
|
||||
Reference in New Issue
Block a user