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_field--node--title.html.t_zKbf2Hf9WeSBA8i2JT6KYtFCA', '<?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/node/templates/field--node--title.html.twig */
    class __TwigTemplate_6fa0504b18ba5aedfe663142ddd39ce5010e2691c241e26e73b908314bd5f65f 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 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for the node title field.
     *
     * This is an override of field.html.twig for the node title field. See that
     * template for documentation about its details and overrides.
     *
     * Available variables:
     * - attributes: HTML attributes for the containing span element.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     * - is_inline: If false, display an ordinary field.
     *   If true, display an inline format, suitable for inside elements such as
     *   ,  and so on.
     *
     * @see field.html.twig
     * @see node_preprocess_field__node()
     *
     * @ingroup themeable
     *
     * @todo Delete as part of https://www.drupal.org/node/3015623
     */
    #}
    
    {% if not is_inline %}
      {% include \"field.html.twig\" %}
    {% else %}
    
      {%- for item in items -%}
        {{ item.content }}
      {%- endfor -%}
    
    {% endif %}
    ", "core/modules/node/templates/field--node--title.html.twig", "/var/www/html/docroot/core/modules/node/templates/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['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_field--node--title.html.t_zKbf2Hf9WeSBA8i2JT6KYtFCA', '<?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/node/templates/field--node--title.html.twig */
    class __TwigTemplate_6fa0504b18ba5aedfe663142ddd39ce5010e2691c241e26e73b908314bd5f65f 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 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--title.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation for the node title field.
     *
     * This is an override of field.html.twig for the node title field. See that
     * template for documentation about its details and overrides.
     *
     * Available variables:
     * - attributes: HTML attributes for the containing span element.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     * - is_inline: If false, display an ordinary field.
     *   If true, display an inline format, suitable for inside elements such as
     *   ,  and so on.
     *
     * @see field.html.twig
     * @see node_preprocess_field__node()
     *
     * @ingroup themeable
     *
     * @todo Delete as part of https://www.drupal.org/node/3015623
     */
    #}
    
    {% if not is_inline %}
      {% include \"field.html.twig\" %}
    {% else %}
    
      {%- for item in items -%}
        {{ item.content }}
      {%- endfor -%}
    
    {% endif %}
    ", "core/modules/node/templates/field--node--title.html.twig", "/var/www/html/docroot/core/modules/node/templates/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['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_6fa0504b18ba5aedfe663142ddd39ce5010e2691c241e26e73b908314bd5f65f', 'core/modules/node/templates/field--node--title.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/modules/node/templates/field--node--title.html.twig') (Line: 55)
    twig_render_template('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(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: 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__d3e79b_FLo6JOXQHyf3yD-fJW_Zs4KCM', '<?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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_c41330654786a1e9cedff63fc155bb70c2a1fc5d12c1bb1db08594b401cfc26d 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 twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', '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__d3e79b_FLo6JOXQHyf3yD-fJW_Zs4KCM', '<?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__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4 */
    class __TwigTemplate_c41330654786a1e9cedff63fc155bb70c2a1fc5d12c1bb1db08594b401cfc26d 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 twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{{ value|nl2br }}", "__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("nl2br" => 1, "escape" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['nl2br', '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_c41330654786a1e9cedff63fc155bb70c2a1fc5d12c1bb1db08594b401cfc26d', '__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__d3e79bd6029fd1ab1d50dd676e1f6555a2880e7bdc0733b6b806b540b4a45fd4') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ value|nl2br }}', 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, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_6fa0504b18ba5aedfe663142ddd39ce5010e2691c241e26e73b908314bd5f65f->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('core/modules/node/templates/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 422)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 201)
    Drupal\Core\Render\Renderer->render(Array) (Line: 110)
    Drupal\Core\Entity\Controller\EntityViewController->buildTitle(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: 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_ds-entity-view.html.twig_EnD523yF7ppRldi5WSIbhclZP', '<?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/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4 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 10
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 10, $this->source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 10,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Display Entity View
     *
     * Available variables:
     * - content: The render array which contains the layout
     */
    #}
    {{ content }}
    ", "modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/html/docroot/modules/contrib/ds/templates/ds-entity-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 10);
            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_ds-entity-view.html.twig_EnD523yF7ppRldi5WSIbhclZP', '<?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/ds/templates/ds-entity-view.html.twig */
    class __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4 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 10
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null), 10, $this->source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/ds/templates/ds-entity-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 10,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Display Entity View
     *
     * Available variables:
     * - content: The render array which contains the layout
     */
    #}
    {{ content }}
    ", "modules/contrib/ds/templates/ds-entity-view.html.twig", "/var/www/html/docroot/modules/contrib/ds/templates/ds-entity-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 10);
            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_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4', 'modules/contrib/ds/templates/ds-entity-view.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/ds/templates/ds-entity-view.html.twig') (Line: 55)
    twig_render_template('modules/contrib/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', 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_bs-2col-bricked.html.twig_n5MmXQubUc-yR2wRdOA83ATHx', '<?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-2col-bricked.html.twig */
    class __TwigTemplate_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9 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 25
            echo "<";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 25, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 25, $this->source), "html", null, true);
            echo ">
      ";
            // line 26
            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, 26), 26, $this->source), "html", null, true);
            echo "
    
      ";
            // line 28
            if (twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "content", [], "any", false, false, true, 28)) {
                // line 29
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "wrapper", [], "any", false, false, true, 29), 29, $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["top"] ?? null), "attributes", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
                echo ">
        ";
                // line 30
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "content", [], "any", false, false, true, 30), 30, $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["top"] ?? null), "wrapper", [], "any", false, false, true, 31), 31, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 33
            echo "
      ";
            // line 34
            if (twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "content", [], "any", false, false, true, 34)) {
                // line 35
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "wrapper", [], "any", false, false, true, 35), 35, $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["top_left"] ?? null), "attributes", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
                echo ">
        ";
                // line 36
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "content", [], "any", false, false, true, 36), 36, $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["top_left"] ?? null), "wrapper", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 39
            echo "
      ";
            // line 40
            if (twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "content", [], "any", false, false, true, 40)) {
                // line 41
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "wrapper", [], "any", false, false, true, 41), 41, $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["top_right"] ?? null), "attributes", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
                echo ">
        ";
                // line 42
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "content", [], "any", false, false, true, 42), 42, $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["top_right"] ?? null), "wrapper", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 45
            echo "
      ";
            // line 46
            if (twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "content", [], "any", false, false, true, 46)) {
                // line 47
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "wrapper", [], "any", false, false, true, 47), 47, $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["middle"] ?? null), "attributes", [], "any", false, false, true, 47), 47, $this->source), "html", null, true);
                echo ">
        ";
                // line 48
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "content", [], "any", false, false, true, 48), 48, $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["middle"] ?? null), "wrapper", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 51
            echo "
      ";
            // line 52
            if (twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "content", [], "any", false, false, true, 52)) {
                // line 53
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "wrapper", [], "any", false, false, true, 53), 53, $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["bottom_left"] ?? null), "attributes", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
                echo ">
        ";
                // line 54
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "content", [], "any", false, false, true, 54), 54, $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["bottom_left"] ?? null), "wrapper", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 57
            echo "
      ";
            // line 58
            if (twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "content", [], "any", false, false, true, 58)) {
                // line 59
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "wrapper", [], "any", false, false, true, 59), 59, $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["bottom_right"] ?? null), "attributes", [], "any", false, false, true, 59), 59, $this->source), "html", null, true);
                echo ">
        ";
                // line 60
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "content", [], "any", false, false, true, 60), 60, $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["bottom_right"] ?? null), "wrapper", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 63
            echo "
      ";
            // line 64
            if (twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "content", [], "any", false, false, true, 64)) {
                // line 65
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "wrapper", [], "any", false, false, true, 65), 65, $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["bottom"] ?? null), "attributes", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
                echo ">
        ";
                // line 66
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "content", [], "any", false, false, true, 66), 66, $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["bottom"] ?? null), "wrapper", [], "any", false, false, true, 67), 67, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 69
            echo "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 70, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  190 => 70,  187 => 69,  182 => 67,  178 => 66,  172 => 65,  170 => 64,  167 => 63,  162 => 61,  158 => 60,  152 => 59,  150 => 58,  147 => 57,  142 => 55,  138 => 54,  132 => 53,  130 => 52,  127 => 51,  122 => 49,  118 => 48,  112 => 47,  110 => 46,  107 => 45,  102 => 43,  98 => 42,  92 => 41,  90 => 40,  87 => 39,  82 => 37,  78 => 36,  72 => 35,  70 => 34,  67 => 33,  62 => 31,  58 => 30,  52 => 29,  50 => 28,  45 => 26,  39 => 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Bootstrap Layouts: \"2 Columns (stacked)\" template.
     *
     * Available layout variables:
     * - wrapper: Wrapper element for the layout container.
     * - attributes: Wrapper attributes for the layout container.
     *
     * Available region variables:
     * - top
     * - top_left
     * - top_right
     * - middle
     * - bottom_left
     * - bottom_right
     * - bottom
     *
     * 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 }}
    
      {% if top.content %}
      <{{ top.wrapper }}{{ top.attributes }}>
        {{ top.content }}
      
      {% endif %}
    
      {% if top_left.content %}
      <{{ top_left.wrapper }}{{ top_left.attributes }}>
        {{ top_left.content }}
      
      {% endif %}
    
      {% if top_right.content %}
      <{{ top_right.wrapper }}{{ top_right.attributes }}>
        {{ top_right.content }}
      
      {% endif %}
    
      {% if middle.content %}
      <{{ middle.wrapper }}{{ middle.attributes }}>
        {{ middle.content }}
      
      {% endif %}
    
      {% if bottom_left.content %}
      <{{ bottom_left.wrapper }}{{ bottom_left.attributes }}>
        {{ bottom_left.content }}
      
      {% endif %}
    
      {% if bottom_right.content %}
      <{{ bottom_right.wrapper }}{{ bottom_right.attributes }}>
        {{ bottom_right.content }}
      
      {% endif %}
    
      {% if bottom.content %}
      <{{ bottom.wrapper }}{{ bottom.attributes }}>
        {{ bottom.content }}
      
      {% endif %}
    
    
    ", "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig", "/var/www/html/docroot/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28);
            static $filters = array("escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['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-2col-bricked.html.twig_n5MmXQubUc-yR2wRdOA83ATHx', '<?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-2col-bricked.html.twig */
    class __TwigTemplate_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9 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 25
            echo "<";
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 25, $this->source), "html", null, true);
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 25, $this->source), "html", null, true);
            echo ">
      ";
            // line 26
            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, 26), 26, $this->source), "html", null, true);
            echo "
    
      ";
            // line 28
            if (twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "content", [], "any", false, false, true, 28)) {
                // line 29
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "wrapper", [], "any", false, false, true, 29), 29, $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["top"] ?? null), "attributes", [], "any", false, false, true, 29), 29, $this->source), "html", null, true);
                echo ">
        ";
                // line 30
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top"] ?? null), "content", [], "any", false, false, true, 30), 30, $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["top"] ?? null), "wrapper", [], "any", false, false, true, 31), 31, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 33
            echo "
      ";
            // line 34
            if (twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "content", [], "any", false, false, true, 34)) {
                // line 35
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "wrapper", [], "any", false, false, true, 35), 35, $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["top_left"] ?? null), "attributes", [], "any", false, false, true, 35), 35, $this->source), "html", null, true);
                echo ">
        ";
                // line 36
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_left"] ?? null), "content", [], "any", false, false, true, 36), 36, $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["top_left"] ?? null), "wrapper", [], "any", false, false, true, 37), 37, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 39
            echo "
      ";
            // line 40
            if (twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "content", [], "any", false, false, true, 40)) {
                // line 41
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "wrapper", [], "any", false, false, true, 41), 41, $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["top_right"] ?? null), "attributes", [], "any", false, false, true, 41), 41, $this->source), "html", null, true);
                echo ">
        ";
                // line 42
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["top_right"] ?? null), "content", [], "any", false, false, true, 42), 42, $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["top_right"] ?? null), "wrapper", [], "any", false, false, true, 43), 43, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 45
            echo "
      ";
            // line 46
            if (twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "content", [], "any", false, false, true, 46)) {
                // line 47
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "wrapper", [], "any", false, false, true, 47), 47, $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["middle"] ?? null), "attributes", [], "any", false, false, true, 47), 47, $this->source), "html", null, true);
                echo ">
        ";
                // line 48
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["middle"] ?? null), "content", [], "any", false, false, true, 48), 48, $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["middle"] ?? null), "wrapper", [], "any", false, false, true, 49), 49, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 51
            echo "
      ";
            // line 52
            if (twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "content", [], "any", false, false, true, 52)) {
                // line 53
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "wrapper", [], "any", false, false, true, 53), 53, $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["bottom_left"] ?? null), "attributes", [], "any", false, false, true, 53), 53, $this->source), "html", null, true);
                echo ">
        ";
                // line 54
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_left"] ?? null), "content", [], "any", false, false, true, 54), 54, $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["bottom_left"] ?? null), "wrapper", [], "any", false, false, true, 55), 55, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 57
            echo "
      ";
            // line 58
            if (twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "content", [], "any", false, false, true, 58)) {
                // line 59
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "wrapper", [], "any", false, false, true, 59), 59, $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["bottom_right"] ?? null), "attributes", [], "any", false, false, true, 59), 59, $this->source), "html", null, true);
                echo ">
        ";
                // line 60
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom_right"] ?? null), "content", [], "any", false, false, true, 60), 60, $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["bottom_right"] ?? null), "wrapper", [], "any", false, false, true, 61), 61, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 63
            echo "
      ";
            // line 64
            if (twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "content", [], "any", false, false, true, 64)) {
                // line 65
                echo "  <";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "wrapper", [], "any", false, false, true, 65), 65, $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["bottom"] ?? null), "attributes", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
                echo ">
        ";
                // line 66
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["bottom"] ?? null), "content", [], "any", false, false, true, 66), 66, $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["bottom"] ?? null), "wrapper", [], "any", false, false, true, 67), 67, $this->source), "html", null, true);
                echo ">
      ";
            }
            // line 69
            echo "
    extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 70, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  190 => 70,  187 => 69,  182 => 67,  178 => 66,  172 => 65,  170 => 64,  167 => 63,  162 => 61,  158 => 60,  152 => 59,  150 => 58,  147 => 57,  142 => 55,  138 => 54,  132 => 53,  130 => 52,  127 => 51,  122 => 49,  118 => 48,  112 => 47,  110 => 46,  107 => 45,  102 => 43,  98 => 42,  92 => 41,  90 => 40,  87 => 39,  82 => 37,  78 => 36,  72 => 35,  70 => 34,  67 => 33,  62 => 31,  58 => 30,  52 => 29,  50 => 28,  45 => 26,  39 => 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Bootstrap Layouts: \"2 Columns (stacked)\" template.
     *
     * Available layout variables:
     * - wrapper: Wrapper element for the layout container.
     * - attributes: Wrapper attributes for the layout container.
     *
     * Available region variables:
     * - top
     * - top_left
     * - top_right
     * - middle
     * - bottom_left
     * - bottom_right
     * - bottom
     *
     * 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 }}
    
      {% if top.content %}
      <{{ top.wrapper }}{{ top.attributes }}>
        {{ top.content }}
      
      {% endif %}
    
      {% if top_left.content %}
      <{{ top_left.wrapper }}{{ top_left.attributes }}>
        {{ top_left.content }}
      
      {% endif %}
    
      {% if top_right.content %}
      <{{ top_right.wrapper }}{{ top_right.attributes }}>
        {{ top_right.content }}
      
      {% endif %}
    
      {% if middle.content %}
      <{{ middle.wrapper }}{{ middle.attributes }}>
        {{ middle.content }}
      
      {% endif %}
    
      {% if bottom_left.content %}
      <{{ bottom_left.wrapper }}{{ bottom_left.attributes }}>
        {{ bottom_left.content }}
      
      {% endif %}
    
      {% if bottom_right.content %}
      <{{ bottom_right.wrapper }}{{ bottom_right.attributes }}>
        {{ bottom_right.content }}
      
      {% endif %}
    
      {% if bottom.content %}
      <{{ bottom.wrapper }}{{ bottom.attributes }}>
        {{ bottom.content }}
      
      {% endif %}
    
    
    ", "modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig", "/var/www/html/docroot/modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28);
            static $filters = array("escape" => 25);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['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_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9', 'modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig') (Line: 55)
    twig_render_template('modules/contrib/bootstrap_layouts/templates/3.0.0/bs-2col-bricked.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_2col_bricked', 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: 39)
    __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4->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/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', 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_field.html.twig_TnbpCLgZbX3xWyou0mT3HUDos', '<?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/field/field.html.twig */
    class __TwigTemplate_c28d61bc771943d7d71e0fb731727cc7ed876b27edd1fcbfc4d863852c040c38 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 42
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 44
    ($context["field_name"] ?? null), 44, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 45
    ($context["field_type"] ?? null), 45, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(        // line 46
    ($context["label_display"] ?? null), 46, $this->source))];
            // line 50
            $context["title_classes"] = [0 => "field--label", 1 => (((        // line 52
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
            // line 55
            echo "
    ";
            // line 56
            if (($context["label_hidden"] ?? null)) {
                // line 57
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 58
                    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), 1 => "field--items"], "method", false, false, true, 58), 58, $this->source), "html", null, true);
                    echo ">
          ";
                    // line 59
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 60
                        echo "        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 => "field--item"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
                        echo ">";
                        echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this->source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 62
                    echo "    
      ";
                } else {
                    // line 64
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 65
                        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), 1 => "field--item"], "method", false, false, true, 65), 65, $this->source), "html", null, true);
                        echo ">";
                        echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 67
                    echo "  ";
                }
            } else {
                // line 69
                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, 69), 69, $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["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
                echo "
        ";
                // line 71
                if (($context["multiple"] ?? null)) {
                    // line 72
                    echo "      
        ";
                }
                // line 74
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 75
                    echo "      extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 => "field--item"], "method", false, false, true, 75), 75, $this->source), "html", null, true);
                    echo ">";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 78
                    echo "      
        ";
                }
                // line 80
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  139 => 80,  135 => 78,  132 => 77,  121 => 75,  116 => 74,  112 => 72,  110 => 71,  104 => 70,  99 => 69,  95 => 67,  84 => 65,  79 => 64,  75 => 62,  64 => 60,  60 => 59,  55 => 58,  52 => 57,  50 => 56,  47 => 55,  45 => 52,  44 => 50,  42 => 46,  41 => 45,  40 => 44,  39 => 42,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a field.
     *
     * To override output, copy the \"field.html.twig\" from the templates directory
     * to your theme's directory and customize it, just like customizing other
     * Drupal templates such as page.html.twig or node.html.twig.
     *
     * Instead of overriding the theming for all fields, you can also just override
     * theming for a subset of fields using
     * @link themeable Theme hook suggestions. @endlink For example,
     * here are some theme hook suggestions that can be used for a field_foo field
     * on an article node type:
     * - field--node--field-foo--article.html.twig
     * - field--node--field-foo.html.twig
     * - field--node--article.html.twig
     * - field--field-foo.html.twig
     * - field--text-with-summary.html.twig
     * - field.html.twig
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - label_hidden: Whether to show the field label or not.
     * - title_attributes: HTML attributes for the title.
     * - label: The label for the field.
     * - multiple: TRUE if a field can contain multiple items.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item's content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     *
     * @ingroup templates
     *
     * @see template_preprocess_field()
     */
    #}
    {%
      set classes = [
        'field',
        'field--name-' ~ field_name|clean_class,
        'field--type-' ~ field_type|clean_class,
        'field--label-' ~ label_display,
      ]
    %}
    {%
      set title_classes = [
        'field--label',
        label_display == 'visually_hidden' ? 'sr-only',
      ]
    %}
    
    {% if label_hidden %}
      {% if multiple %}
        
          {% for item in items %}
            {{ item.content }}
          {% endfor %}
        
      {% else %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
      {% endif %}
    {% else %}
      
        {{ label }}
        {% if multiple %}
          
        {% endif %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
        {% if multiple %}
          
        {% endif %}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/field/field.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 42, "if" => 56, "for" => 59);
            static $filters = array("clean_class" => 44, "escape" => 58);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'for'],
                    ['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_field.html.twig_TnbpCLgZbX3xWyou0mT3HUDos', '<?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/field/field.html.twig */
    class __TwigTemplate_c28d61bc771943d7d71e0fb731727cc7ed876b27edd1fcbfc4d863852c040c38 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 42
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 44
    ($context["field_name"] ?? null), 44, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(        // line 45
    ($context["field_type"] ?? null), 45, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(        // line 46
    ($context["label_display"] ?? null), 46, $this->source))];
            // line 50
            $context["title_classes"] = [0 => "field--label", 1 => (((        // line 52
    ($context["label_display"] ?? null) == "visually_hidden")) ? ("sr-only") : (""))];
            // line 55
            echo "
    ";
            // line 56
            if (($context["label_hidden"] ?? null)) {
                // line 57
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 58
                    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), 1 => "field--items"], "method", false, false, true, 58), 58, $this->source), "html", null, true);
                    echo ">
          ";
                    // line 59
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 60
                        echo "        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 60), "addClass", [0 => "field--item"], "method", false, false, true, 60), 60, $this->source), "html", null, true);
                        echo ">";
                        echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 60), 60, $this->source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 62
                    echo "    
      ";
                } else {
                    // line 64
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                        // line 65
                        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), 1 => "field--item"], "method", false, false, true, 65), 65, $this->source), "html", null, true);
                        echo ">";
                        echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 65), 65, $this->source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 67
                    echo "  ";
                }
            } else {
                // line 69
                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, 69), 69, $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["title_attributes"] ?? null), "addClass", [0 => ($context["title_classes"] ?? null)], "method", false, false, true, 70), 70, $this->source), "html", null, true);
                echo ">";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["label"] ?? null), 70, $this->source), "html", null, true);
                echo "
        ";
                // line 71
                if (($context["multiple"] ?? null)) {
                    // line 72
                    echo "      
        ";
                }
                // line 74
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 75
                    echo "      extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["item"], "attributes", [], "any", false, false, true, 75), "addClass", [0 => "field--item"], "method", false, false, true, 75), 75, $this->source), "html", null, true);
                    echo ">";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 75), 75, $this->source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 78
                    echo "      
        ";
                }
                // line 80
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  139 => 80,  135 => 78,  132 => 77,  121 => 75,  116 => 74,  112 => 72,  110 => 71,  104 => 70,  99 => 69,  95 => 67,  84 => 65,  79 => 64,  75 => 62,  64 => 60,  60 => 59,  55 => 58,  52 => 57,  50 => 56,  47 => 55,  45 => 52,  44 => 50,  42 => 46,  41 => 45,  40 => 44,  39 => 42,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Theme override for a field.
     *
     * To override output, copy the \"field.html.twig\" from the templates directory
     * to your theme's directory and customize it, just like customizing other
     * Drupal templates such as page.html.twig or node.html.twig.
     *
     * Instead of overriding the theming for all fields, you can also just override
     * theming for a subset of fields using
     * @link themeable Theme hook suggestions. @endlink For example,
     * here are some theme hook suggestions that can be used for a field_foo field
     * on an article node type:
     * - field--node--field-foo--article.html.twig
     * - field--node--field-foo.html.twig
     * - field--node--article.html.twig
     * - field--field-foo.html.twig
     * - field--text-with-summary.html.twig
     * - field.html.twig
     *
     * Available variables:
     * - attributes: HTML attributes for the containing element.
     * - label_hidden: Whether to show the field label or not.
     * - title_attributes: HTML attributes for the title.
     * - label: The label for the field.
     * - multiple: TRUE if a field can contain multiple items.
     * - items: List of all the field items. Each item contains:
     *   - attributes: List of HTML attributes for each item.
     *   - content: The field item's content.
     * - entity_type: The entity type to which the field belongs.
     * - field_name: The name of the field.
     * - field_type: The type of the field.
     * - label_display: The display settings for the label.
     *
     * @ingroup templates
     *
     * @see template_preprocess_field()
     */
    #}
    {%
      set classes = [
        'field',
        'field--name-' ~ field_name|clean_class,
        'field--type-' ~ field_type|clean_class,
        'field--label-' ~ label_display,
      ]
    %}
    {%
      set title_classes = [
        'field--label',
        label_display == 'visually_hidden' ? 'sr-only',
      ]
    %}
    
    {% if label_hidden %}
      {% if multiple %}
        
          {% for item in items %}
            {{ item.content }}
          {% endfor %}
        
      {% else %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
      {% endif %}
    {% else %}
      
        {{ label }}
        {% if multiple %}
          
        {% endif %}
        {% for item in items %}
          {{ item.content }}
        {% endfor %}
        {% if multiple %}
          
        {% endif %}
      
    {% endif %}
    ", "themes/contrib/bootstrap/templates/field/field.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" => 42, "if" => 56, "for" => 59);
            static $filters = array("clean_class" => 44, "escape" => 58);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['set', 'if', 'for'],
                    ['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_c28d61bc771943d7d71e0fb731727cc7ed876b27edd1fcbfc4d863852c040c38', 'themes/contrib/bootstrap/templates/field/field.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/field/field.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', 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: 58)
    __TwigTemplate_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9->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-2col-bricked.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_2col_bricked', 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: 39)
    __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4->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/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', 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__f807c0_njhLMpoBBHXkp18l6nYkaW5o4', '<?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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_b53cc20d1e5cc84fe408d38d2108702fde87644a911fb1542ab5c63116b9f98c 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
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "<";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 2, $this->source), "html", null, true);
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 2, $this->source), "html", null, true);
                echo ">
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 5, $this->source), $this->sandbox->ensureToStringAllowed(($context["entity_url"] ?? null), 5, $this->source), $this->sandbox->ensureToStringAllowed(($context["link_attributes"] ?? null), 5, $this->source)), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 7, $this->source), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 10, $this->source), "html", null, true);
                echo ">
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  64 => 10,  62 => 9,  56 => 7,  50 => 5,  48 => 4,  41 => 2,  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 1);
            static $filters = array("escape" => 2);
            static $functions = array("link" => 5);
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } 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__f807c0_njhLMpoBBHXkp18l6nYkaW5o4', '<?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__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94 */
    class __TwigTemplate_b53cc20d1e5cc84fe408d38d2108702fde87644a911fb1542ab5c63116b9f98c 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
            if (($context["wrapper"] ?? null)) {
                // line 2
                echo "<";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 2, $this->source), "html", null, true);
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 2, $this->source), "html", null, true);
                echo ">
    ";
            }
            // line 4
            if (($context["is_link"] ?? null)) {
                // line 5
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 5, $this->source), $this->sandbox->ensureToStringAllowed(($context["entity_url"] ?? null), 5, $this->source), $this->sandbox->ensureToStringAllowed(($context["link_attributes"] ?? null), 5, $this->source)), "html", null, true);
                echo "
    ";
            } else {
                // line 7
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["output"] ?? null), 7, $this->source), "html", null, true);
                echo "
    ";
            }
            // line 9
            if (($context["wrapper"] ?? null)) {
                // line 10
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["wrapper"] ?? null), 10, $this->source), "html", null, true);
                echo ">
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  64 => 10,  62 => 9,  56 => 7,  50 => 5,  48 => 4,  41 => 2,  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}", "__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 1);
            static $filters = array("escape" => 2);
            static $functions = array("link" => 5);
    
            try {
                $this->sandbox->checkSecurity(
                    ['if'],
                    ['escape'],
                    ['link']
                );
            } 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_b53cc20d1e5cc84fe408d38d2108702fde87644a911fb1542ab5c63116b9f98c', '__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__f807c044c810534c0c2591eb8bf9b0e23582714dd4bbda066cd383f149823a94') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{% if wrapper %}
    <{{ wrapper }}{{ attributes }}>
    {% endif %}
    {% if is_link %}
      {{ link(output, entity_url, link_attributes) }}
    {% else %}
      {{ output }}
    {% endif %}
    {% if wrapper %}
    
    {% endif %}', 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) (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: 87)
    __TwigTemplate_c28d61bc771943d7d71e0fb731727cc7ed876b27edd1fcbfc4d863852c040c38->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/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', 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: 58)
    __TwigTemplate_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9->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-2col-bricked.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_2col_bricked', 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: 39)
    __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4->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/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', 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_bootstrap-panel.html.twig_c-yFkyMsC1zNNjuK_-pSyNllG', '<?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/bootstrap/bootstrap-panel.html.twig */
    class __TwigTemplate_f8538a3ab5800d67aabd57ca0bfbca2ec457d5577107e19ca93e31777f9889ca extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
                'heading' => [$this, 'block_heading'],
                'body' => [$this, 'block_body'],
                'footer' => [$this, 'block_footer'],
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 45
            $context["classes"] = [0 => "panel", 1 => ((        // line 47
    ($context["errors"] ?? null)) ? ("panel-danger") : (("panel-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(($context["panel_type"] ?? null), 47, $this->source)))))];
            // line 50
            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, 50), 50, $this->source), "html", null, true);
            echo ">
    
      ";
            // line 53
            echo "  ";
            if (($context["heading"] ?? null)) {
                // line 54
                echo "    ";
                $this->displayBlock('heading', $context, $blocks);
                // line 69
                echo "  ";
            }
            // line 70
            echo "
      ";
            // line 72
            echo "  ";
            $this->displayBlock('body', $context, $blocks);
            // line 105
            echo "
      ";
            // line 107
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 108
                echo "    ";
                $this->displayBlock('footer', $context, $blocks);
                // line 116
                echo "  ";
            }
            // line 117
            echo "
    
    ";
        }
    
        // line 54
        public function block_heading($context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 55
            echo "      
            ";
            // line 57
            $context["heading_classes"] = [0 => "panel-title", 1 => ((        // line 59
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 62
            echo "        ";
            if (($context["collapsible"] ?? null)) {
                // line 63
                echo "          <a>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_attributes"] ?? null), "addClass", [0 =&gt; ($context["heading_classes"] ?? null)], "method", false, false, true, 63), 63, $this-&gt;source), "html", null, true);
                echo " href=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["target"] ?? null), 63, $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["heading"] ?? null), 63, $this-&gt;source), "html", null, true);
                echo "</a>
            ";
            } else {
                // line 65
                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_attributes"] ?? null), "addClass", [0 =&gt; ($context["heading_classes"] ?? null)], "method", false, false, true, 65), 65, $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["heading"] ?? null), 65, $this-&gt;source), "html", null, true);
                echo "
            ";
            }
            // line 67
            echo "      
        ";
        }
    
        // line 72
        public function block_body($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 73
            echo "    ";
            // line 74
            $context["body_classes"] = [0 =&gt; "panel-body", 1 =&gt; ((        // line 76
    ($context["collapsible"] ?? null)) ? ("panel-collapse") : ("")), 2 =&gt; ((        // line 77
    ($context["collapsible"] ?? null)) ? ("collapse") : ("")), 3 =&gt; ((        // line 78
    ($context["collapsible"] ?? null)) ? ("fade") : ("")), 4 =&gt; (((        // line 79
    ($context["errors"] ?? null) || (($context["collapsible"] ?? null) &amp;&amp;  !($context["collapsed"] ?? null)))) ? ("in") : (""))];
            // line 82
            echo "    ";
            // line 83
            $context["description_classes"] = [0 =&gt; "help-block", 1 =&gt; (((        // line 85
    ($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 85) == "invisible"))) ? ("sr-only") : (""))];
            // line 88
            echo "
        ";
            // line 89
            if (($context["errors"] ?? null)) {
                // line 90
                echo "      
            <strong>";
                // line 91
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo "</strong>
          
        ";
            }
            // line 94
            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["body_attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
            echo "&gt;
          ";
            // line 96
            if ((($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 96) == "before"))) {
                // line 97
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 97), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 97), 97, $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["description"] ?? null), "content", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 99
            echo "      ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 99, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 100
            if (((($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 100) == "after")) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 100) == "invisible"))) {
                // line 101
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 101), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 101), 101, $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["description"] ?? null), "content", [], "any", false, false, true, 101), 101, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 103
            echo "    
      ";
        }
    
        // line 108
        public function block_footer($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 109
            echo "      ";
            // line 110
            $context["footer_classes"] = [0 =&gt; "panel-footer"];
            // line 114
            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["footer_attributes"] ?? null), "addClass", [0 =&gt; ($context["footer_classes"] ?? null)], "method", false, false, true, 114), 114, $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["footer"] ?? null), 114, $this-&gt;source), "html", null, true);
            echo "
        ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  196 =&gt; 114,  194 =&gt; 110,  192 =&gt; 109,  188 =&gt; 108,  183 =&gt; 103,  175 =&gt; 101,  173 =&gt; 100,  168 =&gt; 99,  160 =&gt; 97,  158 =&gt; 96,  154 =&gt; 95,  151 =&gt; 94,  145 =&gt; 91,  142 =&gt; 90,  140 =&gt; 89,  137 =&gt; 88,  135 =&gt; 85,  134 =&gt; 83,  132 =&gt; 82,  130 =&gt; 79,  129 =&gt; 78,  128 =&gt; 77,  127 =&gt; 76,  126 =&gt; 74,  124 =&gt; 73,  120 =&gt; 72,  115 =&gt; 67,  107 =&gt; 65,  97 =&gt; 63,  94 =&gt; 62,  92 =&gt; 59,  91 =&gt; 57,  88 =&gt; 55,  84 =&gt; 54,  78 =&gt; 117,  75 =&gt; 116,  72 =&gt; 108,  69 =&gt; 107,  66 =&gt; 105,  63 =&gt; 72,  60 =&gt; 70,  57 =&gt; 69,  54 =&gt; 54,  51 =&gt; 53,  45 =&gt; 50,  43 =&gt; 47,  42 =&gt; 45,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a Bootstrap Panel component.
     *
     * Available variables:
     * - attributes: An array of HTML attributes intended to be added to the main
     *   container tag of this template.
     *   - id: A valid HTML ID and guaranteed to be unique.
     * - body: The primary content of the panel.
     * - body_attributes: (optional) Same as attributes, except applied to the body
     *   container that appears in the template.
     * - collapsible: Flag indicating whether the panel is collapsible.
     * - collapsed: Flag indicating whether the panel is collapsed.
     * - description: (optional) A list of description properties containing:
     *    - content: (optional) A description of the form element, may not be set.
     *    - attributes: (optional) A list of HTML attributes to apply to the
     *      description content wrapper. Will only be set when description is set.
     *    - position: (optional) A display setting that can have these values:
     *      - before: The description is output before the element. This is the
     *        default value.
     *      - after: The description is output after the element.
     *      - invisible: The description is output after the element, hidden
     *        visually but available to screen readers.
     * - errors: (optional) Any errors for panel, may not be set.
     * - footer: (optional) Additional contents intended to be placed at the bottom.
     * - footer_attributes: (optional) Same as attributes, except applied to the
     *   footer container that appears in the template.
     * - heading: (optional) The title of the panel, may not be set.
     * - heading_attributes: (optional) Same as attributes, except applied to the
     *   heading container that appears in the template.
     * - panel_type: (optional) A contextual state. Will be one of these values:
     *   - danger
     *   - default (default value)
     *   - info
     *   - primary
     *   - success
     *   - warning
     * - target: (optional) The target of the collapsible container.
     *
     * @ingroup templates
     */
    #}
    {%
      set classes = [
        'panel',
        errors ? 'panel-danger' : 'panel-' ~ panel_type|clean_class,
      ]
    %}
    
    
      {# Heading #}
      {% if heading %}
        {% block heading %}
          
            {%
              set heading_classes = [
                'panel-title',
                required ? 'form-required' : '',
              ]
            %}
            {% if collapsible %}
              <a>{{ heading }}</a>
            {% else %}
              {{ heading }}
            {% endif %}
          
        {% endblock %}
      {% endif %}
    
      {# Body #}
      {% block body %}
        {%
          set body_classes = [
          'panel-body',
          collapsible ? 'panel-collapse',
          collapsible ? 'collapse',
          collapsible ? 'fade',
          errors or collapsible and not collapsed ? 'in',
          ]
        %}
        {%
          set description_classes = [
            'help-block',
            description and description.position == 'invisible' ? 'sr-only',
          ]
        %}
    
        {% if errors %}
          
            <strong>{{ errors }}</strong>
          
        {% endif %}
    
        
          {% if description and description.position == 'before' %}
            {{ description.content }}
          {% endif %}
          {{ body }}
          {% if description and description.position == 'after' or description.position == 'invisible' %}
            {{ description.content }}
          {% endif %}
        
      {% endblock %}
    
      {# Footer #}
      {% if footer %}
        {% block footer %}
          {%
            set footer_classes = [
              'panel-footer',
            ]
          %}
          {{ footer }}
        {% endblock %}
      {% endif %}
    
    
    ", "themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 45, "if" =&gt; 53, "block" =&gt; 54);
            static $filters = array("clean_class" =&gt; 47, "escape" =&gt; 50);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['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_bootstrap-panel.html.twig_c-yFkyMsC1zNNjuK_-pSyNllG', '&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/bootstrap/bootstrap-panel.html.twig */
    class __TwigTemplate_f8538a3ab5800d67aabd57ca0bfbca2ec457d5577107e19ca93e31777f9889ca 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 = [
                'heading' =&gt; [$this, 'block_heading'],
                'body' =&gt; [$this, 'block_body'],
                '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 45
            $context["classes"] = [0 =&gt; "panel", 1 =&gt; ((        // line 47
    ($context["errors"] ?? null)) ? ("panel-danger") : (("panel-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["panel_type"] ?? null), 47, $this-&gt;source)))))];
            // line 50
            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, 50), 50, $this-&gt;source), "html", null, true);
            echo "&gt;
    
      ";
            // line 53
            echo "  ";
            if (($context["heading"] ?? null)) {
                // line 54
                echo "    ";
                $this-&gt;displayBlock('heading', $context, $blocks);
                // line 69
                echo "  ";
            }
            // line 70
            echo "
      ";
            // line 72
            echo "  ";
            $this-&gt;displayBlock('body', $context, $blocks);
            // line 105
            echo "
      ";
            // line 107
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 108
                echo "    ";
                $this-&gt;displayBlock('footer', $context, $blocks);
                // line 116
                echo "  ";
            }
            // line 117
            echo "
    
    ";
        }
    
        // line 54
        public function block_heading($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 55
            echo "      
            ";
            // line 57
            $context["heading_classes"] = [0 =&gt; "panel-title", 1 =&gt; ((        // line 59
    ($context["required"] ?? null)) ? ("form-required") : (""))];
            // line 62
            echo "        ";
            if (($context["collapsible"] ?? null)) {
                // line 63
                echo "          <a>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_attributes"] ?? null), "addClass", [0 =&gt; ($context["heading_classes"] ?? null)], "method", false, false, true, 63), 63, $this-&gt;source), "html", null, true);
                echo " href=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["target"] ?? null), 63, $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["heading"] ?? null), 63, $this-&gt;source), "html", null, true);
                echo "</a>
            ";
            } else {
                // line 65
                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_attributes"] ?? null), "addClass", [0 =&gt; ($context["heading_classes"] ?? null)], "method", false, false, true, 65), 65, $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["heading"] ?? null), 65, $this-&gt;source), "html", null, true);
                echo "
            ";
            }
            // line 67
            echo "      
        ";
        }
    
        // line 72
        public function block_body($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 73
            echo "    ";
            // line 74
            $context["body_classes"] = [0 =&gt; "panel-body", 1 =&gt; ((        // line 76
    ($context["collapsible"] ?? null)) ? ("panel-collapse") : ("")), 2 =&gt; ((        // line 77
    ($context["collapsible"] ?? null)) ? ("collapse") : ("")), 3 =&gt; ((        // line 78
    ($context["collapsible"] ?? null)) ? ("fade") : ("")), 4 =&gt; (((        // line 79
    ($context["errors"] ?? null) || (($context["collapsible"] ?? null) &amp;&amp;  !($context["collapsed"] ?? null)))) ? ("in") : (""))];
            // line 82
            echo "    ";
            // line 83
            $context["description_classes"] = [0 =&gt; "help-block", 1 =&gt; (((        // line 85
    ($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 85) == "invisible"))) ? ("sr-only") : (""))];
            // line 88
            echo "
        ";
            // line 89
            if (($context["errors"] ?? null)) {
                // line 90
                echo "      
            <strong>";
                // line 91
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo "</strong>
          
        ";
            }
            // line 94
            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["body_attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 95), 95, $this-&gt;source), "html", null, true);
            echo "&gt;
          ";
            // line 96
            if ((($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 96) == "before"))) {
                // line 97
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 97), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 97), 97, $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["description"] ?? null), "content", [], "any", false, false, true, 97), 97, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 99
            echo "      ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 99, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 100
            if (((($context["description"] ?? null) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 100) == "after")) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "position", [], "any", false, false, true, 100) == "invisible"))) {
                // line 101
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 101), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 101), 101, $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["description"] ?? null), "content", [], "any", false, false, true, 101), 101, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 103
            echo "    
      ";
        }
    
        // line 108
        public function block_footer($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 109
            echo "      ";
            // line 110
            $context["footer_classes"] = [0 =&gt; "panel-footer"];
            // line 114
            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["footer_attributes"] ?? null), "addClass", [0 =&gt; ($context["footer_classes"] ?? null)], "method", false, false, true, 114), 114, $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["footer"] ?? null), 114, $this-&gt;source), "html", null, true);
            echo "
        ";
        }
    
        public function getTemplateName()
        {
            return "themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  196 =&gt; 114,  194 =&gt; 110,  192 =&gt; 109,  188 =&gt; 108,  183 =&gt; 103,  175 =&gt; 101,  173 =&gt; 100,  168 =&gt; 99,  160 =&gt; 97,  158 =&gt; 96,  154 =&gt; 95,  151 =&gt; 94,  145 =&gt; 91,  142 =&gt; 90,  140 =&gt; 89,  137 =&gt; 88,  135 =&gt; 85,  134 =&gt; 83,  132 =&gt; 82,  130 =&gt; 79,  129 =&gt; 78,  128 =&gt; 77,  127 =&gt; 76,  126 =&gt; 74,  124 =&gt; 73,  120 =&gt; 72,  115 =&gt; 67,  107 =&gt; 65,  97 =&gt; 63,  94 =&gt; 62,  92 =&gt; 59,  91 =&gt; 57,  88 =&gt; 55,  84 =&gt; 54,  78 =&gt; 117,  75 =&gt; 116,  72 =&gt; 108,  69 =&gt; 107,  66 =&gt; 105,  63 =&gt; 72,  60 =&gt; 70,  57 =&gt; 69,  54 =&gt; 54,  51 =&gt; 53,  45 =&gt; 50,  43 =&gt; 47,  42 =&gt; 45,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a Bootstrap Panel component.
     *
     * Available variables:
     * - attributes: An array of HTML attributes intended to be added to the main
     *   container tag of this template.
     *   - id: A valid HTML ID and guaranteed to be unique.
     * - body: The primary content of the panel.
     * - body_attributes: (optional) Same as attributes, except applied to the body
     *   container that appears in the template.
     * - collapsible: Flag indicating whether the panel is collapsible.
     * - collapsed: Flag indicating whether the panel is collapsed.
     * - description: (optional) A list of description properties containing:
     *    - content: (optional) A description of the form element, may not be set.
     *    - attributes: (optional) A list of HTML attributes to apply to the
     *      description content wrapper. Will only be set when description is set.
     *    - position: (optional) A display setting that can have these values:
     *      - before: The description is output before the element. This is the
     *        default value.
     *      - after: The description is output after the element.
     *      - invisible: The description is output after the element, hidden
     *        visually but available to screen readers.
     * - errors: (optional) Any errors for panel, may not be set.
     * - footer: (optional) Additional contents intended to be placed at the bottom.
     * - footer_attributes: (optional) Same as attributes, except applied to the
     *   footer container that appears in the template.
     * - heading: (optional) The title of the panel, may not be set.
     * - heading_attributes: (optional) Same as attributes, except applied to the
     *   heading container that appears in the template.
     * - panel_type: (optional) A contextual state. Will be one of these values:
     *   - danger
     *   - default (default value)
     *   - info
     *   - primary
     *   - success
     *   - warning
     * - target: (optional) The target of the collapsible container.
     *
     * @ingroup templates
     */
    #}
    {%
      set classes = [
        'panel',
        errors ? 'panel-danger' : 'panel-' ~ panel_type|clean_class,
      ]
    %}
    
    
      {# Heading #}
      {% if heading %}
        {% block heading %}
          
            {%
              set heading_classes = [
                'panel-title',
                required ? 'form-required' : '',
              ]
            %}
            {% if collapsible %}
              <a>{{ heading }}</a>
            {% else %}
              {{ heading }}
            {% endif %}
          
        {% endblock %}
      {% endif %}
    
      {# Body #}
      {% block body %}
        {%
          set body_classes = [
          'panel-body',
          collapsible ? 'panel-collapse',
          collapsible ? 'collapse',
          collapsible ? 'fade',
          errors or collapsible and not collapsed ? 'in',
          ]
        %}
        {%
          set description_classes = [
            'help-block',
            description and description.position == 'invisible' ? 'sr-only',
          ]
        %}
    
        {% if errors %}
          
            <strong>{{ errors }}</strong>
          
        {% endif %}
    
        
          {% if description and description.position == 'before' %}
            {{ description.content }}
          {% endif %}
          {{ body }}
          {% if description and description.position == 'after' or description.position == 'invisible' %}
            {{ description.content }}
          {% endif %}
        
      {% endblock %}
    
      {# Footer #}
      {% if footer %}
        {% block footer %}
          {%
            set footer_classes = [
              'panel-footer',
            ]
          %}
          {{ footer }}
        {% endblock %}
      {% endif %}
    
    
    ", "themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig", "/var/www/html/docroot/themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 45, "if" =&gt; 53, "block" =&gt; 54);
            static $filters = array("clean_class" =&gt; 47, "escape" =&gt; 50);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['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_f8538a3ab5800d67aabd57ca0bfbca2ec457d5577107e19ca93e31777f9889ca', 'themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig') (Line: 55)
    twig_render_template('themes/contrib/bootstrap/templates/bootstrap/bootstrap-panel.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('details', Array) (Line: 478)
    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: 58)
    __TwigTemplate_5fd5c62e2e7271adba381376fdf3206b48d2f0ca0b6ca3060888995b113a3aa9->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-2col-bricked.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('bs_2col_bricked', 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: 39)
    __TwigTemplate_abfe54a49eb13a8268d2a004c3d99c839460dfad341c051dc1f96360c3d891d4->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/ds/templates/ds-entity-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('ds_entity_view', 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_block.html.twig_8wKOuzUGy0yDqWKBwv1aNpcPC', '&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.html.twig */
    class __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c 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 49
            $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this-&gt;source))), 3 =&gt; "clearfix"];
            // line 56
            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, 56), 56, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 57
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 57, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 58
            if (($context["label"] ?? null)) {
                // line 59
                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; "block-title"], "method", false, false, true, 59), 59, $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["label"] ?? null), 59, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 61
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 61, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 63
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 66
            echo "
    
    ";
        }
    
        // line 63
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 64
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 64, $this-&gt;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 =&gt; 64,  77 =&gt; 63,  71 =&gt; 66,  69 =&gt; 63,  63 =&gt; 61,  55 =&gt; 59,  53 =&gt; 58,  49 =&gt; 57,  44 =&gt; 56,  42 =&gt; 52,  41 =&gt; 51,  40 =&gt; 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a 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()
     */
    #}
    {%
      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" =&gt; 49, "if" =&gt; 58, "block" =&gt; 63);
            static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 56);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['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_block.html.twig_8wKOuzUGy0yDqWKBwv1aNpcPC', '&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.html.twig */
    class __TwigTemplate_08abf0f4afd8557fe6fe62c5dd2b080b10ffd17f5a2a6954eb3e273bbd3ed56c 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 49
            $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 51
    ($context["configuration"] ?? null), "provider", [], "any", false, false, true, 51), 51, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
    ($context["plugin_id"] ?? null), 52, $this-&gt;source))), 3 =&gt; "clearfix"];
            // line 56
            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, 56), 56, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 57
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 57, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 58
            if (($context["label"] ?? null)) {
                // line 59
                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; "block-title"], "method", false, false, true, 59), 59, $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["label"] ?? null), 59, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 61
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 61, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 63
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 66
            echo "
    
    ";
        }
    
        // line 63
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 64
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 64, $this-&gt;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 =&gt; 64,  77 =&gt; 63,  71 =&gt; 66,  69 =&gt; 63,  63 =&gt; 61,  55 =&gt; 59,  53 =&gt; 58,  49 =&gt; 57,  44 =&gt; 56,  42 =&gt; 52,  41 =&gt; 51,  40 =&gt; 49,);
        }
    
        public function getSourceContext()
        {
            return new Source("{#
    /**
     * @file
     * Default theme implementation to display a 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()
     */
    #}
    {%
      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" =&gt; 49, "if" =&gt; 58, "block" =&gt; 63);
            static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 56);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'block'],
                    ['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_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: 387)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_sidebar_second(Array, Array) (Line: 182)
    Twig\Template->displayBlock('sidebar_second', Array, Array) (Line: 271)
    __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_views-view.html.twig_nOWLbUSlRc7MwMy2R2bPBDBGi', '&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-view.html.twig */
    class __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6 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 36
            $context["classes"] = [0 =&gt; "view", 1 =&gt; ("view-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 38
    ($context["id"] ?? null), 38, $this-&gt;source))), 2 =&gt; ("view-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this-&gt;source)), 3 =&gt; ("view-display-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 40
    ($context["display_id"] ?? null), 40, $this-&gt;source)), 4 =&gt; ((        // line 41
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null), 41, $this-&gt;source))) : (""))];
            // line 44
            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, 44), 44, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 45, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 46
            if (($context["title"] ?? null)) {
                // line 47
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 47, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 49
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 50
            if (($context["header"] ?? null)) {
                // line 51
                echo "    
          ";
                // line 52
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null), 52, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 55
            echo "  ";
            if (($context["exposed"] ?? null)) {
                // line 56
                echo "    
          ";
                // line 57
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null), 57, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 60
            echo "  ";
            if (($context["attachment_before"] ?? null)) {
                // line 61
                echo "    
          ";
                // line 62
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null), 62, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 65
            echo "
      ";
            // line 66
            if (($context["rows"] ?? null)) {
                // line 67
                echo "    
          ";
                // line 68
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 68, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            } elseif (        // line 70
    ($context["empty"] ?? null)) {
                // line 71
                echo "    
          ";
                // line 72
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null), 72, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 75
            echo "
      ";
            // line 76
            if (($context["pager"] ?? null)) {
                // line 77
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null), 77, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 79
            echo "  ";
            if (($context["attachment_after"] ?? null)) {
                // line 80
                echo "    
          ";
                // line 81
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null), 81, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 84
            echo "  ";
            if (($context["more"] ?? null)) {
                // line 85
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 85, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 87
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 88
                echo "    
          ";
                // line 89
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null), 89, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 92
            echo "  ";
            if (($context["feed_icons"] ?? null)) {
                // line 93
                echo "    
          ";
                // line 94
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null), 94, $this-&gt;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 =&gt; 97,  176 =&gt; 94,  173 =&gt; 93,  170 =&gt; 92,  164 =&gt; 89,  161 =&gt; 88,  158 =&gt; 87,  152 =&gt; 85,  149 =&gt; 84,  143 =&gt; 81,  140 =&gt; 80,  137 =&gt; 79,  131 =&gt; 77,  129 =&gt; 76,  126 =&gt; 75,  120 =&gt; 72,  117 =&gt; 71,  115 =&gt; 70,  110 =&gt; 68,  107 =&gt; 67,  105 =&gt; 66,  102 =&gt; 65,  96 =&gt; 62,  93 =&gt; 61,  90 =&gt; 60,  84 =&gt; 57,  81 =&gt; 56,  78 =&gt; 55,  72 =&gt; 52,  69 =&gt; 51,  67 =&gt; 50,  62 =&gt; 49,  56 =&gt; 47,  54 =&gt; 46,  50 =&gt; 45,  45 =&gt; 44,  43 =&gt; 41,  42 =&gt; 40,  41 =&gt; 39,  40 =&gt; 38,  39 =&gt; 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" =&gt; 36, "if" =&gt; 46);
            static $filters = array("clean_class" =&gt; 38, "escape" =&gt; 44);
            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_views-view.html.twig_nOWLbUSlRc7MwMy2R2bPBDBGi', '&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-view.html.twig */
    class __TwigTemplate_566cf7ab09f1ecda0d50282a8d55c384d9d71d5d1a02ca8a572966146a77f6d6 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 36
            $context["classes"] = [0 =&gt; "view", 1 =&gt; ("view-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 38
    ($context["id"] ?? null), 38, $this-&gt;source))), 2 =&gt; ("view-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 39
    ($context["id"] ?? null), 39, $this-&gt;source)), 3 =&gt; ("view-display-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 40
    ($context["display_id"] ?? null), 40, $this-&gt;source)), 4 =&gt; ((        // line 41
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null), 41, $this-&gt;source))) : (""))];
            // line 44
            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, 44), 44, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 45, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 46
            if (($context["title"] ?? null)) {
                // line 47
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 47, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 49
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 50
            if (($context["header"] ?? null)) {
                // line 51
                echo "    
          ";
                // line 52
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null), 52, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 55
            echo "  ";
            if (($context["exposed"] ?? null)) {
                // line 56
                echo "    
          ";
                // line 57
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null), 57, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 60
            echo "  ";
            if (($context["attachment_before"] ?? null)) {
                // line 61
                echo "    
          ";
                // line 62
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null), 62, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 65
            echo "
      ";
            // line 66
            if (($context["rows"] ?? null)) {
                // line 67
                echo "    
          ";
                // line 68
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 68, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            } elseif (        // line 70
    ($context["empty"] ?? null)) {
                // line 71
                echo "    
          ";
                // line 72
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null), 72, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 75
            echo "
      ";
            // line 76
            if (($context["pager"] ?? null)) {
                // line 77
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null), 77, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 79
            echo "  ";
            if (($context["attachment_after"] ?? null)) {
                // line 80
                echo "    
          ";
                // line 81
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null), 81, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 84
            echo "  ";
            if (($context["more"] ?? null)) {
                // line 85
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 85, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 87
            echo "  ";
            if (($context["footer"] ?? null)) {
                // line 88
                echo "    
          ";
                // line 89
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null), 89, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 92
            echo "  ";
            if (($context["feed_icons"] ?? null)) {
                // line 93
                echo "    
          ";
                // line 94
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null), 94, $this-&gt;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 =&gt; 97,  176 =&gt; 94,  173 =&gt; 93,  170 =&gt; 92,  164 =&gt; 89,  161 =&gt; 88,  158 =&gt; 87,  152 =&gt; 85,  149 =&gt; 84,  143 =&gt; 81,  140 =&gt; 80,  137 =&gt; 79,  131 =&gt; 77,  129 =&gt; 76,  126 =&gt; 75,  120 =&gt; 72,  117 =&gt; 71,  115 =&gt; 70,  110 =&gt; 68,  107 =&gt; 67,  105 =&gt; 66,  102 =&gt; 65,  96 =&gt; 62,  93 =&gt; 61,  90 =&gt; 60,  84 =&gt; 57,  81 =&gt; 56,  78 =&gt; 55,  72 =&gt; 52,  69 =&gt; 51,  67 =&gt; 50,  62 =&gt; 49,  56 =&gt; 47,  54 =&gt; 46,  50 =&gt; 45,  45 =&gt; 44,  43 =&gt; 41,  42 =&gt; 40,  41 =&gt; 39,  40 =&gt; 38,  39 =&gt; 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" =&gt; 36, "if" =&gt; 46);
            static $filters = array("clean_class" =&gt; 38, "escape" =&gt; 44);
            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_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: 387)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_sidebar_second(Array, Array) (Line: 182)
    Twig\Template->displayBlock('sidebar_second', Array, Array) (Line: 271)
    __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_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: 387)
    __TwigTemplate_ced209215a2f63cc8794ad88f639144569a1ddf5d2fbcd54cec7dba247a4d755->block_sidebar_second(Array, Array) (Line: 182)
    Twig\Template->displayBlock('sidebar_second', Array, Array) (Line: 271)
    __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)
    

Practice-Coaching for the Implementation of the Criteria Catalogue

Projektdetails
Client

Bundesministerium für Land- und Forstwirtschaft, Umwelt und Wasserwirtschaft

Contact
Jürgen Suschek-Berger
Duration

2000-2002

Partner
  • arge helix – jutta kellner und partner
  • die umweltberatung
  • Österreichisches Institut für Baubiologie und -ökologie
Research Topic
Public Procurement
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