source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "Werkt het: "; echo twig_escape_filter($this->env, ($context["test"] ?? null), "html", null, true); } public function getTemplateName() { return "index.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 37 => 1,); } public function getSourceContext() { return new Source("", "index.html", "C:\\Users\\maart\\PhpstormProjects\\framework\\resources\\views\\index.html"); } }