Skip to main content
  • Deutsch
  • English
Logo IFZ en

Hauptnavigation

  • News
  • About us
  • Team
  • Research Topics
  • Approach
  • Publications
  • Teaching
  • IAS-STS

Error message

  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930___string_template__94e33f_Zn8uW5SM6Rg70Rx_J-sYqr32C', '<?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;
    
    /* __string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_579932b4905ad290a2faff83a90b1759c2dedc648fe9b098b332b7d117185f21 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["arguments"] ?? null), "tid", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ arguments.tid }}", "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930___string_template__94e33f_Zn8uW5SM6Rg70Rx_J-sYqr32C', '<?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;
    
    /* __string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61 */
    class __TwigTemplate_579932b4905ad290a2faff83a90b1759c2dedc648fe9b098b332b7d117185f21 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["arguments"] ?? null), "tid", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ arguments.tid }}", "__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 409)
    Twig\Environment->loadClass('__TwigTemplate_579932b4905ad290a2faff83a90b1759c2dedc648fe9b098b332b7d117185f21', '__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__94e33fb394624abfc76f319108f91797bc8157d5182c6e4c8223d82155305e61') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ arguments.tid }}') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ arguments.tid }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 101)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 772)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 363)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 157)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 158)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 419)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ arguments.tid }}', 0) (Line: 1843)
    Drupal\views\ViewExecutable->getTitle() (Line: 62)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 135)
    Drupal\panels\Plugin\DisplayBuilder\StandardDisplayBuilder->buildRegions(Array, Array) (Line: 176)
    Drupal\panels\Plugin\DisplayBuilder\StandardDisplayBuilder->build(Object) (Line: 329)
    Drupal\panels\Plugin\DisplayVariant\PanelsDisplayVariant->build() (Line: 29)
    Drupal\page_manager\Entity\PageVariantViewBuilder->view(Object, 'full') (Line: 134)
    Drupal\Core\Entity\Controller\EntityViewController->view(Object, 'full')
    call_user_func_array(Array, Array) (Line: 123)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
    Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 159)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_bs-1col.html.twig_NJlmWhV1ThwDenb6g9WGZyKj9', '<?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;
    
    /* modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig */
    class __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 19
            echo "<";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 19, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 19, $this->source), "html", null, true);
            echo ">
      ";
            // line 20
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_suffix"] ?? null), "contextual_links", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
            echo "
      <";
            // line 21
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "wrapper", [], "any", false, false, true, 21), 21, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "attributes", [], "any", false, false, true, 21), 21, $this->source), "html", null, true);
            echo ">
        ";
            // line 22
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "content", [], "any", false, false, true, 22), 22, $this->source), "html", null, true);
            echo "
      extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "wrapper", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
            echo ">
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 24, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 24,  58 => 23,  54 => 22,  49 => 21,  45 => 20,  39 => 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Bootstrap Layouts: \"1 Column\" template.
     *
     * Available layout variables:
     * - wrapper: Wrapper element for the layout container.
     * - attributes: Wrapper attributes for the layout container.
     *
     * Available region variables:
     * - main
     *
     * Each region variable contains the following properties:
     * - wrapper: The HTML element to use to wrap this region.
     * - attributes: The HTML attributes to use on the wrapper for this region.
     * - content: The content to go inside the wrapper for this region.
     */
    #}
    <{{ wrapper }}{{ attributes }}>
      {{ title_suffix.contextual_links }}
      <{{ main.wrapper }}{{ main.attributes }}>
        {{ main.content }}
      
    
    ", "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig", "/var/www/html/docroot/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 19);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_bs-1col.html.twig_NJlmWhV1ThwDenb6g9WGZyKj9', '<?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;
    
    /* modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig */
    class __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 19
            echo "<";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 19, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 19, $this->source), "html", null, true);
            echo ">
      ";
            // line 20
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_suffix"] ?? null), "contextual_links", [], "any", false, false, true, 20), 20, $this->source), "html", null, true);
            echo "
      <";
            // line 21
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "wrapper", [], "any", false, false, true, 21), 21, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "attributes", [], "any", false, false, true, 21), 21, $this->source), "html", null, true);
            echo ">
        ";
            // line 22
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "content", [], "any", false, false, true, 22), 22, $this->source), "html", null, true);
            echo "
      extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["main"] ?? null), "wrapper", [], "any", false, false, true, 23), 23, $this->source), "html", null, true);
            echo ">
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 24, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 24,  58 => 23,  54 => 22,  49 => 21,  45 => 20,  39 => 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Bootstrap Layouts: \"1 Column\" template.
     *
     * Available layout variables:
     * - wrapper: Wrapper element for the layout container.
     * - attributes: Wrapper attributes for the layout container.
     *
     * Available region variables:
     * - main
     *
     * Each region variable contains the following properties:
     * - wrapper: The HTML element to use to wrap this region.
     * - attributes: The HTML attributes to use on the wrapper for this region.
     * - content: The content to go inside the wrapper for this region.
     */
    #}
    <{{ wrapper }}{{ attributes }}>
      {{ title_suffix.contextual_links }}
      <{{ main.wrapper }}{{ main.attributes }}>
        {{ main.content }}
      
    
    ", "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig", "/var/www/html/docroot/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 19);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 409)
    Twig\Environment->loadClass('__TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068', 'modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig') (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_block.html.twig_8wKOuzUGy0yDqWKBwv1aNpcPC', '<?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;
    
    /* themes/contrib/bootstrap/templates/block/block.html.twig */
    class __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
                'content' => [$this, 'block_content'],
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 49
            $context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this->source))), 3 => "clearfix"];
            // line 56
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
            echo ">
      ";
            // line 57
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 57, $this->source), "html", null, true);
            echo "
      ";
            // line 58
            if (($context["label"] ?? null)) {
                // line 59
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block-title"], "method", false, false, true, 59), 59, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 59, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 61
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 61, $this->source), "html", null, true);
            echo "
    
      ";
            // line 63
            $this->displayBlock('content', $context, $blocks);
            // line 66
            echo "
    
    ";
        }
    
        // line 63
        public function block_content($context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 64
            echo "    ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 64, $this->source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  81 => 64,  77 => 63,  71 => 66,  69 => 63,  63 => 61,  55 => 59,  53 => 58,  49 => 57,  44 => 56,  42 => 52,  41 => 51,  40 => 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a block.
     *
     * Available variables:
     * - \$block->subject: Block title.
     * - \$content: Block content.
     * - \$block->module: Module that generated the block.
     * - \$block->delta: An ID for the block, unique within each module.
     * - \$block->region: The block region embedding the current block.
     * - \$classes: String of classes that can be used to style contextually through
     *   CSS. It can be manipulated through the variable \$classes_array from
     *   preprocess functions. The default values can be one or more of the
     *   following:
     *   - block: The current template type, i.e., \"theming hook\".
     *   - block-[module]: The module generating the block. For example, the user
     *     module is responsible for handling the default user navigation block. In
     *     that case the class would be 'block-user'.
     * - \$title_prefix (array): An array containing additional output populated by
     *   modules, intended to be displayed in front of the main title tag that
     *   appears in the template.
     * - \$title_suffix (array): An array containing additional output populated by
     *   modules, intended to be displayed after the main title tag that appears in
     *   the template.
     *
     * Helper variables:
     * - \$classes_array: Array of html class attribute values. It is flattened
     *   into a string within the variable \$classes.
     * - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
     * - \$zebra: Same output as \$block_zebra but independent of any block region.
     * - \$block_id: Counter dependent on each block region.
     * - \$id: Same output as \$block_id but independent of any block region.
     * - \$is_front: Flags true when presented in the front page.
     * - \$logged_in: Flags true when the current user is a logged-in member.
     * - \$is_admin: Flags true when the current user is an administrator.
     * - \$block_html_id: A valid HTML ID and guaranteed unique.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_block()
     * @see template_preprocess()
     * @see template_preprocess_block()
     * @see bootstrap_process_block()
     * @see template_process()
     */
    #}
    {%
      set classes = [
        'block',
        'block-' ~ configuration.provider|clean_class,
        'block-' ~ plugin_id|clean_class,
        'clearfix',
      ]
    %}
    
      {{ title_prefix }}
      {% if label %}
        {{ label }}
      {% endif %}
      {{ title_suffix }}
    
      {% block content %}
        {{ content }}
      {% endblock %}
    
    
    ", "themes/contrib/bootstrap/templates/block/block.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 49, "if" => 58, "block" => 63);
            static $filters = array("clean_class" => 51, "escape" => 56);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_block.html.twig_8wKOuzUGy0yDqWKBwv1aNpcPC', '<?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;
    
    /* themes/contrib/bootstrap/templates/block/block.html.twig */
    class __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
                'content' => [$this, 'block_content'],
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 49
            $context["classes"] = [0 => "block", 1 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this->source))), 2 => ("block-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this->source))), 3 => "clearfix"];
            // line 56
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 56), 56, $this->source), "html", null, true);
            echo ">
      ";
            // line 57
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 57, $this->source), "html", null, true);
            echo "
      ";
            // line 58
            if (($context["label"] ?? null)) {
                // line 59
                echo "    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["title_attributes"] ?? null), "addClass", [0 => "block-title"], "method", false, false, true, 59), 59, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 59, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 61
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 61, $this->source), "html", null, true);
            echo "
    
      ";
            // line 63
            $this->displayBlock('content', $context, $blocks);
            // line 66
            echo "
    
    ";
        }
    
        // line 63
        public function block_content($context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 64
            echo "    ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 64, $this->source), "html", null, true);
            echo "
      ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  81 => 64,  77 => 63,  71 => 66,  69 => 63,  63 => 61,  55 => 59,  53 => 58,  49 => 57,  44 => 56,  42 => 52,  41 => 51,  40 => 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a block.
     *
     * Available variables:
     * - \$block->subject: Block title.
     * - \$content: Block content.
     * - \$block->module: Module that generated the block.
     * - \$block->delta: An ID for the block, unique within each module.
     * - \$block->region: The block region embedding the current block.
     * - \$classes: String of classes that can be used to style contextually through
     *   CSS. It can be manipulated through the variable \$classes_array from
     *   preprocess functions. The default values can be one or more of the
     *   following:
     *   - block: The current template type, i.e., \"theming hook\".
     *   - block-[module]: The module generating the block. For example, the user
     *     module is responsible for handling the default user navigation block. In
     *     that case the class would be 'block-user'.
     * - \$title_prefix (array): An array containing additional output populated by
     *   modules, intended to be displayed in front of the main title tag that
     *   appears in the template.
     * - \$title_suffix (array): An array containing additional output populated by
     *   modules, intended to be displayed after the main title tag that appears in
     *   the template.
     *
     * Helper variables:
     * - \$classes_array: Array of html class attribute values. It is flattened
     *   into a string within the variable \$classes.
     * - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
     * - \$zebra: Same output as \$block_zebra but independent of any block region.
     * - \$block_id: Counter dependent on each block region.
     * - \$id: Same output as \$block_id but independent of any block region.
     * - \$is_front: Flags true when presented in the front page.
     * - \$logged_in: Flags true when the current user is a logged-in member.
     * - \$is_admin: Flags true when the current user is an administrator.
     * - \$block_html_id: A valid HTML ID and guaranteed unique.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_block()
     * @see template_preprocess()
     * @see template_preprocess_block()
     * @see bootstrap_process_block()
     * @see template_process()
     */
    #}
    {%
      set classes = [
        'block',
        'block-' ~ configuration.provider|clean_class,
        'block-' ~ plugin_id|clean_class,
        'clearfix',
      ]
    %}
    
      {{ title_prefix }}
      {% if label %}
        {{ label }}
      {% endif %}
      {{ title_suffix }}
    
      {% block content %}
        {{ content }}
      {% endblock %}
    
    
    ", "themes/contrib/bootstrap/templates/block/block.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 49, "if" => 58, "block" => 63);
            static $filters = array("clean_class" => 51, "escape" => 56);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 409)
    Twig\Environment->loadClass('__TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c', 'themes/contrib/bootstrap/templates/block/block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/block/block.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930___string_template__72d9ed_9bo0E6LKvnmkJoPVx8l_5vvYA', '<?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;
    
    /* __string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_8a0db0e09b424139a89f5929c13c6c09a15d39cb47b5cb8bdb9650fa9be2a915 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["raw_arguments"] ?? null), "tid", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ raw_arguments.tid }}", "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930___string_template__72d9ed_9bo0E6LKvnmkJoPVx8l_5vvYA', '<?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;
    
    /* __string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b */
    class __TwigTemplate_8a0db0e09b424139a89f5929c13c6c09a15d39cb47b5cb8bdb9650fa9be2a915 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["raw_arguments"] ?? null), "tid", [], "any", false, false, true, 1), 1, $this->source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ raw_arguments.tid }}", "__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 409)
    Twig\Environment->loadClass('__TwigTemplate_8a0db0e09b424139a89f5929c13c6c09a15d39cb47b5cb8bdb9650fa9be2a915', '__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__72d9ed82b8b0287cd2d75b2d47a7a6b256ab25016b87ab9838091bbb6a39c43b') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ raw_arguments.tid }}') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ raw_arguments.tid }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 101)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 772)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 363)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 157)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 158)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 419)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ raw_arguments.tid }}', Array) (Line: 238)
    Drupal\views\Plugin\views\style\StylePluginBase->tokenizeValue('{{ raw_arguments.tid }}', 0) (Line: 111)
    Drupal\views\Plugin\views\area\TokenizeAreaPluginBase->tokenizeValue('{{ raw_arguments.tid }}') (Line: 185)
    Drupal\views\Plugin\views\area\Entity->render(1) (Line: 2282)
    Drupal\views\Plugin\views\display\DisplayPluginBase->renderArea('header', 1) (Line: 2227)
    Drupal\views\Plugin\views\display\DisplayPluginBase->elementPreRender(Array) (Line: 446)
    Drupal\ctools_views\Plugin\Display\Block->elementPreRender(Array)
    call_user_func_array(Array, Array) (Line: 101)
    Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 772)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 363)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_views-view.html.twig_nOWLbUSlRc7MwMy2R2bPBDBGi', '<?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;
    
    /* themes/contrib/bootstrap/templates/views/views-view.html.twig */
    class __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 36
            $context["classes"] = [0 => "view", 1 => ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 38
    ($context["id"] ?? null), 38, $this->source))), 2 => ("view-id-" . $this->sandbox->ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this->source)), 3 => ("view-display-id-" . $this->sandbox->ensureToStringAllowed(        // line 40
    ($context["display_id"] ?? null), 40, $this->source)), 4 => ((        // line 41
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 41, $this->source))) : (""))];
            // line 44
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this->source), "html", null, true);
            echo ">
      ";
            // line 45
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 45, $this->source), "html", null, true);
            echo "
      ";
            // line 46
            if (($context["title"] ?? null)) {
                // line 47
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 47, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 49
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 49, $this->source), "html", null, true);
            echo "
      ";
            // line 50
            if (($context["header"] ?? null)) {
                // line 51
                echo "    
          ";
                // line 52
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 52, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 55
            echo "  ";
            if (($context["exposed"] ?? null)) {
                // line 56
                echo "    
          ";
                // line 57
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 57, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 60
            echo "  ";
            if (($context["attachment_before"] ?? null)) {
                // line 61
                echo "    
          ";
                // line 62
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 62, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 65
            echo "
      ";
            // line 66
            if (($context["rows"] ?? null)) {
                // line 67
                echo "    
          ";
                // line 68
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 68, $this->source), "html", null, true);
                echo "
        
      ";
            } elseif (        // line 70
    ($context["empty"] ?? null)) {
                // line 71
                echo "    
          ";
                // line 72
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 72, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 75
            echo "
      ";
            // line 76
            if (($context["pager"] ?? null)) {
                // line 77
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 77, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 79
            echo "  ";
            if (($context["attachment_after"] ?? null)) {
                // line 80
                echo "    
          ";
                // line 81
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 81, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 84
            echo "  ";
            if (($context["more"] ?? null)) {
                // line 85
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 85, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 87
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 88
                echo "    
          ";
                // line 89
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 89, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 92
            echo "  ";
            if (($context["feed_icons"] ?? null)) {
                // line 93
                echo "    
          ";
                // line 94
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 94, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 97
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  182 => 97,  176 => 94,  173 => 93,  170 => 92,  164 => 89,  161 => 88,  158 => 87,  152 => 85,  149 => 84,  143 => 81,  140 => 80,  137 => 79,  131 => 77,  129 => 76,  126 => 75,  120 => 72,  117 => 71,  115 => 70,  110 => 68,  107 => 67,  105 => 66,  102 => 65,  96 => 62,  93 => 61,  90 => 60,  84 => 57,  81 => 56,  78 => 55,  72 => 52,  69 => 51,  67 => 50,  62 => 49,  56 => 47,  54 => 46,  50 => 45,  45 => 44,  43 => 41,  42 => 40,  41 => 39,  40 => 38,  39 => 36,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for main view template.
     *
     * Available variables:
     * - attributes: Remaining HTML attributes for the element.
     * - css_name: A css-safe version of the view name.
     * - css_class: The user-specified classes names, if any.
     * - header: The optional header.
     * - footer: The optional footer.
     * - rows: The results of the view query, if any.
     * - empty: The content to display if there are no rows.
     * - pager: The optional pager next/prev links to display.
     * - exposed: Exposed widget form/info to display.
     * - feed_icons: Optional feed icons to display.
     * - more: An optional link to the next page of results.
     * - title: Title of the view, only used when displaying in the admin preview.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the view title.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the view title.
     * - attachment_before: An optional attachment view to be displayed before the
     *   view content.
     * - attachment_after: An optional attachment view to be displayed after the
     *   view content.
     * - dom_id: Unique id for every view being printed to give unique class for
     *   JavaScript.
     *
     * @ingroup templates
     *
     * @see template_preprocess_views_view()
     */
    #}
    {%
      set classes = [
        'view',
        'view-' ~ id|clean_class,
        'view-id-' ~ id,
        'view-display-id-' ~ display_id,
        dom_id ? 'js-view-dom-id-' ~ dom_id,
      ]
    %}
    
      {{ title_prefix }}
      {% if title %}
        {{ title }}
      {% endif %}
      {{ title_suffix }}
      {% if header %}
        
          {{ header }}
        
      {% endif %}
      {% if exposed %}
        
          {{ exposed }}
        
      {% endif %}
      {% if attachment_before %}
        
          {{ attachment_before }}
        
      {% endif %}
    
      {% if rows %}
        
          {{ rows }}
        
      {% elseif empty %}
        
          {{ empty }}
        
      {% endif %}
    
      {% if pager %}
        {{ pager }}
      {% endif %}
      {% if attachment_after %}
        
          {{ attachment_after }}
        
      {% endif %}
      {% if more %}
        {{ more }}
      {% endif %}
      {% if footer %}
        
          {{ footer }}
        
      {% endif %}
      {% if feed_icons %}
        
          {{ feed_icons }}
        
      {% endif %}
    
    ", "themes/contrib/bootstrap/templates/views/views-view.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 36, "if" => 46);
            static $filters = array("clean_class" => 38, "escape" => 44);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_views-view.html.twig_nOWLbUSlRc7MwMy2R2bPBDBGi', '<?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;
    
    /* themes/contrib/bootstrap/templates/views/views-view.html.twig */
    class __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 36
            $context["classes"] = [0 => "view", 1 => ("view-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 38
    ($context["id"] ?? null), 38, $this->source))), 2 => ("view-id-" . $this->sandbox->ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this->source)), 3 => ("view-display-id-" . $this->sandbox->ensureToStringAllowed(        // line 40
    ($context["display_id"] ?? null), 40, $this->source)), 4 => ((        // line 41
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this->sandbox->ensureToStringAllowed(($context["dom_id"] ?? null), 41, $this->source))) : (""))];
            // line 44
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this->source), "html", null, true);
            echo ">
      ";
            // line 45
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 45, $this->source), "html", null, true);
            echo "
      ";
            // line 46
            if (($context["title"] ?? null)) {
                // line 47
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title"] ?? null), 47, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 49
            echo "  ";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_suffix"] ?? null), 49, $this->source), "html", null, true);
            echo "
      ";
            // line 50
            if (($context["header"] ?? null)) {
                // line 51
                echo "    
          ";
                // line 52
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["header"] ?? null), 52, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 55
            echo "  ";
            if (($context["exposed"] ?? null)) {
                // line 56
                echo "    
          ";
                // line 57
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["exposed"] ?? null), 57, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 60
            echo "  ";
            if (($context["attachment_before"] ?? null)) {
                // line 61
                echo "    
          ";
                // line 62
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_before"] ?? null), 62, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 65
            echo "
      ";
            // line 66
            if (($context["rows"] ?? null)) {
                // line 67
                echo "    
          ";
                // line 68
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["rows"] ?? null), 68, $this->source), "html", null, true);
                echo "
        
      ";
            } elseif (        // line 70
    ($context["empty"] ?? null)) {
                // line 71
                echo "    
          ";
                // line 72
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["empty"] ?? null), 72, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 75
            echo "
      ";
            // line 76
            if (($context["pager"] ?? null)) {
                // line 77
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["pager"] ?? null), 77, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 79
            echo "  ";
            if (($context["attachment_after"] ?? null)) {
                // line 80
                echo "    
          ";
                // line 81
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attachment_after"] ?? null), 81, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 84
            echo "  ";
            if (($context["more"] ?? null)) {
                // line 85
                echo "    ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["more"] ?? null), 85, $this->source), "html", null, true);
                echo "
      ";
            }
            // line 87
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 88
                echo "    
          ";
                // line 89
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["footer"] ?? null), 89, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 92
            echo "  ";
            if (($context["feed_icons"] ?? null)) {
                // line 93
                echo "    
          ";
                // line 94
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["feed_icons"] ?? null), 94, $this->source), "html", null, true);
                echo "
        
      ";
            }
            // line 97
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  182 => 97,  176 => 94,  173 => 93,  170 => 92,  164 => 89,  161 => 88,  158 => 87,  152 => 85,  149 => 84,  143 => 81,  140 => 80,  137 => 79,  131 => 77,  129 => 76,  126 => 75,  120 => 72,  117 => 71,  115 => 70,  110 => 68,  107 => 67,  105 => 66,  102 => 65,  96 => 62,  93 => 61,  90 => 60,  84 => 57,  81 => 56,  78 => 55,  72 => 52,  69 => 51,  67 => 50,  62 => 49,  56 => 47,  54 => 46,  50 => 45,  45 => 44,  43 => 41,  42 => 40,  41 => 39,  40 => 38,  39 => 36,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for main view template.
     *
     * Available variables:
     * - attributes: Remaining HTML attributes for the element.
     * - css_name: A css-safe version of the view name.
     * - css_class: The user-specified classes names, if any.
     * - header: The optional header.
     * - footer: The optional footer.
     * - rows: The results of the view query, if any.
     * - empty: The content to display if there are no rows.
     * - pager: The optional pager next/prev links to display.
     * - exposed: Exposed widget form/info to display.
     * - feed_icons: Optional feed icons to display.
     * - more: An optional link to the next page of results.
     * - title: Title of the view, only used when displaying in the admin preview.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the view title.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the view title.
     * - attachment_before: An optional attachment view to be displayed before the
     *   view content.
     * - attachment_after: An optional attachment view to be displayed after the
     *   view content.
     * - dom_id: Unique id for every view being printed to give unique class for
     *   JavaScript.
     *
     * @ingroup templates
     *
     * @see template_preprocess_views_view()
     */
    #}
    {%
      set classes = [
        'view',
        'view-' ~ id|clean_class,
        'view-id-' ~ id,
        'view-display-id-' ~ display_id,
        dom_id ? 'js-view-dom-id-' ~ dom_id,
      ]
    %}
    
      {{ title_prefix }}
      {% if title %}
        {{ title }}
      {% endif %}
      {{ title_suffix }}
      {% if header %}
        
          {{ header }}
        
      {% endif %}
      {% if exposed %}
        
          {{ exposed }}
        
      {% endif %}
      {% if attachment_before %}
        
          {{ attachment_before }}
        
      {% endif %}
    
      {% if rows %}
        
          {{ rows }}
        
      {% elseif empty %}
        
          {{ empty }}
        
      {% endif %}
    
      {% if pager %}
        {{ pager }}
      {% endif %}
      {% if attachment_after %}
        
          {{ attachment_after }}
        
      {% endif %}
      {% if more %}
        {{ more }}
      {% endif %}
      {% if footer %}
        
          {{ footer }}
        
      {% endif %}
      {% if feed_icons %}
        
          {{ feed_icons }}
        
      {% endif %}
    
    ", "themes/contrib/bootstrap/templates/views/views-view.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 36, "if" => 46);
            static $filters = array("clean_class" => 38, "escape" => 44);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                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: 409)
    Twig\Environment->loadClass('__TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6', 'themes/contrib/bootstrap/templates/views/views-view.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/views/views-view.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_taxonomy-term.html.twig_IpDBul7mQIT0Ozrmp95mGVuB-', '<?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;
    
    /* core/modules/taxonomy/templates/taxonomy-term.html.twig */
    class __TwigTemplate_b1e4a5ea94a03619e83d428c23615ee5d1e06c4f49b1073a7e1a69c929222c2a extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 28, $this->source), "html", null, true);
            echo ">
      ";
            // line 29
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["title_prefix"] ?? null), 29, $this->source), "html", null, true);
            echo "
      ";
            // line 30
            if ((($context["name"] ?? null) &&  !($context["page"] ?? null))) {
                // line 31
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 31, $this-&gt;source), "html", null, true);
                echo "\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 31, $this-&gt;source), "html", null, true);
                echo "</a>
      ";
            }
            // line 33
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 33, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 34
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/modules/taxonomy/templates/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 34,  58 =&gt; 33,  50 =&gt; 31,  48 =&gt; 30,  44 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a taxonomy term.
     *
     * Available variables:
     * - url: URL of the current term.
     * - name: (optional) Name of the current term.
     * - content: Items for the content of the term (fields and description).
     *   Use 'content' to print them all, or print a subset such as
     *   'content.description'. Use the following code to exclude the
     *   printing of a given child element:
     *   @code
     *   {{ content|without('description') }}
     *   @endcode
     * - attributes: HTML attributes for the wrapper.
     * - page: Flag for the full page state.
     * - term: The taxonomy term entity, including:
     *   - id: The ID of the taxonomy term.
     *   - bundle: Machine name of the current vocabulary.
     * - view_mode: View mode, e.g. 'full', 'teaser', etc.
     *
     * @see template_preprocess_taxonomy_term()
     *
     * @ingroup themeable
     */
    #}
    
      {{ title_prefix }}
      {% if name and not page %}
        <a>{{ name }}</a>
      {% endif %}
      {{ title_suffix }}
      {{ content }}
    
    ", "core/modules/taxonomy/templates/taxonomy-term.html.twig", "/var/www/html/docroot/core/modules/taxonomy/templates/taxonomy-term.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 30);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_taxonomy-term.html.twig_IpDBul7mQIT0Ozrmp95mGVuB-', '&lt;?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;
    
    /* core/modules/taxonomy/templates/taxonomy-term.html.twig */
    class __TwigTemplate_b1e4a5ea94a03619e83d428c23615ee5d1e06c4f49b1073a7e1a69c929222c2a extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 28
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 29
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 30
            if ((($context["name"] ?? null) &amp;&amp;  !($context["page"] ?? null))) {
                // line 31
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 31, $this-&gt;source), "html", null, true);
                echo "\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 31, $this-&gt;source), "html", null, true);
                echo "</a>
      ";
            }
            // line 33
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 33, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 34
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 34, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/modules/taxonomy/templates/taxonomy-term.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 34,  58 =&gt; 33,  50 =&gt; 31,  48 =&gt; 30,  44 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a taxonomy term.
     *
     * Available variables:
     * - url: URL of the current term.
     * - name: (optional) Name of the current term.
     * - content: Items for the content of the term (fields and description).
     *   Use 'content' to print them all, or print a subset such as
     *   'content.description'. Use the following code to exclude the
     *   printing of a given child element:
     *   @code
     *   {{ content|without('description') }}
     *   @endcode
     * - attributes: HTML attributes for the wrapper.
     * - page: Flag for the full page state.
     * - term: The taxonomy term entity, including:
     *   - id: The ID of the taxonomy term.
     *   - bundle: Machine name of the current vocabulary.
     * - view_mode: View mode, e.g. 'full', 'teaser', etc.
     *
     * @see template_preprocess_taxonomy_term()
     *
     * @ingroup themeable
     */
    #}
    
      {{ title_prefix }}
      {% if name and not page %}
        <a>{{ name }}</a>
      {% endif %}
      {{ title_suffix }}
      {{ content }}
    
    ", "core/modules/taxonomy/templates/taxonomy-term.html.twig", "/var/www/html/docroot/core/modules/taxonomy/templates/taxonomy-term.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 30);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_b1e4a5ea94a03619e83d428c23615ee5d1e06c4f49b1073a7e1a69c929222c2a', 'core/modules/taxonomy/templates/taxonomy-term.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/modules/taxonomy/templates/taxonomy-term.html.twig') (Line: 55)
    twig_render_template('core/modules/taxonomy/templates/taxonomy-term.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('taxonomy_term', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
    __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_views-mini-pager.html.twi_GoVtTM4QZ8GWkiv_YL4wydxcR', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig */
    class __TwigTemplate_45fd9f7684b688e03dd70100c6b61182dd76cb728d3698d66881dc031fa97533 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 14) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 14))) {
                // line 15
                echo "  
        ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 18
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18)) {
                    // line 19
                    echo "        <li>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 20), "href", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 20), "attributes", [], "any", false, false, true, 20), 20, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 21
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 22
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 22), "text", [], "any", true, true, true, 22)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 22), "text", [], "any", false, false, true, 22), 22, $this-&gt;source), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 26
                echo "      ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 26)) {
                    // line 27
                    echo "        <li>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 28), "href", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 28), "attributes", [], "any", false, false, true, 28), 28, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 29
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 30
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 30), "text", [], "any", true, true, true, 30)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 30), "text", [], "any", false, false, true, 30), 30, $this-&gt;source), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 34
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  98 =&gt; 34,  91 =&gt; 30,  87 =&gt; 29,  79 =&gt; 28,  76 =&gt; 27,  73 =&gt; 26,  66 =&gt; 22,  62 =&gt; 21,  54 =&gt; 20,  51 =&gt; 19,  49 =&gt; 18,  44 =&gt; 16,  41 =&gt; 15,  39 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a views mini-pager.
     *
     * Available variables:
     * - items: List of pager items.
     *
     * @ingroup templates
     *
     * @see template_preprocess_views_mini_pager()
     */
    #}
    {% if items.previous or items.next %}
      
        {{ 'Pagination'|t }}
        <ul>
          {% if items.previous %}
            <li>
              <a>
                {{ 'Previous page'|t }}
                {{ items.previous.text|default('‹‹'|t) }}
              </a>
            </li>
          {% endif %}
          {% if items.next %}
            <li>
              <a>
                {{ 'Next page'|t }}
                {{ items.next.text|default('››'|t) }}
              </a>
            </li>
          {% endif %}
        </ul>
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 14);
            static $filters = array("t" =&gt; 16, "escape" =&gt; 20, "without" =&gt; 20, "default" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['t', 'escape', 'without', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_views-mini-pager.html.twi_GoVtTM4QZ8GWkiv_YL4wydxcR', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig */
    class __TwigTemplate_45fd9f7684b688e03dd70100c6b61182dd76cb728d3698d66881dc031fa97533 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 14
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 14) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 14))) {
                // line 15
                echo "  
        ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Pagination"));
                echo "
        <ul>
          ";
                // line 18
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 18)) {
                    // line 19
                    echo "        <li>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 20), "href", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to previous page"));
                    echo "\" rel=\"prev\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, false, true, 20), "attributes", [], "any", false, false, true, 20), 20, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 21
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Previous page"));
                    echo "
                ";
                    // line 22
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 22), "text", [], "any", true, true, true, 22)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "previous", [], "any", false, true, true, 22), "text", [], "any", false, false, true, 22), 22, $this-&gt;source), t("‹‹"))) : (t("‹‹"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 26
                echo "      ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 26)) {
                    // line 27
                    echo "        <li>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 28), "href", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                    echo "\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Go to next page"));
                    echo "\" rel=\"next\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, false, true, 28), "attributes", [], "any", false, false, true, 28), 28, $this-&gt;source), "href", "title", "rel"), "html", null, true);
                    echo "&gt;
                ";
                    // line 29
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Next page"));
                    echo "
                ";
                    // line 30
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 30), "text", [], "any", true, true, true, 30)) ? (_twig_default_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "next", [], "any", false, true, true, 30), "text", [], "any", false, false, true, 30), 30, $this-&gt;source), t("››"))) : (t("››"))), "html", null, true);
                    echo "
              </a>
            </li>
          ";
                }
                // line 34
                echo "    </ul>
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  98 =&gt; 34,  91 =&gt; 30,  87 =&gt; 29,  79 =&gt; 28,  76 =&gt; 27,  73 =&gt; 26,  66 =&gt; 22,  62 =&gt; 21,  54 =&gt; 20,  51 =&gt; 19,  49 =&gt; 18,  44 =&gt; 16,  41 =&gt; 15,  39 =&gt; 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a views mini-pager.
     *
     * Available variables:
     * - items: List of pager items.
     *
     * @ingroup templates
     *
     * @see template_preprocess_views_mini_pager()
     */
    #}
    {% if items.previous or items.next %}
      
        {{ 'Pagination'|t }}
        <ul>
          {% if items.previous %}
            <li>
              <a>
                {{ 'Previous page'|t }}
                {{ items.previous.text|default('‹‹'|t) }}
              </a>
            </li>
          {% endif %}
          {% if items.next %}
            <li>
              <a>
                {{ 'Next page'|t }}
                {{ items.next.text|default('››'|t) }}
              </a>
            </li>
          {% endif %}
        </ul>
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 14);
            static $filters = array("t" =&gt; 16, "escape" =&gt; 20, "without" =&gt; 20, "default" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['t', 'escape', 'without', 'default'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_45fd9f7684b688e03dd70100c6b61182dd76cb728d3698d66881dc031fa97533', 'themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-mini-pager.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_mini_pager', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 132)
    __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_container.html.twig_3b1kEOTw6PHdHouOYNh7uoAsP', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/container.html.twig */
    class __TwigTemplate_c13680fc22117e73ad14d34d6f485b699dd2d2d506102a10be1f5853a956606c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [0 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 24
    ($context["attributes"] ?? null), "hasClass", [0 =&gt; "toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 2 =&gt; ((        // line 26
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 29
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 29,  42 =&gt; 26,  41 =&gt; 25,  40 =&gt; 24,  39 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override of a container used to wrap child elements.
     *
     * Used for grouped form items. Can also be used as a theme wrapper for any
     * renderable element, to surround it with a  and HTML attributes.
     * See the @link forms_api_reference.html Form API reference @endlink for more
     * information on the #theme_wrappers render array property.
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - children: The rendered child elements of the container.
     * - has_parent: A flag to indicate that the container has one or more parent
     *   containers.
     *
     * @ingroup templates
     *
     * @see template_preprocess_container()
     */
    #}
    {%
      set classes = [
        not attributes.hasClass('toolbar-menu-administration') ? 'form-group',
        has_parent ? 'js-form-wrapper',
        has_parent ? 'form-wrapper',
      ]
    %}
    {{ children }}
    ", "themes/contrib/bootstrap/templates/system/container.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23);
            static $filters = array("escape" =&gt; 29);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_container.html.twig_3b1kEOTw6PHdHouOYNh7uoAsP', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/container.html.twig */
    class __TwigTemplate_c13680fc22117e73ad14d34d6f485b699dd2d2d506102a10be1f5853a956606c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [0 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 24
    ($context["attributes"] ?? null), "hasClass", [0 =&gt; "toolbar-menu-administration"], "method", false, false, true, 24)) ? ("form-group") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 2 =&gt; ((        // line 26
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 29
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 29,  42 =&gt; 26,  41 =&gt; 25,  40 =&gt; 24,  39 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override of a container used to wrap child elements.
     *
     * Used for grouped form items. Can also be used as a theme wrapper for any
     * renderable element, to surround it with a  and HTML attributes.
     * See the @link forms_api_reference.html Form API reference @endlink for more
     * information on the #theme_wrappers render array property.
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - children: The rendered child elements of the container.
     * - has_parent: A flag to indicate that the container has one or more parent
     *   containers.
     *
     * @ingroup templates
     *
     * @see template_preprocess_container()
     */
    #}
    {%
      set classes = [
        not attributes.hasClass('toolbar-menu-administration') ? 'form-group',
        has_parent ? 'js-form-wrapper',
        has_parent ? 'form-wrapper',
      ]
    %}
    {{ children }}
    ", "themes/contrib/bootstrap/templates/system/container.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23);
            static $filters = array("escape" =&gt; 29);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_c13680fc22117e73ad14d34d6f485b699dd2d2d506102a10be1f5853a956606c', 'themes/contrib/bootstrap/templates/system/container.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/container.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/container.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 478)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 54)
    __TwigTemplate_5c6839cc29fd09eec7332aa7242d40a556a93e3c08b601d93ed2ad4d52979068->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-1col.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_1col', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 241)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_html.html.twig_k2cFb1L5O7hBWGzyd3e1Pwxhf', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/html.html.twig */
    class __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $context["body_classes"] = [0 =&gt; ((        // line 49
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 50
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 50, $this-&gt;source))))), 2 =&gt; ((        // line 51
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 51, $this-&gt;source)))) : ("")), 3 =&gt; ((        // line 52
    ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 53
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53)) ? (("navbar-is-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53), 53, $this-&gt;source))) : ("")), 5 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 54
    ($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 54)) ? ("has-glyphicons") : (""))];
            // line 57
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 58, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 60, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 61
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 61, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 62, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 63, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a>
          ";
            // line 67
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 69
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 69, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 70
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 70, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 71
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 71, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 72, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  94 =&gt; 72,  90 =&gt; 71,  86 =&gt; 70,  82 =&gt; 69,  77 =&gt; 67,  72 =&gt; 65,  67 =&gt; 63,  63 =&gt; 62,  59 =&gt; 61,  55 =&gt; 60,  50 =&gt; 58,  47 =&gt; 57,  45 =&gt; 54,  44 =&gt; 53,  43 =&gt; 52,  42 =&gt; 51,  41 =&gt; 50,  40 =&gt; 49,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display the basic html structure of a single
     * Drupal page.
     *
     * Variables:
     * - \$css: An array of CSS files for the current page.
     * - \$language: (object) The language the site is being displayed in.
     *   \$language-&gt;language contains its textual representation.
     *   \$language-&gt;dir contains the language direction. It will either be 'ltr' or
     *   'rtl'.
     * - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
     * - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
     * - \$head_title: A modified version of the page title, for use in the TITLE
     *   tag.
     * - \$head_title_array: (array) An associative array containing the string parts
     *   that were used to generate the \$head_title variable, already prepared to be
     *   output as TITLE tag. The key/value pairs may contain one or more of the
     *   following, depending on conditions:
     *   - title: The title of the current page, if any.
     *   - name: The name of the site.
     *   - slogan: The slogan of the site, if any, and if there is no title.
     * - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
     *   so on).
     * - \$styles: Style tags necessary to import all CSS files for the page.
     * - \$scripts: Script tags necessary to load the JavaScript files and settings
     *   for the page.
     * - \$page_top: Initial markup from any modules that have altered the
     *   page. This variable should always be output first, before all other dynamic
     *   content.
     * - \$page: The rendered page content.
     * - \$page_bottom: Final closing markup from any modules that have altered the
     *   page. This variable should always be output last, after all other dynamic
     *   content.
     * - \$classes String of classes that can be used to style contextually through
     *   CSS.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_html()
     * @see template_preprocess()
     * @see template_preprocess_html()
     * @see template_process()
     */
    #}
    {%
      set body_classes = [
        logged_in ? 'user-logged-in',
        not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class,
        node_type ? 'page-node-type-' ~ node_type|clean_class,
        db_offline ? 'db-offline',
        theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
        theme.has_glyphicons ? 'has-glyphicons',
      ]
    %}
    
    
      
        
        {{ head_title|safe_join(' | ') }}
        
        
      
      
        <a>
          {{ 'Skip to main content'|t }}
        </a>
        {{ page_top }}
        {{ page }}
        {{ page_bottom }}
        
      
    
    ", "themes/contrib/bootstrap/templates/system/html.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 48);
            static $filters = array("clean_class" =&gt; 50, "escape" =&gt; 58, "raw" =&gt; 60, "safe_join" =&gt; 61, "t" =&gt; 67);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_html.html.twig_k2cFb1L5O7hBWGzyd3e1Pwxhf', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/html.html.twig */
    class __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $context["body_classes"] = [0 =&gt; ((        // line 49
    ($context["logged_in"] ?? null)) ? ("user-logged-in") : ("")), 1 =&gt; (( !        // line 50
    ($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 50, $this-&gt;source))))), 2 =&gt; ((        // line 51
    ($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 51, $this-&gt;source)))) : ("")), 3 =&gt; ((        // line 52
    ($context["db_offline"] ?? null)) ? ("db-offline") : ("")), 4 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 53
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53)) ? (("navbar-is-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 53), "navbar_position", [], "any", false, false, true, 53), 53, $this-&gt;source))) : ("")), 5 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 54
    ($context["theme"] ?? null), "has_glyphicons", [], "any", false, false, true, 54)) ? ("has-glyphicons") : (""))];
            // line 57
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 58, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 60, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 61
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 61, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 62, $this-&gt;source));
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 63, $this-&gt;source));
            echo "\"&gt;
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a>
          ";
            // line 67
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>
        ";
            // line 69
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 69, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 70
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 70, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 71
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 71, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 72, $this-&gt;source));
            echo "\"&gt;
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  94 =&gt; 72,  90 =&gt; 71,  86 =&gt; 70,  82 =&gt; 69,  77 =&gt; 67,  72 =&gt; 65,  67 =&gt; 63,  63 =&gt; 62,  59 =&gt; 61,  55 =&gt; 60,  50 =&gt; 58,  47 =&gt; 57,  45 =&gt; 54,  44 =&gt; 53,  43 =&gt; 52,  42 =&gt; 51,  41 =&gt; 50,  40 =&gt; 49,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display the basic html structure of a single
     * Drupal page.
     *
     * Variables:
     * - \$css: An array of CSS files for the current page.
     * - \$language: (object) The language the site is being displayed in.
     *   \$language-&gt;language contains its textual representation.
     *   \$language-&gt;dir contains the language direction. It will either be 'ltr' or
     *   'rtl'.
     * - \$rdf_namespaces: All the RDF namespace prefixes used in the HTML document.
     * - \$grddl_profile: A GRDDL profile allowing agents to extract the RDF data.
     * - \$head_title: A modified version of the page title, for use in the TITLE
     *   tag.
     * - \$head_title_array: (array) An associative array containing the string parts
     *   that were used to generate the \$head_title variable, already prepared to be
     *   output as TITLE tag. The key/value pairs may contain one or more of the
     *   following, depending on conditions:
     *   - title: The title of the current page, if any.
     *   - name: The name of the site.
     *   - slogan: The slogan of the site, if any, and if there is no title.
     * - \$head: Markup for the HEAD section (including meta tags, keyword tags, and
     *   so on).
     * - \$styles: Style tags necessary to import all CSS files for the page.
     * - \$scripts: Script tags necessary to load the JavaScript files and settings
     *   for the page.
     * - \$page_top: Initial markup from any modules that have altered the
     *   page. This variable should always be output first, before all other dynamic
     *   content.
     * - \$page: The rendered page content.
     * - \$page_bottom: Final closing markup from any modules that have altered the
     *   page. This variable should always be output last, after all other dynamic
     *   content.
     * - \$classes String of classes that can be used to style contextually through
     *   CSS.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_html()
     * @see template_preprocess()
     * @see template_preprocess_html()
     * @see template_process()
     */
    #}
    {%
      set body_classes = [
        logged_in ? 'user-logged-in',
        not root_path ? 'path-frontpage' : 'path-' ~ root_path|clean_class,
        node_type ? 'page-node-type-' ~ node_type|clean_class,
        db_offline ? 'db-offline',
        theme.settings.navbar_position ? 'navbar-is-' ~ theme.settings.navbar_position,
        theme.has_glyphicons ? 'has-glyphicons',
      ]
    %}
    
    
      
        
        {{ head_title|safe_join(' | ') }}
        
        
      
      
        <a>
          {{ 'Skip to main content'|t }}
        </a>
        {{ page_top }}
        {{ page }}
        {{ page_bottom }}
        
      
    
    ", "themes/contrib/bootstrap/templates/system/html.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 48);
            static $filters = array("clean_class" =&gt; 50, "escape" =&gt; 58, "raw" =&gt; 60, "safe_join" =&gt; 61, "t" =&gt; 67);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['clean_class', 'escape', 'raw', 'safe_join', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c', 'themes/contrib/bootstrap/templates/system/html.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/html.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_page.html.twig_pUq0ZBfnsDqdkuA2MT1rQphmD', '&lt;?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;
    
    /* themes/custom/ifz/templates/page.html.twig */
    class __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'navbar' =&gt; [$this, 'block_navbar'],
                'header' =&gt; [$this, 'block_header'],
                'main' =&gt; [$this, 'block_main'],
                'sidebar_first' =&gt; [$this, 'block_sidebar_first'],
                'highlighted' =&gt; [$this, 'block_highlighted'],
                'help' =&gt; [$this, 'block_help'],
                'content' =&gt; [$this, 'block_content'],
                'sidebar_second' =&gt; [$this, 'block_sidebar_second'],
                'sidebar_first_2' =&gt; [$this, 'block_sidebar_first_2'],
                'content_2' =&gt; [$this, 'block_content_2'],
                'sidebar_second_2' =&gt; [$this, 'block_sidebar_second_2'],
                'footer' =&gt; [$this, 'block_footer'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 54
            $context["container"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "fluid_container", [], "any", false, false, true, 54)) ? ("container-fluid") : ("container"));
            // line 56
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 56) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 56))) {
                // line 57
                echo "  ";
                $this-&gt;displayBlock('navbar', $context, $blocks);
            }
            // line 106
            echo "
          ";
            // line 108
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 108)) {
                // line 109
                echo "          ";
                $this-&gt;displayBlock('header', $context, $blocks);
                // line 114
                echo "      ";
            }
            // line 115
            echo "
    
    
    ";
            // line 119
            $this-&gt;displayBlock('main', $context, $blocks);
            // line 216
            echo "
    ";
            // line 217
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 217)) {
                // line 218
                echo "  ";
                $this-&gt;displayBlock('footer', $context, $blocks);
            }
        }
    
        // line 57
        public function block_navbar($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 58
            echo "    ";
            // line 59
            $context["navbar_classes"] = [0 =&gt; "navbar", 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 61
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 62
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this-&gt;source)))) : (($context["container"] ?? null)))];
            // line 65
            echo "      
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 66, $this-&gt;source), "html", null, true);
            echo "\"&gt;
                  ";
            // line 67
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "banner_top", [], "any", false, false, true, 67), 67, $this-&gt;source), "html", null, true);
            echo "
              
          
    
          
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 72, $this-&gt;source), "html", null, true);
            echo "\"&gt;
                  ";
            // line 73
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
            echo "
              
          
    
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "addClass", [0 =&gt; ($context["navbar_classes"] ?? null)], "method", false, false, true, 77), 77, $this-&gt;source), "html", null, true);
            echo " id=\"navbar\" role=\"banner\"&gt;
          ";
            // line 78
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "hasClass", [0 =&gt; ($context["container"] ?? null)], "method", false, false, true, 78)) {
                // line 79
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 79, $this-&gt;source), "html", null, true);
                echo "\"&gt;
          ";
            }
            // line 81
            echo "      
            ";
            // line 83
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 83)) {
                // line 84
                echo "          
                ";
                // line 85
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Toggle navigation"));
                echo "
                
                
                
              
            ";
            }
            // line 91
            echo "      
    
          ";
            // line 94
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 94)) {
                // line 95
                echo "        
              ";
                // line 96
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 96), 96, $this-&gt;source), "html", null, true);
                echo "
            
          ";
            }
            // line 99
            echo "      ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "hasClass", [0 =&gt; ($context["container"] ?? null)], "method", false, false, true, 99)) {
                // line 100
                echo "        
          ";
            }
            // line 102
            echo "    
    
      ";
        }
    
        // line 109
        public function block_header($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 110
            echo "              
                      ";
            // line 111
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 111), 111, $this-&gt;source), "html", null, true);
            echo "
                  
              ";
        }
    
        // line 119
        public function block_main($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 120
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 120, $this-&gt;source), "html", null, true);
            echo " js-quickedit-main-content\"&gt;
        
    
    
            ";
            // line 125
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 125)) {
                // line 126
                echo "        ";
                $this-&gt;displayBlock('sidebar_first', $context, $blocks);
                // line 131
                echo "      ";
            }
            // line 132
            echo "
          ";
            // line 134
            echo "      ";
            // line 135
            $context["content_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 136
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 136) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 136))) ? ("col-sm-6") : ("")), 1 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 137
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 137) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 137)))) ? ("col-sm-9") : ("")), 2 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 138
    ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 138) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 138)))) ? ("col-sm-9") : ("")), 3 =&gt; (((twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 139
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 139)) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 139)))) ? ("col-sm-12") : (""))];
            // line 142
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; ($context["content_classes"] ?? null)], "method", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
            echo "&gt;
    
            ";
            // line 145
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 145)) {
                // line 146
                echo "          ";
                $this-&gt;displayBlock('highlighted', $context, $blocks);
                // line 149
                echo "        ";
            }
            // line 150
            echo "
            ";
            // line 152
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 152)) {
                // line 153
                echo "          ";
                $this-&gt;displayBlock('help', $context, $blocks);
                // line 156
                echo "        ";
            }
            // line 157
            echo "
            ";
            // line 159
            echo "        ";
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 163
            echo "      
    
          ";
            // line 166
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 166)) {
                // line 167
                echo "        ";
                $this-&gt;displayBlock('sidebar_second', $context, $blocks);
                // line 172
                echo "      ";
            }
            // line 173
            echo "    
         
    
    
            ";
            // line 178
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 178)) {
                // line 179
                echo "        ";
                $this-&gt;displayBlock('sidebar_first_2', $context, $blocks);
                // line 184
                echo "      ";
            }
            // line 185
            echo "
          ";
            // line 187
            echo "      ";
            // line 188
            $context["content_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 189
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 189) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 189))) ? ("col-sm-6") : ("")), 1 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 190
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 190) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 190)))) ? ("col-sm-9") : ("")), 2 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 191
    ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 191) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 191)))) ? ("col-sm-9") : ("")), 3 =&gt; (((twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 192
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 192)) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 192)))) ? ("col-sm-12") : (""))];
            // line 195
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; ($context["content_classes"] ?? null)], "method", false, false, true, 195), 195, $this-&gt;source), "html", null, true);
            echo "&gt;
    
            ";
            // line 198
            echo "        ";
            $this-&gt;displayBlock('content_2', $context, $blocks);
            // line 202
            echo "        
          
    
          ";
            // line 206
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 206)) {
                // line 207
                echo "        ";
                $this-&gt;displayBlock('sidebar_second_2', $context, $blocks);
                // line 212
                echo "      ";
            }
            // line 213
            echo "    
      
    ";
        }
    
        // line 126
        public function block_sidebar_first($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 127
            echo "          
                ";
            // line 128
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 146
        public function block_highlighted($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 147
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
    
        // line 153
        public function block_help($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 154
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 154), 154, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
    
        // line 159
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 160
            echo "          <a></a>
              ";
            // line 161
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 161), 161, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
    
        // line 167
        public function block_sidebar_second($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 168
            echo "          
                ";
            // line 169
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 169), 169, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 179
        public function block_sidebar_first_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 180
            echo "          
                ";
            // line 181
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 181), 181, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 198
        public function block_content_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 199
            echo "          <a></a>
              ";
            // line 200
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_2", [], "any", false, false, true, 200), 200, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
    
        // line 207
        public function block_sidebar_second_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 208
            echo "          
                ";
            // line 209
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 218
        public function block_footer($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 219
            echo "    
          ";
            // line 220
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 220), 220, $this-&gt;source), "html", null, true);
            echo "
        
      ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/ifz/templates/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  442 =&gt; 220,  439 =&gt; 219,  435 =&gt; 218,  428 =&gt; 209,  425 =&gt; 208,  421 =&gt; 207,  415 =&gt; 200,  412 =&gt; 199,  408 =&gt; 198,  401 =&gt; 181,  398 =&gt; 180,  394 =&gt; 179,  387 =&gt; 169,  384 =&gt; 168,  380 =&gt; 167,  374 =&gt; 161,  371 =&gt; 160,  367 =&gt; 159,  360 =&gt; 154,  356 =&gt; 153,  349 =&gt; 147,  345 =&gt; 146,  338 =&gt; 128,  335 =&gt; 127,  331 =&gt; 126,  325 =&gt; 213,  322 =&gt; 212,  319 =&gt; 207,  316 =&gt; 206,  311 =&gt; 202,  308 =&gt; 198,  302 =&gt; 195,  300 =&gt; 192,  299 =&gt; 191,  298 =&gt; 190,  297 =&gt; 189,  296 =&gt; 188,  294 =&gt; 187,  291 =&gt; 185,  288 =&gt; 184,  285 =&gt; 179,  282 =&gt; 178,  276 =&gt; 173,  273 =&gt; 172,  270 =&gt; 167,  267 =&gt; 166,  263 =&gt; 163,  260 =&gt; 159,  257 =&gt; 157,  254 =&gt; 156,  251 =&gt; 153,  248 =&gt; 152,  245 =&gt; 150,  242 =&gt; 149,  239 =&gt; 146,  236 =&gt; 145,  230 =&gt; 142,  228 =&gt; 139,  227 =&gt; 138,  226 =&gt; 137,  225 =&gt; 136,  224 =&gt; 135,  222 =&gt; 134,  219 =&gt; 132,  216 =&gt; 131,  213 =&gt; 126,  210 =&gt; 125,  202 =&gt; 120,  198 =&gt; 119,  191 =&gt; 111,  188 =&gt; 110,  184 =&gt; 109,  178 =&gt; 102,  174 =&gt; 100,  171 =&gt; 99,  165 =&gt; 96,  162 =&gt; 95,  159 =&gt; 94,  155 =&gt; 91,  146 =&gt; 85,  143 =&gt; 84,  140 =&gt; 83,  137 =&gt; 81,  131 =&gt; 79,  129 =&gt; 78,  125 =&gt; 77,  118 =&gt; 73,  114 =&gt; 72,  106 =&gt; 67,  102 =&gt; 66,  99 =&gt; 65,  97 =&gt; 62,  96 =&gt; 61,  95 =&gt; 59,  93 =&gt; 58,  89 =&gt; 57,  83 =&gt; 218,  81 =&gt; 217,  78 =&gt; 216,  76 =&gt; 119,  71 =&gt; 115,  68 =&gt; 114,  65 =&gt; 109,  62 =&gt; 108,  59 =&gt; 106,  55 =&gt; 57,  53 =&gt; 56,  51 =&gt; 54,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a single page.
     *
     * The doctype, html, head and body tags are not in this template. Instead they
     * can be found in the html.html.twig template in this directory.
     *
     * Available variables:
     *
     * General utility variables:
     * - base_path: The base URL path of the Drupal installation. Will usually be
     *   \"/\" unless you have installed Drupal in a sub-directory.
     * - is_front: A flag indicating if the current page is the front page.
     * - logged_in: A flag indicating if the user is registered and signed in.
     * - is_admin: A flag indicating if the user has permission to access
     *   administration pages.
     *
     * Site identity:
     * - front_page: The URL of the front page. Use this instead of base_path when
     *   linking to the front page. This includes the language domain or prefix.
     *
     * Page content (in order of occurrence in the default page.html.twig):
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title: The page title, for use in the actual content.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     * - messages: Status and error messages. Should be displayed prominently.
     * - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the
     *   view and edit tabs when displaying a node).
     * - node: Fully loaded node, if there is an automatically-loaded node
     *   associated with the page and the node ID is the second argument in the
     *   page's path (e.g. node/12345 and node/12345/revisions, but not
     *   comment/reply/12345).
     *
     * Regions:
     * - page.header: Items for the header region.
     * - page.navigation: Items for the navigation region.
     * - page.navigation_collapsible: Items for the navigation (collapsible) region.
     * - page.highlighted: Items for the highlighted content region.
     * - page.help: Dynamic help text, mostly for admin pages.
     * - page.content: The main content of the current page.
     * - page.sidebar_first: Items for the first sidebar.
     * - page.sidebar_second: Items for the second sidebar.
     * - page.footer: Items for the footer region.
     *
     * @ingroup templates
     *
     * @see template_preprocess_page()
     * @see html.html.twig
     */
    #}
    {% set container = theme.settings.fluid_container ? 'container-fluid' : 'container' %}
    {# Navbar #}
    {% if page.navigation or page.navigation_collapsible %}
      {% block navbar %}
        {%
          set navbar_classes = [
            'navbar',
            theme.settings.navbar_inverse ? 'navbar-inverse' : 'navbar-default',
            theme.settings.navbar_position ? 'navbar-' ~ theme.settings.navbar_position|clean_class : container,
          ]
        %}
          
              
                  {{ page.banner_top }}
              
          
    
          
              
                  {{ page.navigation }}
              
          
    
        
          {% if not navbar_attributes.hasClass(container) %}
            
          {% endif %}
          
            {# .btn-navbar is used as the toggle for collapsed navbar content #}
            {% if page.navigation_collapsible %}
              
                {{ 'Toggle navigation'|t }}
                
                
                
              
            {% endif %}
          
    
          {# Navigation (collapsible) #}
          {% if page.navigation_collapsible %}
            
              {{ page.navigation_collapsible }}
            
          {% endif %}
          {% if not navbar_attributes.hasClass(container) %}
            
          {% endif %}
        
    
      {% endblock %}
    {% endif %}
    
          {# Header #}
          {% if page.header %}
              {% block header %}
                  
                      {{ page.header }}
                  
              {% endblock %}
          {% endif %}
    
    
    
    {# Main #}
    {% block main %}
      
        
    
    
            {# Sidebar First #}
          {% if page.sidebar_first %}
            {% block sidebar_first %}
              
                {{ page.sidebar_first }}
              
            {% endblock %}
          {% endif %}
    
          {# Content #}
          {%
            set content_classes = [
              page.sidebar_first and page.sidebar_second ? 'col-sm-6',
              page.sidebar_first and page.sidebar_second is empty ? 'col-sm-9',
              page.sidebar_second and page.sidebar_first is empty ? 'col-sm-9',
              page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12'
            ]
          %}
          
    
            {# Highlighted #}
            {% if page.highlighted %}
              {% block highlighted %}
                {{ page.highlighted }}
              {% endblock %}
            {% endif %}
    
            {# Help #}
            {% if page.help %}
              {% block help %}
                {{ page.help }}
              {% endblock %}
            {% endif %}
    
            {# Content #}
            {% block content %}
              <a></a>
              {{ page.content }}
            {% endblock %}
          
    
          {# Sidebar Second #}
          {% if page.sidebar_second %}
            {% block sidebar_second %}
              
                {{ page.sidebar_second }}
              
            {% endblock %}
          {% endif %}
        
         
    
    
            {# Sidebar First #}
          {% if page.sidebar_first_2 %}
            {% block sidebar_first_2 %}
              
                {{ page.sidebar_first_2 }}
              
            {% endblock %}
          {% endif %}
    
          {# Content #}
          {%
            set content_classes = [
              page.sidebar_first_2 and page.sidebar_second_2 ? 'col-sm-6',
              page.sidebar_first_2 and page.sidebar_second_2 is empty ? 'col-sm-9',
              page.sidebar_second_2 and page.sidebar_first_2 is empty ? 'col-sm-9',
              page.sidebar_first_2 is empty and page.sidebar_second_2 is empty ? 'col-sm-12'
            ]
          %}
          
    
            {# Content #}
            {% block content_2 %}
              <a></a>
              {{ page.content_2 }}
            {% endblock %}
            
          
    
          {# Sidebar Second #}
          {% if page.sidebar_second_2 %}
            {% block sidebar_second_2 %}
              
                {{ page.sidebar_second_2 }}
              
            {% endblock %}
          {% endif %}
        
      
    {% endblock %}
    
    {% if page.footer %}
      {% block footer %}
        
          {{ page.footer }}
        
      {% endblock %}
    {% endif %}
    ", "themes/custom/ifz/templates/page.html.twig", "/var/www/html/docroot/themes/custom/ifz/templates/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 54, "if" =&gt; 56, "block" =&gt; 57);
            static $filters = array("clean_class" =&gt; 62, "escape" =&gt; 66, "t" =&gt; 85);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_page.html.twig_pUq0ZBfnsDqdkuA2MT1rQphmD', '&lt;?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;
    
    /* themes/custom/ifz/templates/page.html.twig */
    class __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'navbar' =&gt; [$this, 'block_navbar'],
                'header' =&gt; [$this, 'block_header'],
                'main' =&gt; [$this, 'block_main'],
                'sidebar_first' =&gt; [$this, 'block_sidebar_first'],
                'highlighted' =&gt; [$this, 'block_highlighted'],
                'help' =&gt; [$this, 'block_help'],
                'content' =&gt; [$this, 'block_content'],
                'sidebar_second' =&gt; [$this, 'block_sidebar_second'],
                'sidebar_first_2' =&gt; [$this, 'block_sidebar_first_2'],
                'content_2' =&gt; [$this, 'block_content_2'],
                'sidebar_second_2' =&gt; [$this, 'block_sidebar_second_2'],
                'footer' =&gt; [$this, 'block_footer'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 54
            $context["container"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 54), "fluid_container", [], "any", false, false, true, 54)) ? ("container-fluid") : ("container"));
            // line 56
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 56) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 56))) {
                // line 57
                echo "  ";
                $this-&gt;displayBlock('navbar', $context, $blocks);
            }
            // line 106
            echo "
          ";
            // line 108
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 108)) {
                // line 109
                echo "          ";
                $this-&gt;displayBlock('header', $context, $blocks);
                // line 114
                echo "      ";
            }
            // line 115
            echo "
    
    
    ";
            // line 119
            $this-&gt;displayBlock('main', $context, $blocks);
            // line 216
            echo "
    ";
            // line 217
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 217)) {
                // line 218
                echo "  ";
                $this-&gt;displayBlock('footer', $context, $blocks);
            }
        }
    
        // line 57
        public function block_navbar($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 58
            echo "    ";
            // line 59
            $context["navbar_classes"] = [0 =&gt; "navbar", 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 61
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 62
    ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this-&gt;source)))) : (($context["container"] ?? null)))];
            // line 65
            echo "      
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 66, $this-&gt;source), "html", null, true);
            echo "\"&gt;
                  ";
            // line 67
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "banner_top", [], "any", false, false, true, 67), 67, $this-&gt;source), "html", null, true);
            echo "
              
          
    
          
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 72, $this-&gt;source), "html", null, true);
            echo "\"&gt;
                  ";
            // line 73
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
            echo "
              
          
    
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "addClass", [0 =&gt; ($context["navbar_classes"] ?? null)], "method", false, false, true, 77), 77, $this-&gt;source), "html", null, true);
            echo " id=\"navbar\" role=\"banner\"&gt;
          ";
            // line 78
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "hasClass", [0 =&gt; ($context["container"] ?? null)], "method", false, false, true, 78)) {
                // line 79
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 79, $this-&gt;source), "html", null, true);
                echo "\"&gt;
          ";
            }
            // line 81
            echo "      
            ";
            // line 83
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 83)) {
                // line 84
                echo "          
                ";
                // line 85
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Toggle navigation"));
                echo "
                
                
                
              
            ";
            }
            // line 91
            echo "      
    
          ";
            // line 94
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 94)) {
                // line 95
                echo "        
              ";
                // line 96
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 96), 96, $this-&gt;source), "html", null, true);
                echo "
            
          ";
            }
            // line 99
            echo "      ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["navbar_attributes"] ?? null), "hasClass", [0 =&gt; ($context["container"] ?? null)], "method", false, false, true, 99)) {
                // line 100
                echo "        
          ";
            }
            // line 102
            echo "    
    
      ";
        }
    
        // line 109
        public function block_header($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 110
            echo "              
                      ";
            // line 111
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "header", [], "any", false, false, true, 111), 111, $this-&gt;source), "html", null, true);
            echo "
                  
              ";
        }
    
        // line 119
        public function block_main($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 120
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["container"] ?? null), 120, $this-&gt;source), "html", null, true);
            echo " js-quickedit-main-content\"&gt;
        
    
    
            ";
            // line 125
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 125)) {
                // line 126
                echo "        ";
                $this-&gt;displayBlock('sidebar_first', $context, $blocks);
                // line 131
                echo "      ";
            }
            // line 132
            echo "
          ";
            // line 134
            echo "      ";
            // line 135
            $context["content_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 136
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 136) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 136))) ? ("col-sm-6") : ("")), 1 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 137
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 137) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 137)))) ? ("col-sm-9") : ("")), 2 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 138
    ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 138) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 138)))) ? ("col-sm-9") : ("")), 3 =&gt; (((twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 139
    ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 139)) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 139)))) ? ("col-sm-12") : (""))];
            // line 142
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; ($context["content_classes"] ?? null)], "method", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
            echo "&gt;
    
            ";
            // line 145
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 145)) {
                // line 146
                echo "          ";
                $this-&gt;displayBlock('highlighted', $context, $blocks);
                // line 149
                echo "        ";
            }
            // line 150
            echo "
            ";
            // line 152
            echo "        ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 152)) {
                // line 153
                echo "          ";
                $this-&gt;displayBlock('help', $context, $blocks);
                // line 156
                echo "        ";
            }
            // line 157
            echo "
            ";
            // line 159
            echo "        ";
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 163
            echo "      
    
          ";
            // line 166
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 166)) {
                // line 167
                echo "        ";
                $this-&gt;displayBlock('sidebar_second', $context, $blocks);
                // line 172
                echo "      ";
            }
            // line 173
            echo "    
         
    
    
            ";
            // line 178
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 178)) {
                // line 179
                echo "        ";
                $this-&gt;displayBlock('sidebar_first_2', $context, $blocks);
                // line 184
                echo "      ";
            }
            // line 185
            echo "
          ";
            // line 187
            echo "      ";
            // line 188
            $context["content_classes"] = [0 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 189
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 189) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 189))) ? ("col-sm-6") : ("")), 1 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 190
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 190) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 190)))) ? ("col-sm-9") : ("")), 2 =&gt; (((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 191
    ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 191) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 191)))) ? ("col-sm-9") : ("")), 3 =&gt; (((twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 192
    ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 192)) &amp;&amp; twig_test_empty(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 192)))) ? ("col-sm-12") : (""))];
            // line 195
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; ($context["content_classes"] ?? null)], "method", false, false, true, 195), 195, $this-&gt;source), "html", null, true);
            echo "&gt;
    
            ";
            // line 198
            echo "        ";
            $this-&gt;displayBlock('content_2', $context, $blocks);
            // line 202
            echo "        
          
    
          ";
            // line 206
            echo "      ";
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 206)) {
                // line 207
                echo "        ";
                $this-&gt;displayBlock('sidebar_second_2', $context, $blocks);
                // line 212
                echo "      ";
            }
            // line 213
            echo "    
      
    ";
        }
    
        // line 126
        public function block_sidebar_first($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 127
            echo "          
                ";
            // line 128
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 146
        public function block_highlighted($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 147
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "highlighted", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
    
        // line 153
        public function block_help($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 154
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "help", [], "any", false, false, true, 154), 154, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
    
        // line 159
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 160
            echo "          <a></a>
              ";
            // line 161
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 161), 161, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
    
        // line 167
        public function block_sidebar_second($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 168
            echo "          
                ";
            // line 169
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 169), 169, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 179
        public function block_sidebar_first_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 180
            echo "          
                ";
            // line 181
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_first_2", [], "any", false, false, true, 181), 181, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 198
        public function block_content_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 199
            echo "          <a></a>
              ";
            // line 200
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content_2", [], "any", false, false, true, 200), 200, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
    
        // line 207
        public function block_sidebar_second_2($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 208
            echo "          
                ";
            // line 209
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_second_2", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
            echo "
              
            ";
        }
    
        // line 218
        public function block_footer($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 219
            echo "    
          ";
            // line 220
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 220), 220, $this-&gt;source), "html", null, true);
            echo "
        
      ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/ifz/templates/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  442 =&gt; 220,  439 =&gt; 219,  435 =&gt; 218,  428 =&gt; 209,  425 =&gt; 208,  421 =&gt; 207,  415 =&gt; 200,  412 =&gt; 199,  408 =&gt; 198,  401 =&gt; 181,  398 =&gt; 180,  394 =&gt; 179,  387 =&gt; 169,  384 =&gt; 168,  380 =&gt; 167,  374 =&gt; 161,  371 =&gt; 160,  367 =&gt; 159,  360 =&gt; 154,  356 =&gt; 153,  349 =&gt; 147,  345 =&gt; 146,  338 =&gt; 128,  335 =&gt; 127,  331 =&gt; 126,  325 =&gt; 213,  322 =&gt; 212,  319 =&gt; 207,  316 =&gt; 206,  311 =&gt; 202,  308 =&gt; 198,  302 =&gt; 195,  300 =&gt; 192,  299 =&gt; 191,  298 =&gt; 190,  297 =&gt; 189,  296 =&gt; 188,  294 =&gt; 187,  291 =&gt; 185,  288 =&gt; 184,  285 =&gt; 179,  282 =&gt; 178,  276 =&gt; 173,  273 =&gt; 172,  270 =&gt; 167,  267 =&gt; 166,  263 =&gt; 163,  260 =&gt; 159,  257 =&gt; 157,  254 =&gt; 156,  251 =&gt; 153,  248 =&gt; 152,  245 =&gt; 150,  242 =&gt; 149,  239 =&gt; 146,  236 =&gt; 145,  230 =&gt; 142,  228 =&gt; 139,  227 =&gt; 138,  226 =&gt; 137,  225 =&gt; 136,  224 =&gt; 135,  222 =&gt; 134,  219 =&gt; 132,  216 =&gt; 131,  213 =&gt; 126,  210 =&gt; 125,  202 =&gt; 120,  198 =&gt; 119,  191 =&gt; 111,  188 =&gt; 110,  184 =&gt; 109,  178 =&gt; 102,  174 =&gt; 100,  171 =&gt; 99,  165 =&gt; 96,  162 =&gt; 95,  159 =&gt; 94,  155 =&gt; 91,  146 =&gt; 85,  143 =&gt; 84,  140 =&gt; 83,  137 =&gt; 81,  131 =&gt; 79,  129 =&gt; 78,  125 =&gt; 77,  118 =&gt; 73,  114 =&gt; 72,  106 =&gt; 67,  102 =&gt; 66,  99 =&gt; 65,  97 =&gt; 62,  96 =&gt; 61,  95 =&gt; 59,  93 =&gt; 58,  89 =&gt; 57,  83 =&gt; 218,  81 =&gt; 217,  78 =&gt; 216,  76 =&gt; 119,  71 =&gt; 115,  68 =&gt; 114,  65 =&gt; 109,  62 =&gt; 108,  59 =&gt; 106,  55 =&gt; 57,  53 =&gt; 56,  51 =&gt; 54,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a single page.
     *
     * The doctype, html, head and body tags are not in this template. Instead they
     * can be found in the html.html.twig template in this directory.
     *
     * Available variables:
     *
     * General utility variables:
     * - base_path: The base URL path of the Drupal installation. Will usually be
     *   \"/\" unless you have installed Drupal in a sub-directory.
     * - is_front: A flag indicating if the current page is the front page.
     * - logged_in: A flag indicating if the user is registered and signed in.
     * - is_admin: A flag indicating if the user has permission to access
     *   administration pages.
     *
     * Site identity:
     * - front_page: The URL of the front page. Use this instead of base_path when
     *   linking to the front page. This includes the language domain or prefix.
     *
     * Page content (in order of occurrence in the default page.html.twig):
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title: The page title, for use in the actual content.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     * - messages: Status and error messages. Should be displayed prominently.
     * - tabs: Tabs linking to any sub-pages beneath the current page (e.g., the
     *   view and edit tabs when displaying a node).
     * - node: Fully loaded node, if there is an automatically-loaded node
     *   associated with the page and the node ID is the second argument in the
     *   page's path (e.g. node/12345 and node/12345/revisions, but not
     *   comment/reply/12345).
     *
     * Regions:
     * - page.header: Items for the header region.
     * - page.navigation: Items for the navigation region.
     * - page.navigation_collapsible: Items for the navigation (collapsible) region.
     * - page.highlighted: Items for the highlighted content region.
     * - page.help: Dynamic help text, mostly for admin pages.
     * - page.content: The main content of the current page.
     * - page.sidebar_first: Items for the first sidebar.
     * - page.sidebar_second: Items for the second sidebar.
     * - page.footer: Items for the footer region.
     *
     * @ingroup templates
     *
     * @see template_preprocess_page()
     * @see html.html.twig
     */
    #}
    {% set container = theme.settings.fluid_container ? 'container-fluid' : 'container' %}
    {# Navbar #}
    {% if page.navigation or page.navigation_collapsible %}
      {% block navbar %}
        {%
          set navbar_classes = [
            'navbar',
            theme.settings.navbar_inverse ? 'navbar-inverse' : 'navbar-default',
            theme.settings.navbar_position ? 'navbar-' ~ theme.settings.navbar_position|clean_class : container,
          ]
        %}
          
              
                  {{ page.banner_top }}
              
          
    
          
              
                  {{ page.navigation }}
              
          
    
        
          {% if not navbar_attributes.hasClass(container) %}
            
          {% endif %}
          
            {# .btn-navbar is used as the toggle for collapsed navbar content #}
            {% if page.navigation_collapsible %}
              
                {{ 'Toggle navigation'|t }}
                
                
                
              
            {% endif %}
          
    
          {# Navigation (collapsible) #}
          {% if page.navigation_collapsible %}
            
              {{ page.navigation_collapsible }}
            
          {% endif %}
          {% if not navbar_attributes.hasClass(container) %}
            
          {% endif %}
        
    
      {% endblock %}
    {% endif %}
    
          {# Header #}
          {% if page.header %}
              {% block header %}
                  
                      {{ page.header }}
                  
              {% endblock %}
          {% endif %}
    
    
    
    {# Main #}
    {% block main %}
      
        
    
    
            {# Sidebar First #}
          {% if page.sidebar_first %}
            {% block sidebar_first %}
              
                {{ page.sidebar_first }}
              
            {% endblock %}
          {% endif %}
    
          {# Content #}
          {%
            set content_classes = [
              page.sidebar_first and page.sidebar_second ? 'col-sm-6',
              page.sidebar_first and page.sidebar_second is empty ? 'col-sm-9',
              page.sidebar_second and page.sidebar_first is empty ? 'col-sm-9',
              page.sidebar_first is empty and page.sidebar_second is empty ? 'col-sm-12'
            ]
          %}
          
    
            {# Highlighted #}
            {% if page.highlighted %}
              {% block highlighted %}
                {{ page.highlighted }}
              {% endblock %}
            {% endif %}
    
            {# Help #}
            {% if page.help %}
              {% block help %}
                {{ page.help }}
              {% endblock %}
            {% endif %}
    
            {# Content #}
            {% block content %}
              <a></a>
              {{ page.content }}
            {% endblock %}
          
    
          {# Sidebar Second #}
          {% if page.sidebar_second %}
            {% block sidebar_second %}
              
                {{ page.sidebar_second }}
              
            {% endblock %}
          {% endif %}
        
         
    
    
            {# Sidebar First #}
          {% if page.sidebar_first_2 %}
            {% block sidebar_first_2 %}
              
                {{ page.sidebar_first_2 }}
              
            {% endblock %}
          {% endif %}
    
          {# Content #}
          {%
            set content_classes = [
              page.sidebar_first_2 and page.sidebar_second_2 ? 'col-sm-6',
              page.sidebar_first_2 and page.sidebar_second_2 is empty ? 'col-sm-9',
              page.sidebar_second_2 and page.sidebar_first_2 is empty ? 'col-sm-9',
              page.sidebar_first_2 is empty and page.sidebar_second_2 is empty ? 'col-sm-12'
            ]
          %}
          
    
            {# Content #}
            {% block content_2 %}
              <a></a>
              {{ page.content_2 }}
            {% endblock %}
            
          
    
          {# Sidebar Second #}
          {% if page.sidebar_second_2 %}
            {% block sidebar_second_2 %}
              
                {{ page.sidebar_second_2 }}
              
            {% endblock %}
          {% endif %}
        
      
    {% endblock %}
    
    {% if page.footer %}
      {% block footer %}
        
          {{ page.footer }}
        
      {% endblock %}
    {% endif %}
    ", "themes/custom/ifz/templates/page.html.twig", "/var/www/html/docroot/themes/custom/ifz/templates/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 54, "if" =&gt; 56, "block" =&gt; 57);
            static $filters = array("clean_class" =&gt; 62, "escape" =&gt; 66, "t" =&gt; 85);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['clean_class', 'escape', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755', 'themes/custom/ifz/templates/page.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/ifz/templates/page.html.twig') (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_region.html.twig_D1Eu6DnT5GYnqsu7vXk57NhCx', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/region.html.twig */
    class __TwigTemplate_50f76a78700ac4d92dc48878e2a69c0381126ff58678ec220c5636903b00a256 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 18
            $context["classes"] = [0 =&gt; "region", 1 =&gt; ("region-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 20
    ($context["region"] ?? null), 20, $this-&gt;source)))];
            // line 23
            if (($context["content"] ?? null)) {
                // line 24
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 25
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 25, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 25,  44 =&gt; 24,  42 =&gt; 23,  40 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override to display a region.
     *
     * Available variables:
     * - content: The content for this region, typically blocks.
     * - attributes: HTML attributes for the region div.
     * - region: The name of the region variable as defined in the theme's
     *   .info.yml file.
     *
     * @ingroup templates
     *
     * @see template_preprocess_region()
     */
    #}
    {%
      set classes = [
        'region',
        'region-' ~ region|clean_class,
      ]
    %}
    {% if content %}
      
        {{ content }}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/system/region.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 18, "if" =&gt; 23);
            static $filters = array("clean_class" =&gt; 20, "escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_region.html.twig_D1Eu6DnT5GYnqsu7vXk57NhCx', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/region.html.twig */
    class __TwigTemplate_50f76a78700ac4d92dc48878e2a69c0381126ff58678ec220c5636903b00a256 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 18
            $context["classes"] = [0 =&gt; "region", 1 =&gt; ("region-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 20
    ($context["region"] ?? null), 20, $this-&gt;source)))];
            // line 23
            if (($context["content"] ?? null)) {
                // line 24
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
                echo "&gt;
        ";
                // line 25
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 25, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 25,  44 =&gt; 24,  42 =&gt; 23,  40 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override to display a region.
     *
     * Available variables:
     * - content: The content for this region, typically blocks.
     * - attributes: HTML attributes for the region div.
     * - region: The name of the region variable as defined in the theme's
     *   .info.yml file.
     *
     * @ingroup templates
     *
     * @see template_preprocess_region()
     */
    #}
    {%
      set classes = [
        'region',
        'region-' ~ region|clean_class,
      ]
    %}
    {% if content %}
      
        {{ content }}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/system/region.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 18, "if" =&gt; 23);
            static $filters = array("clean_class" =&gt; 20, "escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['clean_class', 'escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_50f76a78700ac4d92dc48878e2a69c0381126ff58678ec220c5636903b00a256', 'themes/contrib/bootstrap/templates/system/region.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/region.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/region.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 478)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 118)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_navbar(Array, Array) (Line: 182)
    Twig\Template->displayBlock('navbar', Array, Array) (Line: 56)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_block--page-title-block.h_eK-0Ac68qpn9W94MBWncF5LLD', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig */
    class __TwigTemplate_7d9669a9338349e6a0b9f63db4cd739448e7eab870bd0bb77c0ac27a80d7e8b0 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for page title block.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_block--page-title-block.h_eK-0Ac68qpn9W94MBWncF5LLD', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig */
    class __TwigTemplate_7d9669a9338349e6a0b9f63db4cd739448e7eab870bd0bb77c0ac27a80d7e8b0 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for page title block.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_7d9669a9338349e6a0b9f63db4cd739448e7eab870bd0bb77c0ac27a80d7e8b0', 'themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 374)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 261)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_main(Array, Array) (Line: 182)
    Twig\Template->displayBlock('main', Array, Array) (Line: 76)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_block--bare.html.twig_e9lBX7Q6z8aiVqVgwOOIj6C78', '&lt;?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;
    
    /* block--bare.html.twig */
    class __TwigTemplate_18391b97cc3b3afc41191b10842e9eb102324799918ab9435aa19cb517d32b67 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "block--bare.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 49,  40 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a bare minimum block.
     *
     * Available variables:
     * - \$block-&gt;subject: Block title.
     * - \$content: Block content.
     * - \$block-&gt;module: Module that generated the block.
     * - \$block-&gt;delta: An ID for the block, unique within each module.
     * - \$block-&gt;region: The block region embedding the current block.
     * - \$classes: String of classes that can be used to style contextually through
     *   CSS. It can be manipulated through the variable \$classes_array from
     *   preprocess functions. The default values can be one or more of the
     *   following:
     *   - block: The current template type, i.e., \"theming hook\".
     *   - block-[module]: The module generating the block. For example, the user
     *     module is responsible for handling the default user navigation block. In
     *     that case the class would be 'block-user'.
     * - \$title_prefix (array): An array containing additional output populated by
     *   modules, intended to be displayed in front of the main title tag that
     *   appears in the template.
     * - \$title_suffix (array): An array containing additional output populated by
     *   modules, intended to be displayed after the main title tag that appears in
     *   the template.
     *
     * Helper variables:
     * - \$classes_array: Array of html class attribute values. It is flattened
     *   into a string within the variable \$classes.
     * - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
     * - \$zebra: Same output as \$block_zebra but independent of any block region.
     * - \$block_id: Counter dependent on each block region.
     * - \$id: Same output as \$block_id but independent of any block region.
     * - \$is_front: Flags true when presented in the front page.
     * - \$logged_in: Flags true when the current user is a logged-in member.
     * - \$is_admin: Flags true when the current user is an administrator.
     * - \$block_html_id: A valid HTML ID and guaranteed unique.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_block()
     * @see template_preprocess()
     * @see template_preprocess_block()
     * @see bootstrap_process_block()
     * @see template_process()
     */
    #}
    {% block content %}
      {{ content }}
    {% endblock %}
    ", "block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--bare.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 48);
            static $filters = array("escape" =&gt; 49);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_block--bare.html.twig_e9lBX7Q6z8aiVqVgwOOIj6C78', '&lt;?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;
    
    /* block--bare.html.twig */
    class __TwigTemplate_18391b97cc3b3afc41191b10842e9eb102324799918ab9435aa19cb517d32b67 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
                'content' =&gt; [$this, 'block_content'],
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 48
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 49
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "block--bare.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 49,  40 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a bare minimum block.
     *
     * Available variables:
     * - \$block-&gt;subject: Block title.
     * - \$content: Block content.
     * - \$block-&gt;module: Module that generated the block.
     * - \$block-&gt;delta: An ID for the block, unique within each module.
     * - \$block-&gt;region: The block region embedding the current block.
     * - \$classes: String of classes that can be used to style contextually through
     *   CSS. It can be manipulated through the variable \$classes_array from
     *   preprocess functions. The default values can be one or more of the
     *   following:
     *   - block: The current template type, i.e., \"theming hook\".
     *   - block-[module]: The module generating the block. For example, the user
     *     module is responsible for handling the default user navigation block. In
     *     that case the class would be 'block-user'.
     * - \$title_prefix (array): An array containing additional output populated by
     *   modules, intended to be displayed in front of the main title tag that
     *   appears in the template.
     * - \$title_suffix (array): An array containing additional output populated by
     *   modules, intended to be displayed after the main title tag that appears in
     *   the template.
     *
     * Helper variables:
     * - \$classes_array: Array of html class attribute values. It is flattened
     *   into a string within the variable \$classes.
     * - \$block_zebra: Outputs 'odd' and 'even' dependent on each block region.
     * - \$zebra: Same output as \$block_zebra but independent of any block region.
     * - \$block_id: Counter dependent on each block region.
     * - \$id: Same output as \$block_id but independent of any block region.
     * - \$is_front: Flags true when presented in the front page.
     * - \$logged_in: Flags true when the current user is a logged-in member.
     * - \$is_admin: Flags true when the current user is an administrator.
     * - \$block_html_id: A valid HTML ID and guaranteed unique.
     *
     * @ingroup templates
     *
     * @see bootstrap_preprocess_block()
     * @see template_preprocess()
     * @see template_preprocess_block()
     * @see bootstrap_process_block()
     * @see template_process()
     */
    #}
    {% block content %}
      {{ content }}
    {% endblock %}
    ", "block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--bare.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 48);
            static $filters = array("escape" =&gt; 49);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['block'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_18391b97cc3b3afc41191b10842e9eb102324799918ab9435aa19cb517d32b67', 'block--bare.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('block--bare.html.twig', NULL) (Line: 333)
    Twig\Template->loadTemplate('block--bare.html.twig', 'themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig', 9) (Line: 42)
    __TwigTemplate_7d9669a9338349e6a0b9f63db4cd739448e7eab870bd0bb77c0ac27a80d7e8b0->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 374)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 261)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_main(Array, Array) (Line: 182)
    Twig\Template->displayBlock('main', Array, Array) (Line: 76)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_page-title.html.twig_7XQmYyVfX_BPqFrnweQzgagUr', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/page-title.html.twig */
    class __TwigTemplate_a2becee2fa5a3693255494b8eb1fb0ac4b9afc50bcf1f5b26004e18c646583a3 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 19
            if (($context["title"] ?? null)) {
                // line 20
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "page-header"], "method", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 20, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/page-title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 20,  39 =&gt; 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for page titles.
     *
     * Available variables:
     * - title_attributes: HTML attributes for the page title element.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title: The page title, for use in the actual content.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     *
     * @ingroup templates
     *
     * @see template_preprocess_page_title()
     */
    #}
    {% if title %}
      {{ title }}
    {% endif %}
    ", "themes/contrib/bootstrap/templates/system/page-title.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/page-title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 19);
            static $filters = array("escape" =&gt; 20);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_page-title.html.twig_7XQmYyVfX_BPqFrnweQzgagUr', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/page-title.html.twig */
    class __TwigTemplate_a2becee2fa5a3693255494b8eb1fb0ac4b9afc50bcf1f5b26004e18c646583a3 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 19
            if (($context["title"] ?? null)) {
                // line 20
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "page-header"], "method", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 20, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/page-title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 20,  39 =&gt; 19,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for page titles.
     *
     * Available variables:
     * - title_attributes: HTML attributes for the page title element.
     * - title_prefix: Additional output populated by modules, intended to be
     *   displayed in front of the main title tag that appears in the template.
     * - title: The page title, for use in the actual content.
     * - title_suffix: Additional output populated by modules, intended to be
     *   displayed after the main title tag that appears in the template.
     *
     * @ingroup templates
     *
     * @see template_preprocess_page_title()
     */
    #}
    {% if title %}
      {{ title }}
    {% endif %}
    ", "themes/contrib/bootstrap/templates/system/page-title.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/page-title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 19);
            static $filters = array("escape" =&gt; 20);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_a2becee2fa5a3693255494b8eb1fb0ac4b9afc50bcf1f5b26004e18c646583a3', 'themes/contrib/bootstrap/templates/system/page-title.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/page-title.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/page-title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page_title', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_18391b97cc3b3afc41191b10842e9eb102324799918ab9435aa19cb517d32b67->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_18391b97cc3b3afc41191b10842e9eb102324799918ab9435aa19cb517d32b67->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array, Array) (Line: 43)
    __TwigTemplate_7d9669a9338349e6a0b9f63db4cd739448e7eab870bd0bb77c0ac27a80d7e8b0->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block--page-title-block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 374)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 261)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_main(Array, Array) (Line: 182)
    Twig\Template->displayBlock('main', Array, Array) (Line: 76)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_block--system.html.twig_NJptxwSoCqVAAb0c84fw512ix', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/block/block--system.html.twig */
    class __TwigTemplate_fea508933ba2a5790c2e571533083839ff2950e79b18c873fb36441df5d0c20a extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for system blocks.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_block--system.html.twig_NJptxwSoCqVAAb0c84fw512ix', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/block/block--system.html.twig */
    class __TwigTemplate_fea508933ba2a5790c2e571533083839ff2950e79b18c873fb36441df5d0c20a extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doGetParent(array $context)
        {
            // line 9
            return "block--bare.html.twig";
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            $this-&gt;parent = $this-&gt;loadTemplate("block--bare.html.twig", "themes/contrib/bootstrap/templates/block/block--system.html.twig", 9);
            $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/block/block--system.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  36 =&gt; 9,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for system blocks.
     *
     * @ingroup templates
     */
    #}
    {% extends \"block--bare.html.twig\" %}
    ", "themes/contrib/bootstrap/templates/block/block--system.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/block/block--system.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_fea508933ba2a5790c2e571533083839ff2950e79b18c873fb36441df5d0c20a', 'themes/contrib/bootstrap/templates/block/block--system.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/block/block--system.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block--system.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 435)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 374)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 261)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_main(Array, Array) (Line: 182)
    Twig\Template->displayBlock('main', Array, Array) (Line: 76)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/custom/ifz/templates/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_off-canvas-page-wrapper.h_kaZymLPMFtW6DI4ECvDjFLLzY', '&lt;?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;
    
    /* core/modules/system/templates/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_05a30ea60a1d59ccd45c57ca095cc8f5e5fd4cafda687f0b96a7c19f0772572c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 22
            if (($context["children"] ?? null)) {
                // line 23
                echo "  
        ";
                // line 24
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 24, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 24,  41 =&gt; 23,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a page wrapper.
     *
     * For consistent wrapping to {{ page }} render in all themes. The
     * \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
     * This is used by the core/drupal.dialog.off_canvas library to select the
     * \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
     * itself. The \"main canvas\" element must be resized according to the width of
     * the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
     * by the off-canvas dialog. The off-canvas dialog can vary in width when opened
     * and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
     * cannot be removed without breaking the off-canvas dialog functionality.
     *
     * Available variables:
     * - children: Contains the child elements of the page.
     *
     * @ingroup themeable
     */
    #}
    {% if children %}
      
        {{ children }}
      
    {% endif %}
    ", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "/var/www/html/docroot/core/modules/system/templates/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 22);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_off-canvas-page-wrapper.h_kaZymLPMFtW6DI4ECvDjFLLzY', '&lt;?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;
    
    /* core/modules/system/templates/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_05a30ea60a1d59ccd45c57ca095cc8f5e5fd4cafda687f0b96a7c19f0772572c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 22
            if (($context["children"] ?? null)) {
                // line 23
                echo "  
        ";
                // line 24
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 24, $this-&gt;source), "html", null, true);
                echo "
      
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/system/templates/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 24,  41 =&gt; 23,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for a page wrapper.
     *
     * For consistent wrapping to {{ page }} render in all themes. The
     * \"data-off-canvas-main-canvas\" attribute is required by the off-canvas dialog.
     * This is used by the core/drupal.dialog.off_canvas library to select the
     * \"main canvas\" page element as opposed to the \"off canvas\" which is the dialog
     * itself. The \"main canvas\" element must be resized according to the width of
     * the \"off canvas\" dialog so that no portion of the \"main canvas\" is obstructed
     * by the off-canvas dialog. The off-canvas dialog can vary in width when opened
     * and can be resized by the user. The \"data-off-canvas-main-canvas\" attribute
     * cannot be removed without breaking the off-canvas dialog functionality.
     *
     * Available variables:
     * - children: Contains the child elements of the page.
     *
     * @ingroup themeable
     */
    #}
    {% if children %}
      
        {{ children }}
      
    {% endif %}
    ", "core/modules/system/templates/off-canvas-page-wrapper.html.twig", "/var/www/html/docroot/core/modules/system/templates/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 22);
            static $filters = array("escape" =&gt; 24);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_05a30ea60a1d59ccd45c57ca095cc8f5e5fd4cafda687f0b96a7c19f0772572c', 'core/modules/system/templates/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/modules/system/templates/off-canvas-page-wrapper.html.twig') (Line: 55)
    twig_render_template('core/modules/system/templates/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 478)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 86)
    __TwigTemplate_28d860e88fa8397da95850c20d35caa90ae4bab2ff1c6f421d36c152d163690c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    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: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 164)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
  • User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
    Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
    Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('6a9a8d545f930_links.html.twig_-9f1hM5E03KBvAyaaWhLkSOvr', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/links.html.twig */
    class __TwigTemplate_b78d332c2806dd9697c3a6cc92b628692f9eb4eb8fa8cbbe0b8029fd8a541f1b extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 37
            if (($context["links"] ?? null)) {
                // line 38
                if (($context["heading"] ?? null)) {
                    // line 39
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39)) {
                        // line 40
                        echo "&lt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 42
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
                        echo "";
                    }
                }
                // line 45
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", [0 =&gt; "inline"], "method", false, false, true, 45)) {
                    // line 46
                    echo "<ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "list-inline"], "method", false, false, true, 46), 46, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 48
                    echo "<ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 48, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 50
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
                foreach ($context['_seq'] as $context["key"] =&gt; $context["item"]) {
                    // line 51
                    echo "<li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 51), "addClass", [0 =&gt; \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 51, $this-&gt;source))], "method", false, false, true, 51), 51, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    // line 52
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52)) {
                        // line 53
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
                    } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 54
    $context["item"], "text_attributes", [], "any", false, false, true, 54)) {
                        // line 55
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text_attributes", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
                        echo "";
                    } else {
                        // line 57
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 57), 57, $this-&gt;source), "html", null, true);
                    }
                    // line 59
                    echo "</li>";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 61
                echo "</ul>";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/links.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  105 =&gt; 61,  99 =&gt; 59,  96 =&gt; 57,  89 =&gt; 55,  87 =&gt; 54,  85 =&gt; 53,  83 =&gt; 52,  79 =&gt; 51,  75 =&gt; 50,  70 =&gt; 48,  65 =&gt; 46,  63 =&gt; 45,  55 =&gt; 42,  45 =&gt; 40,  43 =&gt; 39,  41 =&gt; 38,  39 =&gt; 37,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a set of links.
     *
     * Available variables:
     * - attributes: Attributes for the UL containing the list of links.
     * - links: Links to be output.
     *   Each link will have the following elements:
     *   - title: The link text.
     *   - href: The link URL. If omitted, the 'title' is shown as a plain text
     *     item in the links list. If 'href' is supplied, the entire link is passed
     *     to l() as its \$options parameter.
     *   - attributes: (optional) HTML attributes for the anchor, or for the 
     *     tag if no 'href' is supplied.
     *   - link_key: The link CSS class.
     * - heading: (optional) A heading to precede the links.
     *   - text: The heading text.
     *   - level: The heading level (e.g. 'h2', 'h3').
     *   - attributes: (optional) A keyed list of attributes for the heading.
     *   If the heading is a string, it will be used as the text of the heading and
     *   the level will default to 'h2'.
     *
     *   Headings should be used on navigation menus and any list of links that
     *   consistently appears on multiple pages. To make the heading invisible use
     *   the 'visually-hidden' CSS class. Do not use 'display:none', which
     *   removes it from screen readers and assistive technology. Headings allow
     *   screen reader and keyboard only users to navigate to or skip the links.
     *   See http://juicystudio.com/article/screen-readers-display-none.php and
     *   http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
     *
     * @ingroup templates
     *
     * @see template_preprocess_links()
     */
    #}
    {% if links -%}
      {%- if heading -%}
        {%- if heading.level -%}
          &lt;{{ heading.level }}{{ heading.attributes }}&gt;{{ heading.text }}
        {%- else -%}
          {{ heading.text }}
        {%- endif -%}
      {%- endif -%}
      {%- if attributes.hasClass('inline') -%}
      <ul>
      {%- else -%}
      <ul attributes>
      {%- endif -%}
        {%- for key, item in links -%}
          <li>
            {%- if item.link -%}
              {{ item.link }}
            {%- elseif item.text_attributes -%}
              {{ item.text }}
            {%- else -%}
              {{ item.text }}
            {%- endif -%}
          </li>
        {%- endfor -%}
      </ul>
    {%- endif %}
    ", "themes/contrib/bootstrap/templates/system/links.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/links.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 37, "for" =&gt; 50);
            static $filters = array("escape" =&gt; 40, "clean_class" =&gt; 51);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'clean_class'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6a9a8d545f930_links.html.twig_-9f1hM5E03KBvAyaaWhLkSOvr', '&lt;?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;
    
    /* themes/contrib/bootstrap/templates/system/links.html.twig */
    class __TwigTemplate_b78d332c2806dd9697c3a6cc92b628692f9eb4eb8fa8cbbe0b8029fd8a541f1b extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 37
            if (($context["links"] ?? null)) {
                // line 38
                if (($context["heading"] ?? null)) {
                    // line 39
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 39)) {
                        // line 40
                        echo "&lt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 40), 40, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 42
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
                        echo "";
                    }
                }
                // line 45
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "hasClass", [0 =&gt; "inline"], "method", false, false, true, 45)) {
                    // line 46
                    echo "<ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "list-inline"], "method", false, false, true, 46), 46, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 48
                    echo "<ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 48, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 50
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
                foreach ($context['_seq'] as $context["key"] =&gt; $context["item"]) {
                    // line 51
                    echo "<li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 51), "addClass", [0 =&gt; \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 51, $this-&gt;source))], "method", false, false, true, 51), 51, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    // line 52
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52)) {
                        // line 53
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
                    } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 54
    $context["item"], "text_attributes", [], "any", false, false, true, 54)) {
                        // line 55
                        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text_attributes", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 55), 55, $this-&gt;source), "html", null, true);
                        echo "";
                    } else {
                        // line 57
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 57), 57, $this-&gt;source), "html", null, true);
                    }
                    // line 59
                    echo "</li>";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 61
                echo "</ul>";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/system/links.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  105 =&gt; 61,  99 =&gt; 59,  96 =&gt; 57,  89 =&gt; 55,  87 =&gt; 54,  85 =&gt; 53,  83 =&gt; 52,  79 =&gt; 51,  75 =&gt; 50,  70 =&gt; 48,  65 =&gt; 46,  63 =&gt; 45,  55 =&gt; 42,  45 =&gt; 40,  43 =&gt; 39,  41 =&gt; 38,  39 =&gt; 37,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a set of links.
     *
     * Available variables:
     * - attributes: Attributes for the UL containing the list of links.
     * - links: Links to be output.
     *   Each link will have the following elements:
     *   - title: The link text.
     *   - href: The link URL. If omitted, the 'title' is shown as a plain text
     *     item in the links list. If 'href' is supplied, the entire link is passed
     *     to l() as its \$options parameter.
     *   - attributes: (optional) HTML attributes for the anchor, or for the 
     *     tag if no 'href' is supplied.
     *   - link_key: The link CSS class.
     * - heading: (optional) A heading to precede the links.
     *   - text: The heading text.
     *   - level: The heading level (e.g. 'h2', 'h3').
     *   - attributes: (optional) A keyed list of attributes for the heading.
     *   If the heading is a string, it will be used as the text of the heading and
     *   the level will default to 'h2'.
     *
     *   Headings should be used on navigation menus and any list of links that
     *   consistently appears on multiple pages. To make the heading invisible use
     *   the 'visually-hidden' CSS class. Do not use 'display:none', which
     *   removes it from screen readers and assistive technology. Headings allow
     *   screen reader and keyboard only users to navigate to or skip the links.
     *   See http://juicystudio.com/article/screen-readers-display-none.php and
     *   http://www.w3.org/TR/WCAG-TECHS/H42.html for more information.
     *
     * @ingroup templates
     *
     * @see template_preprocess_links()
     */
    #}
    {% if links -%}
      {%- if heading -%}
        {%- if heading.level -%}
          &lt;{{ heading.level }}{{ heading.attributes }}&gt;{{ heading.text }}
        {%- else -%}
          {{ heading.text }}
        {%- endif -%}
      {%- endif -%}
      {%- if attributes.hasClass('inline') -%}
      <ul>
      {%- else -%}
      <ul attributes>
      {%- endif -%}
        {%- for key, item in links -%}
          <li>
            {%- if item.link -%}
              {{ item.link }}
            {%- elseif item.text_attributes -%}
              {{ item.text }}
            {%- else -%}
              {{ item.text }}
            {%- endif -%}
          </li>
        {%- endfor -%}
      </ul>
    {%- endif %}
    ", "themes/contrib/bootstrap/templates/system/links.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/system/links.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 37, "for" =&gt; 50);
            static $filters = array("escape" =&gt; 40, "clean_class" =&gt; 51);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'clean_class'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_b78d332c2806dd9697c3a6cc92b628692f9eb4eb8fa8cbbe0b8029fd8a541f1b', 'themes/contrib/bootstrap/templates/system/links.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/system/links.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/system/links.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('links', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 82)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 69)
    __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 157)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 158)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 172)
    Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 649)
    Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 534)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 145)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 564)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 146)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 279)
    Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 71)
    Drupal\big_pipe\Render\BigPipeResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
    Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
    call_user_func(Array, Object, 'kernel.response', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 192)
    Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 180)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
    Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
    Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
    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: 48)
    Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
    Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
    Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 709)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    

Pagination

  • Previous page ‹‹
IFZ Graz
Gartengasse 29
8010 Graz 
Österreich
Tel: +43 316 813909 0
Fax: +43 316 813909 11
Mail: office atifz [punkt] at
 
ifz footer Logo