/
var
/
www
/
html
/
boazapp
/
var
/
cache
/
prod
/
twig
/
9c
/
Upload File
HOME
<?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; /* @email/default/notification/body.txt.twig */ class __TwigTemplate_b480e47e0eb9dcfcf095c7902a9322232cf49ee2d320124217c2388723b58ac9 extends Template { private $source; private $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->blocks = [ ]; } protected function doGetParent(array $context) { // line 1 return "@email/zurb_2/notification/body.txt.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("@email/zurb_2/notification/body.txt.twig", "@email/default/notification/body.txt.twig", 1); yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks)); } /** * @codeCoverageIgnore */ public function getTemplateName() { return "@email/default/notification/body.txt.twig"; } /** * @codeCoverageIgnore */ public function isTraitable() { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo() { return array ( 35 => 1,); } public function getSourceContext() { return new Source("", "@email/default/notification/body.txt.twig", "/var/www/html/boazapp/vendor/symfony/twig-bridge/Resources/views/Email/default/notification/body.txt.twig"); } }