source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield " "; // line 46 yield $this->extensions['MailPoet\Twig\I18n']->translate("MailPoet Subscription Form"); yield " "; // line 64 $context["allowedHtml"] = ["link" => ["href" => [], "rel" => []]]; // line 65 yield " "; yield $this->extensions['MailPoet\Twig\Filters']->wpKses(($context["fonts_link"] ?? null), ($context["allowedHtml"] ?? null)); yield " env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["mailpoet_public_css_url"] ?? null), "html", null, true); yield "\" /> "; // line 67 yield ($context["scripts"] ?? null); yield " "; // line 70 yield ($context["form"] ?? null); yield " "; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "form/iframe.html"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 137 => 72, 132 => 70, 126 => 67, 122 => 66, 117 => 65, 115 => 64, 94 => 46, 54 => 9, 48 => 6, 42 => 3, 38 => 1,); } public function getSourceContext() { return new Source("", "form/iframe.html", "/home/circleci/mailpoet/mailpoet/views/form/iframe.html"); } }