public function renderInternal(Mustache_Context $context, $indent = '') { $this->lambdaHelper = new Mustache_LambdaHelper($this->mustache, $context); $buffer = ''; $newContext = array(); $newContext['content'] = array($this, 'block8dc07b299211326190fc81c2faff9ce4'); if ($parent = $this->mustache->LoadPartial('base')) { $context->pushBlockContext($newContext); $buffer .= $parent->renderInternal($context, $indent); $context->popBlockContext(); } return $buffer; }
public function renderInternal(Mustache_Context $context, $indent = '') { $this->lambdaHelper = new Mustache_LambdaHelper($this->mustache, $context); $buffer = ''; $newContext = array(); $newContext['content'] = array($this, 'block98542dcdd6c4a0cb1baa180da80a183e'); if ($parent = $this->mustache->LoadPartial('base')) { $context->pushBlockContext($newContext); $buffer .= $parent->renderInternal($context, $indent); $context->popBlockContext(); } return $buffer; }
public function renderInternal(Mustache_Context $context, $indent = '') { $this->lambdaHelper = new Mustache_LambdaHelper($this->mustache, $context); $buffer = ''; $newContext = array(); $newContext['content'] = array($this, 'blockB2e90f8868f63d640a704d63e0f83e5e'); if ($parent = $this->mustache->LoadPartial('base')) { $context->pushBlockContext($newContext); $buffer .= $parent->renderInternal($context, $indent); $context->popBlockContext(); } return $buffer; }