source = $this->getSourceContext(); $this->blocks = [ 'title' => [$this, 'block_title'], 'content' => [$this, 'block_content'], ]; } protected function doGetParent(array $context) { // line 1 return "layouts/simple.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("layouts/simple.html.twig", "form/resultItem.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_title($context, array $blocks = []) { $macros = $this->macros; echo twig_escape_filter($this->env, ($context["title"] ?? null), "html", null, true); } // line 5 public function block_content($context, array $blocks = []) { $macros = $this->macros; // line 6 echo "