/
var
/
www
/
html
/
amply
/
var
/
cache
/
prod
/
twig
/
6b
/
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.html.twig */ class __TwigTemplate_f4ff0261172a9f466e010f819b1f4cab48c163152eb6997c89b7b1a0f20be99d 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.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $macros = $this->macros; $this->parent = $this->loadTemplate("@email/zurb_2/notification/body.html.twig", "@email/default/notification/body.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } public function getTemplateName() { return "@email/default/notification/body.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 34 => 1,); } public function getSourceContext() { return new Source("", "@email/default/notification/body.html.twig", "/var/www/html/amply/vendor/symfony/twig-bridge/Resources/views/Email/default/notification/body.html.twig"); } }