This interface specifies the methods necessary to be compatible with the Owl library as a template rendering engine.
| package | Owl | 
|---|---|
| author | Dave Widmer | 
render(string $template, mixed $data, array $partials) : string
stringThe template to render
mixedThe view object (or array) to add
arrayA list of content partials to add while rendering
stringThe rendered template in html