mirror of
https://github.com/kataras/iris.git
synced 2026-02-08 19:55:55 +00:00
New feature: Fallback views. Read HISTORY.md
This commit is contained in:
@@ -235,5 +235,5 @@ func (s *HandlebarsEngine) ExecuteWriter(w io.Writer, filename string, layout st
|
||||
return err
|
||||
}
|
||||
|
||||
return ErrNotExist{fmt.Sprintf("%s (file: %s)", renderFilename, filename), false}
|
||||
return ErrNotExist{fmt.Sprintf("%s (file: %s)", renderFilename, filename), false, bindingData}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user