public function display(array $context, array $blocks = []) : void { foreach ($this->yield($context, $blocks) as $data) { echo $data; } }