source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "
"; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "newsletter/templates/blocks/base/toolsGeneric.hbs"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 110 => 32, 106 => 31, 99 => 27, 95 => 26, 87 => 21, 83 => 20, 78 => 18, 74 => 17, 69 => 15, 65 => 14, 57 => 9, 53 => 8, 46 => 4, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "newsletter/templates/blocks/base/toolsGeneric.hbs", "/home/circleci/mailpoet/mailpoet/views/newsletter/templates/blocks/base/toolsGeneric.hbs"); } }