source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
yield "
";
// line 2
yield $this->extensions['MailPoet\Twig\I18n']->translate("Content");
yield "
";
return; yield '';
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "newsletter/templates/components/sidebar/content.hbs";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 41 => 2, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "newsletter/templates/components/sidebar/content.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/sidebar/content.hbs");
}
}