*/ 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; $__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"]; $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/zurb_2/notification/local.css")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "@email/zurb_2/notification/local.css")); // line 1 yield "body { background: #f3f3f3; } .wrapper.secondary { background: #f3f3f3; } .container.body_alert { border-top: 8px solid #ec5840; } .container.body_warning { border-top: 8px solid #ffae00; } .container.body_default { border-top: 8px solid #aaaaaa; } "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@email/zurb_2/notification/local.css"; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 48 => 1,); } public function getSourceContext(): Source { return new Source("body { background: #f3f3f3; } .wrapper.secondary { background: #f3f3f3; } .container.body_alert { border-top: 8px solid #ec5840; } .container.body_warning { border-top: 8px solid #ffae00; } .container.body_default { border-top: 8px solid #aaaaaa; } ", "@email/zurb_2/notification/local.css", "/var/www/cds/app/vendor/symfony/twig-bridge/Resources/views/Email/zurb_2/notification/local.css"); } }