mirror of
https://github.com/kataras/iris.git
synced 2026-01-22 03:15:58 +00:00
add 'iris.Ace' template engine: _examples/view/template_ace_0
This commit is contained in:
@@ -220,5 +220,5 @@ func (s *AmberEngine) ExecuteWriter(w io.Writer, filename string, layout string,
|
||||
return tmpl.Execute(w, bindingData)
|
||||
}
|
||||
|
||||
return fmt.Errorf("Template with name %s doesn't exists in the dir", filename)
|
||||
return fmt.Errorf("Template with name: %s does not exist in the dir: %s", filename, s.directory)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user