source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "

"; // line 2 echo $this->extensions['MailPoet\Twig\I18n']->translate("Content"); echo "

"; } public function getTemplateName() { return "newsletter/templates/components/sidebar/content.hbs"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 40 => 2, 37 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/components/sidebar/content.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/components/sidebar/content.hbs"); } }