![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mautic.corals.io/var/tmp/twig/ce/ |
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; use Twig\Extension\CoreExtension; use Twig\Extension\SandboxExtension; use Twig\Markup; use Twig\Sandbox\SecurityError; use Twig\Sandbox\SecurityNotAllowedTagError; use Twig\Sandbox\SecurityNotAllowedFilterError; use Twig\Sandbox\SecurityNotAllowedFunctionError; use Twig\Source; use Twig\Template; use Twig\TemplateWrapper; /* @themes/blank/html/email.html.twig */ class __TwigTemplate_28576895b565391166c0bf4e60b4f4b3 extends Template { private Source $source; /** * @var array<string, Template> */ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $macros = $this->macros; // line 1 yield "<!doctype html> <html xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:v=\"urn:schemas-microsoft-com:vml\" xmlns:o=\"urn:schemas-microsoft-com:office:office\"> <head> <title> {subject} </title> <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"> <meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"> <link href=\"https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700\" rel=\"stylesheet\" type=\"text/css\"> <style type=\"text/css\"> #outlook a { padding: 0; } .ReadMsgBody { width: 100%; } .ExternalClass { width: 100%; } .ExternalClass * { line-height: 100%; } body { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } table, td { border-collapse: collapse; mso-table-lspace: 0pt; mso-table-rspace: 0pt; } img { border: 0; height: auto; line-height: 100%; outline: none; text-decoration: none; -ms-interpolation-mode: bicubic; } p { display: block; margin: 13px 0; } @media only screen and (max-width:480px) { @-ms-viewport { width: 320px; } @viewport { width: 320px; } } body { font-family: \"Open Sans\", Helvetica, Arial, sans-serif !important; font-size:14px; line-height:1.6; text-align:left; color:#414141; } div[data-slot=\"text\"] { font-size:14px !important; line-height:1.6 !important; text-align:left !important; color:#414141 !important; margin-bottom: 10px !important; } div[style=\"clear:both\"] { margin-bottom: 20px !important; } .imagecard { background: #eeeeee !important; } .imagecard-caption { font-size:12px !important; line-height:1.6 !important; text-align:center !important; color:#414141 !important; background: #eeeeee !important; padding: 10px !important; } h1, h2, h3, h4, h5, h6 { margin: 0 !important; margin-bottom: 10px !important; } .outlook-group-fix { width:100% !important; } @media only screen and (min-width:480px) { .mj-column-per-100 { width: 100% !important; } } </style> </head> <body style=\"background-color:#ffffff;\"> <div data-section-wrapper=\"1\" style=\"background-color:#ffffff;\"> <div data-section=\"1\" style=\"Margin:0px auto;border-radius:4px;max-width:600px;\"> <table align=\"center\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"width:100%;border-radius:4px;\"> <tbody> <tr> <td style=\"direction:ltr;padding:20px 0;text-align:center;vertical-align:top;\"> <div data-slot-container=\"1\" class=\"mj-column-per-100 outlook-group-fix\" style=\"font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"> <table background=\"#FFFFFF\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"> <tbody> <tr> <td style=\"background-color:#FFFFFF;vertical-align:top;padding:20px 20px;\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" width=\"100%\"> <tr> <td align=\"left\" style=\"padding:0;word-break:break-word;\"> <div data-slot=\"text\" style=\"font-family:'Open Sans', Helvetica, Arial, sans-serif;font-size:14px;line-height:1.6;text-align:left;color:#414141;\"> <h1>Hello World!</h1> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aliquid officia consequatur placeat reprehenderit excepturi, tempore, id quos quaerat ab fuga. <br/> <br/> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Inventore, voluptate. <br/> <br/> Lorem ipsum dolor sit amet, consectetur adipisicing elit. Dignissimos alias rerum nemo ducimus modi perspiciatis. </div> </td> </tr> </table> </td> </tr> </tbody> </table> </div> <div data-slot-container=\"1\" class=\"mj-column-per-100 outlook-group-fix\" style=\"font-size:13px;text-align:left;direction:ltr;display:inline-block;vertical-align:top;width:100%;\"> <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" role=\"presentation\" style=\"vertical-align:top;\" width=\"100%\"> <tr> <td align=\"left\" style=\"padding:20px 20px;word-break:break-word;\"> <div data-slot=\"text\" style=\"font-family:'Open Sans', Helvetica, Arial, sans-serif!important;font-size:12px!important;line-height:1.4!important;text-align:left!important;color:#999999!important;\"> {unsubscribe_text} | {webview_text} </div> </td> </tr> </table> </div> </td> </tr> </tbody> </table> </div> </div> </body> </html> "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@themes/blank/html/email.html.twig"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@themes/blank/html/email.html.twig", "/home/corals/mautic.corals.io/themes/blank/html/email.html.twig"); } }