source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ 'content' => [$this, 'block_content'], ]; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; // line 1 yield "extensions['MailPoet\Twig\Assets']->language(); yield "\" style=\"margin:0;padding:0\"> "; // line 7 yield $this->env->getRuntime('MailPoetVendor\Twig\Runtime\EscaperRuntime')->escape(($context["subject"] ?? null), "html", null, true); yield " "; // line 31 if (array_key_exists("preheader", $context)) { // line 32 yield " "; } // line 36 yield "
"; // line 46 yield from $this->unwrap()->yieldBlock('content', $context, $blocks); // line 47 yield "
extensions['MailPoet\Twig\Assets']->generateCdnUrl("logo-white-400x122.png"); yield "\" width=\"130\" alt=\"new_logo_white\" style=\"height:auto;max-width:100%;-ms-interpolation-mode:bicubic;border:0;display:block;outline:none;text-align:center\" />
"; return; yield ''; } // line 46 public function block_content($context, array $blocks = []) { $macros = $this->macros; return; yield ''; } /** * @codeCoverageIgnore */ public function getTemplateName() { return "emails/statsNotificationLayout.html"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 214 => 46, 178 => 104, 174 => 103, 164 => 96, 160 => 95, 149 => 87, 145 => 86, 122 => 66, 101 => 47, 99 => 46, 87 => 36, 81 => 33, 78 => 32, 76 => 31, 49 => 7, 39 => 1,); } public function getSourceContext() { return new Source("", "emails/statsNotificationLayout.html", "/home/circleci/mailpoet/mailpoet/views/emails/statsNotificationLayout.html"); } }