(out io.Writer, name string, binding any, layout ...string)
| 99 | type Views interface { |
| 100 | Load() error |
| 101 | Render(out io.Writer, name string, binding any, layout ...string) error |
| 102 | } |
| 103 | |
| 104 | // App returns the *App reference to the instance of the Fiber application |
no outgoing calls