Displays the template with the given context.
array $context An array of parameters to pass to the template:
array $blocks An array of blocks to pass to the template:
Overrides Twig_TemplateInterface::display
public function display(array $context, array $blocks = array()) {
$this
->displayWithErrorHandling($this->env
->mergeGlobals($context), $blocks);
}