Displays 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 display($name, array $context = []) : void { $this->load($name) ->display($context); }