source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'content' => [$this, 'block_content'],
];
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 1
echo "extensions['MailPoet\Twig\Assets']->language();
echo "\" style=\"margin:0;padding:0\">
";
// line 7
echo \MailPoetVendor\twig_escape_filter($this->env, ($context["subject"] ?? null), "html", null, true);
echo "
";
// line 31
if (array_key_exists("preheader", $context)) {
// line 32
echo "
";
}
// line 36
echo "
";
// line 46
$this->displayBlock('content', $context, $blocks);
// line 47
echo "
|
extensions['MailPoet\Twig\Assets']->generateCdnUrl("logo-white-400x122.png");
echo "\" 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\" />
|
|
|
|
";
}
// line 46
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
}
public function getTemplateName()
{
return "emails/statsNotificationLayout.html";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 212 => 46, 177 => 104, 173 => 103, 163 => 96, 159 => 95, 148 => 87, 144 => 86, 121 => 66, 100 => 47, 98 => 46, 86 => 36, 80 => 33, 77 => 32, 75 => 31, 48 => 7, 38 => 1,);
}
public function getSourceContext()
{
return new Source("", "emails/statsNotificationLayout.html", "/home/circleci/mailpoet/mailpoet/views/emails/statsNotificationLayout.html");
}
}