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 "deactivationPoll/embedded-poll.html"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 92 => 50, 87 => 48, 38 => 1,); } public function getSourceContext() { return new Source("", "deactivationPoll/embedded-poll.html", "/home/circleci/mailpoet/mailpoet/views/deactivationPoll/embedded-poll.html"); } }