parent = array();
$this->blocks = array(
'title' => array($this, 'block_title'),
'content_header_more' => array($this, 'block_content_header_more'),
'content_header' => array($this, 'block_content_header'),
'content' => array($this, 'block_content'),
);
}
protected function doDisplay(array $context, array $blocks = array())
{
$context = array_merge($this->env->getGlobals(), $context);
// line 1
echo "
";
// line 22
if ($this->getAttribute($this->getAttribute($this->getContext($context, 'app'), "session", array(), "any", false), "flash", array("notice", ), "method", false)) {
// line 23
echo "
Notice: ";
// line 24
echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute($this->getContext($context, 'app'), "session", array(), "any", false), "flash", array("notice", ), "method", false), "html");
echo "
";
}
// line 27
echo "
";
// line 28
$this->displayBlock('content_header', $context, $blocks);
// line 37
echo "
";
// line 39
$this->displayBlock('content', $context, $blocks);
// line 41
echo "
";
// line 43
if (array_key_exists("code", $context)) {
// line 44
echo "
Code behind this page
";
// line 45
echo $this->getContext($context, 'code');
echo "
";
}
// line 47
echo "
";
}
// line 6
public function block_title($context, array $blocks = array())
{
echo "Demo Bundle";
}
// line 30
public function block_content_header_more($context, array $blocks = array())
{
// line 31
echo "