Renders a template.
string|TemplateWrapper $name The template name:
LoaderError When the template cannot be found
SyntaxError When an error occurred during compilation
RuntimeError When an error occurred during rendering
public function render($name, array $context = []) : string { return $this->load($name) ->render($context); }