mirror of
https://github.com/kataras/iris.git
synced 2025-12-21 03:47:04 +00:00
Linting
This commit is contained in:
@@ -6,10 +6,12 @@ import (
|
||||
"github.com/kataras/iris/render/template/engine/html"
|
||||
)
|
||||
|
||||
// Engine the JadeEngine
|
||||
type Engine struct {
|
||||
*html.Engine
|
||||
}
|
||||
|
||||
// new creates and returns a new JadeEngine with its configs
|
||||
func New(cfg config.Template) *Engine {
|
||||
|
||||
underline := &Engine{Engine: html.New(cfg)}
|
||||
|
||||
Reference in New Issue
Block a user