parent = false;
$this->blocks = array(
);
}
protected function doDisplay(array $context, array $blocks = array())
{
// line 1
echo "";
}
public function getTemplateName()
{
return "header.html";
}
public function getDebugInfo()
{
return array ( 19 => 1,);
}
public function getSourceContext()
{
return new Twig_Source("", "header.html", "/home/germanc/dev/composer/ggdworkshop/templates/header.html");
}
}