![]() 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/05/ |
<?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; /* @GrapesJsBuilder/Builder/template.html.twig */ class __TwigTemplate_bb333837d6175a5a121f04442c073cea 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 " "; $context["templateObject"] = ["templateHtml" => // line 2 (isset($context["templateHtml"]) || array_key_exists("templateHtml", $context) ? $context["templateHtml"] : (function () { throw new RuntimeError('Variable "templateHtml" does not exist.', 2, $this->source); })()), "templateMjml" => // line 3 (isset($context["templateMjml"]) || array_key_exists("templateMjml", $context) ? $context["templateMjml"] : (function () { throw new RuntimeError('Variable "templateMjml" does not exist.', 3, $this->source); })())]; // line 5 yield " "; yield json_encode((isset($context["templateObject"]) || array_key_exists("templateObject", $context) ? $context["templateObject"] : (function () { throw new RuntimeError('Variable "templateObject" does not exist.', 5, $this->source); })())); yield " "; yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "@GrapesJsBuilder/Builder/template.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 47 => 5, 45 => 3, 44 => 2, 42 => 1,); } public function getSourceContext(): Source { return new Source("", "@GrapesJsBuilder/Builder/template.html.twig", "/home/corals/mautic.corals.io/plugins/GrapesJsBuilderBundle/Resources/views/Builder/template.html.twig"); } }