Displays a template.
string $name The template name:
array $context An array of parameters to pass to the template:
public function display($name, array $context = array()) { $this ->loadTemplate($name) ->display($context); }