ExecuteWriter should execute a template by its filename with an optional layout and bindingData.
(w io.Writer, filename string, layout string, bindingData interface{})
| 30 | Load() error |
| 31 | // ExecuteWriter should execute a template by its filename with an optional layout and bindingData. |
| 32 | ExecuteWriter(w io.Writer, filename string, layout string, bindingData interface{}) error |
| 33 | // Ext should return the final file extension (including the dot) |
| 34 | // which this view engine is responsible to render. |
| 35 | // If the filename extension on ExecuteWriter is empty then this is appended. |
no outgoing calls
no test coverage detected