Load should load the templates from the given FileSystem.
()
| 28 | Name() string |
| 29 | // Load should load the templates from the given FileSystem. |
| 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) |
no outgoing calls