";
// line 15
$this->displayBlock('content', $context, $blocks);
// line 16
echo "
Symfony Standard Edition v.";
// line 17
echo twig_escape_filter($this->env, $this->getContext($context, 'version'), "html");
echo "
";
}
// line 6
public function block_title($context, array $blocks = array())
{
echo "Web Configurator Bundle";
}
// line 15
public function block_content($context, array $blocks = array())
{
}
public function getTemplateName()
{
return "SensioDistributionBundle::Configurator/layout.html.twig";
}
public function isTraitable()
{
return false;
}
}