public function renderBlock(string $name, array $context = []) : string { return $this->template ->renderBlock($name, $context + $this->env ->getGlobals()); }