/
home
/
obinna
/
html
/
amply
/
var
/
cache
/
prod
/
twig
/
c1
/
Upload File
HOME
<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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_e80d9bd66b1795212df268105dc0caae0ab833505af473b514f6ff75aa0b8690 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); $this->parent->display($context, array_merge($this->blocks, $blocks)); } public function getTemplateName() { return "@email/default/notification/body.txt.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 34 => 1,); } public function getSourceContext() { return new Source("", "@email/default/notification/body.txt.twig", "/var/www/html/amply/vendor/symfony/twig-bridge/Resources/views/Email/default/notification/body.txt.twig"); } }