Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('68df9107ebc2b_page.html.twig_Vb7p32x3rInkK_-3rKHgTd2CG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* themes/custom/trackside_bootstrap/templates/layout/page.html.twig */ class __TwigTemplate_522d0b50aed253f13e270b8521cdac06c8679a35af095c179559ead911213a57 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'head' => [$this, 'block_head'], 'content' => [$this, 'block_content'], 'footer' => [$this, 'block_footer'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doGetParent(array $context) { // line 1 return "@bootstrap_barrio/layout/page.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $this->parent = $this->loadTemplate("@bootstrap_barrio/layout/page.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 72 public function block_head($context, array $blocks = []) { // line 73 echo " "; if (((($this->getAttribute(($context["page"] ?? null), "header", []) || $this->getAttribute(($context["page"] ?? null), "primary_menu", [])) || $this->getAttribute(($context["page"] ?? null), "header_form", [])) || $this->getAttribute(($context["page"] ?? null), "primary_menu", []))) { // line 74 echo " "; $this->loadTemplate("@trackside_bootstrap/components/site-header/site-header.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 74)->display($context); // line 75 echo " "; } } // line 78 public function block_content($context, array $blocks = []) { // line 79 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null)), "html", null, true); echo "\"> "; // line 80 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_attributes"] ?? null)), "html", null, true); echo "> <a></a> "; // line 85 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "content", [])), "html", null, true); echo " "; // line 88 if ($this->getAttribute(($context["page"] ?? null), "sidebar_first", [])) { // line 89 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_attributes"] ?? null)), "html", null, true); echo "> "; // line 91 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "sidebar_first", [])), "html", null, true); echo " "; } // line 95 echo " "; if ($this->getAttribute(($context["page"] ?? null), "sidebar_second", [])) { // line 96 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_attributes"] ?? null)), "html", null, true); echo "> "; // line 98 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "sidebar_second", [])), "html", null, true); echo " "; } // line 102 echo " "; } // line 106 public function block_footer($context, array $blocks = []) { // line 107 echo " "; $this->loadTemplate("@trackside_bootstrap/components/site-footer/site-footer.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 107)->display($context); } public function getTemplateName() { return "themes/custom/trackside_bootstrap/templates/layout/page.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 122 => 107, 119 => 106, 113 => 102, 106 => 98, 100 => 96, 97 => 95, 90 => 91, 84 => 89, 82 => 88, 76 => 85, 70 => 82, 65 => 80, 60 => 79, 57 => 78, 52 => 75, 49 => 74, 46 => 73, 43 => 72, 33 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", "E:\\inetpub\\tracksideapp.com\\dev1.tracksideapp.com\\web\\themes\\custom\\trackside_bootstrap\\templates\\layout\\page.html.twig"); } public function checkSecurity() { static $tags = ["if" => 73, "include" => 74]; static $filters = ["escape" => 79]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 111) Drupal\Core\Template\TwigPhpStorageCache->write('68df9107ebc2b_page.html.twig_Vb7p32x3rInkK_-3rKHgTd2CG', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* themes/custom/trackside_bootstrap/templates/layout/page.html.twig */ class __TwigTemplate_522d0b50aed253f13e270b8521cdac06c8679a35af095c179559ead911213a57 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->blocks = [ 'head' => [$this, 'block_head'], 'content' => [$this, 'block_content'], 'footer' => [$this, 'block_footer'], ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doGetParent(array $context) { // line 1 return "@bootstrap_barrio/layout/page.html.twig"; } protected function doDisplay(array $context, array $blocks = []) { $this->parent = $this->loadTemplate("@bootstrap_barrio/layout/page.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 1); $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 72 public function block_head($context, array $blocks = []) { // line 73 echo " "; if (((($this->getAttribute(($context["page"] ?? null), "header", []) || $this->getAttribute(($context["page"] ?? null), "primary_menu", [])) || $this->getAttribute(($context["page"] ?? null), "header_form", [])) || $this->getAttribute(($context["page"] ?? null), "primary_menu", []))) { // line 74 echo " "; $this->loadTemplate("@trackside_bootstrap/components/site-header/site-header.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 74)->display($context); // line 75 echo " "; } } // line 78 public function block_content($context, array $blocks = []) { // line 79 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null)), "html", null, true); echo "\"> "; // line 80 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "breadcrumb", [])), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content_attributes"] ?? null)), "html", null, true); echo "> <a></a> "; // line 85 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "content", [])), "html", null, true); echo " "; // line 88 if ($this->getAttribute(($context["page"] ?? null), "sidebar_first", [])) { // line 89 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_first_attributes"] ?? null)), "html", null, true); echo "> "; // line 91 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "sidebar_first", [])), "html", null, true); echo " "; } // line 95 echo " "; if ($this->getAttribute(($context["page"] ?? null), "sidebar_second", [])) { // line 96 echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["sidebar_second_attributes"] ?? null)), "html", null, true); echo "> "; // line 98 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["page"] ?? null), "sidebar_second", [])), "html", null, true); echo " "; } // line 102 echo " "; } // line 106 public function block_footer($context, array $blocks = []) { // line 107 echo " "; $this->loadTemplate("@trackside_bootstrap/components/site-footer/site-footer.html.twig", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", 107)->display($context); } public function getTemplateName() { return "themes/custom/trackside_bootstrap/templates/layout/page.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 122 => 107, 119 => 106, 113 => 102, 106 => 98, 100 => 96, 97 => 95, 90 => 91, 84 => 89, 82 => 88, 76 => 85, 70 => 82, 65 => 80, 60 => 79, 57 => 78, 52 => 75, 49 => 74, 46 => 73, 43 => 72, 33 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/trackside_bootstrap/templates/layout/page.html.twig", "E:\\inetpub\\tracksideapp.com\\dev1.tracksideapp.com\\web\\themes\\custom\\trackside_bootstrap\\templates\\layout\\page.html.twig"); } public function checkSecurity() { static $tags = ["if" => 73, "include" => 74]; static $filters = ["escape" => 79]; static $functions = []; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) { $e->setTemplateLine($tags[$e->getTagName()]); } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) { $e->setTemplateLine($filters[$e->getFilterName()]); } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) { $e->setTemplateLine($functions[$e->getFunctionName()]); } throw $e; } } } ') (Line: 487) Twig\Environment->loadClass('__TwigTemplate_522d0b50aed253f13e270b8521cdac06c8679a35af095c179559ead911213a57', 'themes/custom/trackside_bootstrap/templates/layout/page.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/custom/trackside_bootstrap/templates/layout/page.html.twig') (Line: 64) twig_render_template('themes/custom/trackside_bootstrap/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 518) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 75) __TwigTemplate_a0adf5f27c43a5050b10374222ca010c731bf6444d08f65497112661e80be929->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/trackside_bootstrap/templates/layout/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90) Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object) call_user_func(Array, Object, 'kernel.view', Object) (Line: 111) Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 67) Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191) Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128) Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82) Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
1300 OH-18
44857 OH
United States