parent = $this->env->loadTemplate("grid-gallery.twig"); $this->blocks = array( 'header' => array($this, 'block_header'), 'content' => array($this, 'block_content'), ); } protected function doGetParent(array $context) { return "grid-gallery.twig"; } protected function doDisplay(array $context, array $blocks = array()) { $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_header($context, array $blocks = array()) { // line 4 echo " "; } // line 13 public function block_content($context, array $blocks = array()) { // line 14 echo "