"; // line 7 if (isset($context["meta"])) { $_meta_ = $context["meta"]; } else { $_meta_ = null; } if ($this->getAttribute($_meta_, "description")) { echo "getAttribute($_meta_, "description"); echo "\">"; } // line 8 echo " "; if (isset($context["meta"])) { $_meta_ = $context["meta"]; } else { $_meta_ = null; } if ($this->getAttribute($_meta_, "robots")) { echo "getAttribute($_meta_, "robots"); echo "\">"; } // line 9 echo " "; // line 20 if (isset($context["content"])) { $_content_ = $context["content"]; } else { $_content_ = null; } echo $_content_; echo " "; } public function getTemplateName() { return "index.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 63 => 20, 55 => 16, 45 => 10, 42 => 9, 33 => 8, 25 => 7, 14 => 6, 7 => 1,); } }