source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 echo "
"; } public function getTemplateName() { return "woocommerce/settings_overlay.html"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 75 => 31, 67 => 26, 61 => 23, 37 => 1,); } public function getSourceContext() { return new Source("", "woocommerce/settings_overlay.html", "/home/circleci/mailpoet/mailpoet/views/woocommerce/settings_overlay.html"); } }