Mensagem de erro

  • 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('6645336eb5c74_image-formatter.html.twig_64TA2enN8u3Xi6bpWxMH2ldHW', '<?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/themes/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_22c5f08574d094e5c755eb29de019780 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 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 15, $this->source), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 15, $this->source)), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 17, $this->source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 => 17,  41 => 15,  39 => 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/home/focalizando/core/themes/stable/templates/field/image-formatter.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 14);
            static $filters = array("escape" => 15);
            static $functions = array("link" => 15);
    
            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('6645336eb5c74_image-formatter.html.twig_64TA2enN8u3Xi6bpWxMH2ldHW', '<?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/themes/stable/templates/field/image-formatter.html.twig */
    class __TwigTemplate_22c5f08574d094e5c755eb29de019780 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 14
            if (($context["url"] ?? null)) {
                // line 15
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->extensions['Drupal\Core\Template\TwigExtension']->getLink($this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 15, $this->source), $this->sandbox->ensureToStringAllowed(($context["url"] ?? null), 15, $this->source)), "html", null, true);
                echo "
    ";
            } else {
                // line 17
                echo "  ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["image"] ?? null), 17, $this->source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/image-formatter.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 => 17,  41 => 15,  39 => 14,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image-formatter.html.twig", "/home/focalizando/core/themes/stable/templates/field/image-formatter.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 14);
            static $filters = array("escape" => 15);
            static $functions = array("link" => 15);
    
            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_22c5f08574d094e5c755eb29de019780', 'core/themes/stable/templates/field/image-formatter.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image-formatter.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1755)
    field_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'field') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_imagem]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_imagem]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_imagem]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, 1) (Line: 703)
    Drupal\metatag\MetatagManager->generateTokenValues(Array, Object) (Line: 201)
    metatag_tokens('metatag', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('metatag', Array, Array, Array, Object) (Line: 167)
    metatag_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_meta_tags:title:value]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_meta_tags:title:value]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_meta_tags:title:value]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'pt-br') (Line: 622)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 544)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 508)
    metatag_get_tags_from_route() (Line: 271)
    _metatag_remove_duplicate_entity_tags(Array) (Line: 217)
    metatag_entity_view_alter(Array, Object, Object) (Line: 562)
    Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 305)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 239)
    Drupal\Core\Entity\EntityViewBuilder->build(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_image.html.twig_uV23QOVkVqSNvIBxkTII76wVI', '<?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/focalizandoamp/image.html.twig */
    class __TwigTemplate_1d8c10a7f029848adf99384c813f7f8c 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 13
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 13, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/image.html.twig", "/home/focalizando/themes/custom/focalizandoamp/image.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 13);
            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('6645336eb5c74_image.html.twig_uV23QOVkVqSNvIBxkTII76wVI', '<?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/focalizandoamp/image.html.twig */
    class __TwigTemplate_1d8c10a7f029848adf99384c813f7f8c 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 13
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 13, $this->source), "html", null, true);
            echo ">
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/image.html.twig", "/home/focalizando/themes/custom/focalizandoamp/image.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 13);
            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_1d8c10a7f029848adf99384c813f7f8c', 'themes/custom/focalizandoamp/image.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/image.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/image.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_22c5f08574d094e5c755eb29de019780->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/themes/stable/templates/field/image-formatter.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1755)
    field_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'field') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_imagem]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_imagem]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_imagem]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, 1) (Line: 703)
    Drupal\metatag\MetatagManager->generateTokenValues(Array, Object) (Line: 201)
    metatag_tokens('metatag', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('metatag', Array, Array, Array, Object) (Line: 167)
    metatag_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_meta_tags:title:value]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_meta_tags:title:value]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_meta_tags:title:value]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'pt-br') (Line: 622)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 544)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 508)
    metatag_get_tags_from_route() (Line: 271)
    _metatag_remove_duplicate_entity_tags(Array) (Line: 217)
    metatag_entity_view_alter(Array, Object, Object) (Line: 562)
    Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 305)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 239)
    Drupal\Core\Entity\EntityViewBuilder->build(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__15e4c2_Nv5pf7bk77ZdedWzzCx-PBQHS', '<?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__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_b143778ba45bd629824c2c06acf0593e 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__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        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('6645336eb5c74___string_template__15e4c2_Nv5pf7bk77ZdedWzzCx-PBQHS', '<?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__15e4c2886fb2554f14cf09e05167a91f */
    class __TwigTemplate_b143778ba45bd629824c2c06acf0593e 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__15e4c2886fb2554f14cf09e05167a91f";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
        }
        
        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_b143778ba45bd629824c2c06acf0593e', '__string_template__15e4c2886fb2554f14cf09e05167a91f', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__15e4c2886fb2554f14cf09e05167a91f') (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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1755)
    field_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'field') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_subtitulo]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_subtitulo]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_subtitulo]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, 1) (Line: 703)
    Drupal\metatag\MetatagManager->generateTokenValues(Array, Object) (Line: 201)
    metatag_tokens('metatag', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('metatag', Array, Array, Array, Object) (Line: 167)
    metatag_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'metatag') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1057)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 426)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 433)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 357)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 239)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_meta_tags:title:value]', Array, Array, Object) (Line: 189)
    Drupal\Core\Utility\Token->replace('[node:field_meta_tags:title:value]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_meta_tags:title:value]', Array, Array) (Line: 773)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'pt-br') (Line: 622)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 544)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 508)
    metatag_get_tags_from_route() (Line: 271)
    _metatag_remove_duplicate_entity_tags(Array) (Line: 217)
    metatag_entity_view_alter(Array, Object, Object) (Line: 562)
    Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 305)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 239)
    Drupal\Core\Entity\EntityViewBuilder->build(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_field--node--title.html.t_MWU0aTXAh3IvYWLCsejtxcFtn', '<?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/themes/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_df548a3748f97165890eb3eb0cf01070 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--title.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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('6645336eb5c74_field--node--title.html.t_MWU0aTXAh3IvYWLCsejtxcFtn', '<?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/themes/stable/templates/field/field--node--title.html.twig */
    class __TwigTemplate_df548a3748f97165890eb3eb0cf01070 extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--title.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--title.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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_df548a3748f97165890eb3eb0cf01070', 'core/themes/stable/templates/field/field--node--title.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field--node--title.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/field/field--node--title.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_field--node--created.html_TiYRXQwQAN9VMfeY3YFe9ClAh', '<?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/themes/stable/templates/field/field--node--created.html.twig */
    class __TwigTemplate_6ce2b8b7e72d37a2ea226e9419a6e5ba extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--created.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--created.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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('6645336eb5c74_field--node--created.html_TiYRXQwQAN9VMfeY3YFe9ClAh', '<?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/themes/stable/templates/field/field--node--created.html.twig */
    class __TwigTemplate_6ce2b8b7e72d37a2ea226e9419a6e5ba extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--created.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--created.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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_6ce2b8b7e72d37a2ea226e9419a6e5ba', 'core/themes/stable/templates/field/field--node--created.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field--node--created.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/field/field--node--created.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 517)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_field--node--uid.html.twi_SX_BzddMI-cozWPlmcxHQN3fn', '<?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/themes/stable/templates/field/field--node--uid.html.twig */
    class __TwigTemplate_4df51c46fbc8fa4dccf5d9040e732d4c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--uid.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--uid.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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('6645336eb5c74_field--node--uid.html.twi_SX_BzddMI-cozWPlmcxHQN3fn', '<?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/themes/stable/templates/field/field--node--uid.html.twig */
    class __TwigTemplate_4df51c46fbc8fa4dccf5d9040e732d4c extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 28
            if ( !($context["is_inline"] ?? null)) {
                // line 29
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/themes/stable/templates/field/field--node--uid.html.twig", 29)->display($context);
            } else {
                // line 31
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 31, $this->source), "html", null, true);
                echo ">";
                // line 32
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 33
                    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, 33), 33, $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 35
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/field/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 => 35,  53 => 33,  49 => 32,  45 => 31,  41 => 29,  39 => 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/field--node--uid.html.twig", "/home/focalizando/core/themes/stable/templates/field/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 28, "include" => 29, "for" => 32);
            static $filters = array("escape" => 31);
            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_4df51c46fbc8fa4dccf5d9040e732d4c', 'core/themes/stable/templates/field/field--node--uid.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/field--node--uid.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/field/field--node--uid.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 519)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_username.html.twig_cFOWSeKzILCRs9-UEmpu4-mEE', '<?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/themes/stable/templates/user/username.html.twig */
    class __TwigTemplate_764cccde85a4526983413ab859e5b405 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
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 28
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/user/username.html.twig", "/home/focalizando/core/themes/stable/templates/user/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 25);
            static $filters = array("escape" =&gt; 26);
            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('6645336eb5c74_username.html.twig_cFOWSeKzILCRs9-UEmpu4-mEE', '&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/themes/stable/templates/user/username.html.twig */
    class __TwigTemplate_764cccde85a4526983413ab859e5b405 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 25
            if (($context["link_path"] ?? null)) {
                // line 26
                echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
                echo "</a>";
            } else {
                // line 28
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/user/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/user/username.html.twig", "/home/focalizando/core/themes/stable/templates/user/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 25);
            static $filters = array("escape" =&gt; 26);
            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_764cccde85a4526983413ab859e5b405', 'core/themes/stable/templates/user/username.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/user/username.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/user/username.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 53)
    __TwigTemplate_4df51c46fbc8fa4dccf5d9040e732d4c->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/themes/stable/templates/field/field--node--uid.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 519)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__d7d7f1_JWWlxSPtzDFwxl8XgBdIpmws2', '&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;
    
    /* __string_template__d7d7f1a462505651fc222178924da388 */
    class __TwigTemplate_2f22098658ae9b678ed4b9438237ff8d 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 1
            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["items"] ?? null), 1, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null), 1, $this-&gt;source)));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d7d7f1a462505651fc222178924da388";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("safe_join" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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('6645336eb5c74___string_template__d7d7f1_JWWlxSPtzDFwxl8XgBdIpmws2', '&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;
    
    /* __string_template__d7d7f1a462505651fc222178924da388 */
    class __TwigTemplate_2f22098658ae9b678ed4b9438237ff8d 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 1
            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["items"] ?? null), 1, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["separator"] ?? null), 1, $this-&gt;source)));
        }
    
        public function getTemplateName()
        {
            return "__string_template__d7d7f1a462505651fc222178924da388";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__d7d7f1a462505651fc222178924da388", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("safe_join" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['safe_join'],
                    []
                );
            } 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_2f22098658ae9b678ed4b9438237ff8d', '__string_template__d7d7f1a462505651fc222178924da388', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__d7d7f1a462505651fc222178924da388') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ items | safe_join(separator) }}', 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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 714)
    Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1183)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 2459)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1667)
    Drupal\views\ViewExecutable->preview('default', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-field.html.twi_kgIz7hKWIP7yx0zylcd5J_rT4', '&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/focalizandoamp/views-view-field.html.twig */
    class __TwigTemplate_12ada1d05e9890706adb1f6cff30604c 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 1
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 1, $this-&gt;source));
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/views-view-field.html.twig", "/home/focalizando/themes/custom/focalizandoamp/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw'],
                    []
                );
            } 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('6645336eb5c74_views-view-field.html.twi_kgIz7hKWIP7yx0zylcd5J_rT4', '&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/focalizandoamp/views-view-field.html.twig */
    class __TwigTemplate_12ada1d05e9890706adb1f6cff30604c 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 1
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 1, $this-&gt;source));
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/views-view-field.html.twig", "/home/focalizando/themes/custom/focalizandoamp/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("raw" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['raw'],
                    []
                );
            } 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_12ada1d05e9890706adb1f6cff30604c', 'themes/custom/focalizandoamp/views-view-field.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/views-view-field.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/views-view-field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 2459)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1667)
    Drupal\views\ViewExecutable->preview('default', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__156bb0_VHtDIBNhTox9-aADubDd3ZwF5', '&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;
    
    /* __string_template__156bb05285ce12391447007380203001 */
    class __TwigTemplate_8afabed5cae03a137a11e8dd1c51fcb3 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 1
            echo "
                    
                      
                        Publicado por 
                        ";
            // line 5
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_nome"] ?? null), 5, $this-&gt;source), "html", null, true);
            echo "
                      
                    
                    Editor do Focalizando
                    ";
            // line 9
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_sobre"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "
                  
    
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__156bb05285ce12391447007380203001";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  52 =&gt; 9,  45 =&gt; 5,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__156bb05285ce12391447007380203001", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 5);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74___string_template__156bb0_VHtDIBNhTox9-aADubDd3ZwF5', '&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;
    
    /* __string_template__156bb05285ce12391447007380203001 */
    class __TwigTemplate_8afabed5cae03a137a11e8dd1c51fcb3 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 1
            echo "
                    
                      
                        Publicado por 
                        ";
            // line 5
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_nome"] ?? null), 5, $this-&gt;source), "html", null, true);
            echo "
                      
                    
                    Editor do Focalizando
                    ";
            // line 9
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_sobre"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "
                  
    
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__156bb05285ce12391447007380203001";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  52 =&gt; 9,  45 =&gt; 5,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__156bb05285ce12391447007380203001", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 5);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_8afabed5cae03a137a11e8dd1c51fcb3', '__string_template__156bb05285ce12391447007380203001', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__156bb05285ce12391447007380203001') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}
                    
                      
                        Publicado por 
                        {{ field_nome }}
                      
                    
                    Editor do Focalizando
                    {{ field_sobre }}
                  
    
    
    
    ') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}
                    
                      
                        Publicado por 
                        {{ field_nome }}
                      
                    
                    Editor do Focalizando
                    {{ field_sobre }}
                  
    
    
    
    ', 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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 421)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('
                    
                      
                        Publicado por 
                        {{ field_nome }}
                      
                    
                    Editor do Focalizando
                    {{ field_sobre }}
                  
    
    
    
    ', Array) (Line: 1359)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1252)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1180)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 2459)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1667)
    Drupal\views\ViewExecutable->preview('default', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view.html.twig_6OImlqyK1j0c4LzNVz089zcU7', '&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/themes/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_874972471cf9c9cbe7b84327576a1e84 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 34
            $context["classes"] = [0 =&gt; ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this-&gt;source))) : (""))];
            // line 38
            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, 38), 38, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 39
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 40, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 41
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 41, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null), 45, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 50
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null), 50, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 53, $this-&gt;source), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null), 57, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null), 59, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 60, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null), 68, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  125 =&gt; 68,  122 =&gt; 67,  116 =&gt; 64,  113 =&gt; 63,  111 =&gt; 62,  106 =&gt; 60,  102 =&gt; 59,  96 =&gt; 57,  91 =&gt; 55,  89 =&gt; 54,  85 =&gt; 53,  83 =&gt; 52,  78 =&gt; 50,  74 =&gt; 49,  71 =&gt; 48,  65 =&gt; 45,  62 =&gt; 44,  60 =&gt; 43,  55 =&gt; 41,  51 =&gt; 40,  47 =&gt; 39,  42 =&gt; 38,  40 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34, "if" =&gt; 43);
            static $filters = array("escape" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', '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('6645336eb5c74_views-view.html.twig_6OImlqyK1j0c4LzNVz089zcU7', '&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/themes/stable/templates/views/views-view.html.twig */
    class __TwigTemplate_874972471cf9c9cbe7b84327576a1e84 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 34
            $context["classes"] = [0 =&gt; ((        // line 35
    ($context["dom_id"] ?? null)) ? (("js-view-dom-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dom_id"] ?? null), 35, $this-&gt;source))) : (""))];
            // line 38
            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, 38), 38, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 39
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 40, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 41
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 41, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 43
            if (($context["header"] ?? null)) {
                // line 44
                echo "    
          ";
                // line 45
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header"] ?? null), 45, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 48
            echo "
      ";
            // line 49
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["exposed"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 50
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_before"] ?? null), 50, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 52
            if (($context["rows"] ?? null)) {
                // line 53
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 53, $this-&gt;source), "html", null, true);
                echo "
      ";
            } elseif (        // line 54
    ($context["empty"] ?? null)) {
                // line 55
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["empty"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo "
      ";
            }
            // line 57
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pager"] ?? null), 57, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 59
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attachment_after"] ?? null), 59, $this-&gt;source), "html", null, true);
            echo "
      ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more"] ?? null), 60, $this-&gt;source), "html", null, true);
            echo "
    
      ";
            // line 62
            if (($context["footer"] ?? null)) {
                // line 63
                echo "    
          ";
                // line 64
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["footer"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 67
            echo "
      ";
            // line 68
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["feed_icons"] ?? null), 68, $this-&gt;source), "html", null, true);
            echo "
    
    ";
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  125 =&gt; 68,  122 =&gt; 67,  116 =&gt; 64,  113 =&gt; 63,  111 =&gt; 62,  106 =&gt; 60,  102 =&gt; 59,  96 =&gt; 57,  91 =&gt; 55,  89 =&gt; 54,  85 =&gt; 53,  83 =&gt; 52,  78 =&gt; 50,  74 =&gt; 49,  71 =&gt; 48,  65 =&gt; 45,  62 =&gt; 44,  60 =&gt; 43,  55 =&gt; 41,  51 =&gt; 40,  47 =&gt; 39,  42 =&gt; 38,  40 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34, "if" =&gt; 43);
            static $filters = array("escape" =&gt; 38);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', '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_874972471cf9c9cbe7b84327576a1e84', 'core/themes/stable/templates/views/views-view.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-unformatted.ht_FT0sCH0D28x30EDvfXEjGWU4O', '&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/themes/stable/templates/views/views-view-unformatted.html.twig */
    class __TwigTemplate_01e363f9f17502d0c1de5324cf6250b1 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
            if (($context["title"] ?? null)) {
                // line 19
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
            // line 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                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["row"], "attributes", [], "any", false, false, true, 27), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                echo "&gt;";
                // line 28
                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["row"], "content", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                // line 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 29,  60 =&gt; 28,  56 =&gt; 27,  54 =&gt; 24,  53 =&gt; 23,  51 =&gt; 22,  47 =&gt; 21,  41 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 18, "for" =&gt; 21, "set" =&gt; 23);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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('6645336eb5c74_views-view-unformatted.ht_FT0sCH0D28x30EDvfXEjGWU4O', '&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/themes/stable/templates/views/views-view-unformatted.html.twig */
    class __TwigTemplate_01e363f9f17502d0c1de5324cf6250b1 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
            if (($context["title"] ?? null)) {
                // line 19
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
            // line 21
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                echo "  ";
                // line 23
                $context["row_classes"] = [0 =&gt; ((            // line 24
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 27
                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["row"], "attributes", [], "any", false, false, true, 27), "addClass", [0 =&gt; ($context["row_classes"] ?? null)], "method", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                echo "&gt;";
                // line 28
                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["row"], "content", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                // line 29
                echo "
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 29,  60 =&gt; 28,  56 =&gt; 27,  54 =&gt; 24,  53 =&gt; 23,  51 =&gt; 22,  47 =&gt; 21,  41 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-unformatted.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 18, "for" =&gt; 21, "set" =&gt; 23);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for', '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_01e363f9f17502d0c1de5324cf6250b1', 'core/themes/stable/templates/views/views-view-unformatted.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-unformatted.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/views/views-view-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
    __TwigTemplate_874972471cf9c9cbe7b84327576a1e84->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/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-fields.html.tw_-pGe-LEWM4TeyRTRpc39Juz3r', '&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/themes/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_cbe33e236c2f9e74bb8a94a6bef37955 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 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                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["field"], "separator", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                // line 34
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) {
                    // line 35
                    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["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $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["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 37)) {
                    // line 38
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 38)) {
                        // line 39
                        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["field"], "label_element", [], "any", false, false, true, 39), 39, $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["field"], "label_attributes", [], "any", false, false, true, 39), 39, $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["field"], "label", [], "any", false, false, true, 39), 39, $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["field"], "label_suffix", [], "any", false, false, true, 39), 39, $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["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        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["field"], "label", [], "any", false, false, true, 41), 41, $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["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    }
                }
                // line 44
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 44)) {
                    // line 45
                    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["field"], "element_type", [], "any", false, false, true, 45), 45, $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["field"], "element_attributes", [], "any", false, false, true, 45), 45, $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["field"], "content", [], "any", false, false, true, 45), 45, $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["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    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["field"], "content", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                }
                // line 49
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) {
                    // 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["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  90 =&gt; 50,  88 =&gt; 49,  85 =&gt; 47,  75 =&gt; 45,  73 =&gt; 44,  68 =&gt; 41,  57 =&gt; 39,  55 =&gt; 38,  53 =&gt; 37,  47 =&gt; 35,  45 =&gt; 34,  43 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 32, "if" =&gt; 34);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', '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('6645336eb5c74_views-view-fields.html.tw_-pGe-LEWM4TeyRTRpc39Juz3r', '&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/themes/stable/templates/views/views-view-fields.html.twig */
    class __TwigTemplate_cbe33e236c2f9e74bb8a94a6bef37955 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 32
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 33
                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["field"], "separator", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
                // line 34
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 34)) {
                    // line 35
                    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["field"], "wrapper_element", [], "any", false, false, true, 35), 35, $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["field"], "wrapper_attributes", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 37
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 37)) {
                    // line 38
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 38)) {
                        // line 39
                        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["field"], "label_element", [], "any", false, false, true, 39), 39, $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["field"], "label_attributes", [], "any", false, false, true, 39), 39, $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["field"], "label", [], "any", false, false, true, 39), 39, $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["field"], "label_suffix", [], "any", false, false, true, 39), 39, $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["field"], "label_element", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 41
                        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["field"], "label", [], "any", false, false, true, 41), 41, $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["field"], "label_suffix", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    }
                }
                // line 44
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 44)) {
                    // line 45
                    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["field"], "element_type", [], "any", false, false, true, 45), 45, $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["field"], "element_attributes", [], "any", false, false, true, 45), 45, $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["field"], "content", [], "any", false, false, true, 45), 45, $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["field"], "element_type", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 47
                    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["field"], "content", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                }
                // line 49
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 49)) {
                    // 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["field"], "wrapper_element", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['field'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "core/themes/stable/templates/views/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  90 =&gt; 50,  88 =&gt; 49,  85 =&gt; 47,  75 =&gt; 45,  73 =&gt; 44,  68 =&gt; 41,  57 =&gt; 39,  55 =&gt; 38,  53 =&gt; 37,  47 =&gt; 35,  45 =&gt; 34,  43 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/views/views-view-fields.html.twig", "/home/focalizando/core/themes/stable/templates/views/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 32, "if" =&gt; 34);
            static $filters = array("escape" =&gt; 33);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', '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_cbe33e236c2f9e74bb8a94a6bef37955', 'core/themes/stable/templates/views/views-view-fields.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/views/views-view-fields.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/views/views-view-fields.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 60)
    __TwigTemplate_01e363f9f17502d0c1de5324cf6250b1->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/themes/stable/templates/views/views-view-unformatted.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
    __TwigTemplate_874972471cf9c9cbe7b84327576a1e84->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/themes/stable/templates/views/views-view.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_container.html.twig_SIiT_3bT3EdFgTzGnsWxNiJ6d', '&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/focalizandoamp/template/form/container.html.twig */
    class __TwigTemplate_2ac2f64f86d66dd969d118617cd1985e 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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/form/container.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/form/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74_container.html.twig_SIiT_3bT3EdFgTzGnsWxNiJ6d', '&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/focalizandoamp/template/form/container.html.twig */
    class __TwigTemplate_2ac2f64f86d66dd969d118617cd1985e 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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/form/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/form/container.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/form/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_2ac2f64f86d66dd969d118617cd1985e', 'themes/custom/focalizandoamp/template/form/container.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/form/container.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/form/container.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1534)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__9db3cc_dXB3SrV_B5LTh-w-6GC6Tgo_U', '&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;
    
    /* __string_template__9db3cc8862b2a655e296f42ded0b1e6e */
    class __TwigTemplate_dfec03ebcbdb22fa464b401b86b796c4 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 1
            echo "
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\textensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_imagem"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "\" alt=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    \t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_categoria"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "</a>
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 14, $this-&gt;source), "html", null, true);
            echo "\" class=\"btn-link text-reset fw-bold stretched-link\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 14, $this-&gt;source), "html", null, true);
            echo "</a>
    \t\t\t\t\t\t\t\t";
            // line 15
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_subtitulo"] ?? null), 15, $this-&gt;source), "html", null, true);
            echo "
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t";
        }
    
        public function getTemplateName()
        {
            return "__string_template__9db3cc8862b2a655e296f42ded0b1e6e";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  72 =&gt; 15,  66 =&gt; 14,  54 =&gt; 9,  44 =&gt; 4,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__9db3cc8862b2a655e296f42ded0b1e6e", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 4);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74___string_template__9db3cc_dXB3SrV_B5LTh-w-6GC6Tgo_U', '&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;
    
    /* __string_template__9db3cc8862b2a655e296f42ded0b1e6e */
    class __TwigTemplate_dfec03ebcbdb22fa464b401b86b796c4 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 1
            echo "
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\textensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_imagem"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "\" alt=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    \t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_categoria"] ?? null), 9, $this-&gt;source), "html", null, true);
            echo "</a>
    \t\t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t\t\t<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 14, $this-&gt;source), "html", null, true);
            echo "\" class=\"btn-link text-reset fw-bold stretched-link\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 14, $this-&gt;source), "html", null, true);
            echo "</a>
    \t\t\t\t\t\t\t\t";
            // line 15
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_subtitulo"] ?? null), 15, $this-&gt;source), "html", null, true);
            echo "
    \t\t\t\t\t\t\t
    \t\t\t\t\t\t";
        }
    
        public function getTemplateName()
        {
            return "__string_template__9db3cc8862b2a655e296f42ded0b1e6e";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  72 =&gt; 15,  66 =&gt; 14,  54 =&gt; 9,  44 =&gt; 4,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__9db3cc8862b2a655e296f42ded0b1e6e", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 4);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_dfec03ebcbdb22fa464b401b86b796c4', '__string_template__9db3cc8862b2a655e296f42ded0b1e6e', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__9db3cc8862b2a655e296f42ded0b1e6e') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}
    							
    							
    								
    								
    									
    									
    										
    										<a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
    									
    								
    							
    							
    								<a href="{{ view_node }}" class="btn-link text-reset fw-bold stretched-link">{{ title }}</a>
    								{{ field_subtitulo }}
    							
    						') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}
    							
    							
    								
    								
    									
    									
    										
    										<a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
    									
    								
    							
    							
    								<a href="{{ view_node }}" class="btn-link text-reset fw-bold stretched-link">{{ title }}</a>
    								{{ field_subtitulo }}
    							
    						', 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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 421)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('
    							
    							
    								
    								
    									
    									
    										
    										<a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
    									
    								
    							
    							
    								<a href="{{ view_node }}" class="btn-link text-reset fw-bold stretched-link">{{ title }}</a>
    								{{ field_subtitulo }}
    							
    						', Array) (Line: 1359)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1252)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1187)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 2459)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1667)
    Drupal\views\ViewExecutable->preview('default', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1538)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view--destaque_rela_ol6WkqeyIGcQu1cT9PUDmEqXc', '&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/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig */
    class __TwigTemplate_3e0918892844d086135847c4b693c325 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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('6645336eb5c74_views-view--destaque_rela_ol6WkqeyIGcQu1cT9PUDmEqXc', '&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/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig */
    class __TwigTemplate_3e0918892844d086135847c4b693c325 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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_3e0918892844d086135847c4b693c325', 'themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__destaque_relacionados', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1538)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-unformatted--d_Td4TOJFnH4FN5jlA_beHs75vo', '&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/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig */
    class __TwigTemplate_3de2728b13e13989ae2618c500894951 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
            echo "
      Veja também
    
      
        ";
            // line 22
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 23
                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["row"], "content", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 25
            echo "  
    
    
      
    \t
    
    --&gt;
    &nbsp;
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 25,  49 =&gt; 23,  45 =&gt; 22,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 22);
            static $filters = array("escape" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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('6645336eb5c74_views-view-unformatted--d_Td4TOJFnH4FN5jlA_beHs75vo', '&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/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig */
    class __TwigTemplate_3de2728b13e13989ae2618c500894951 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
            echo "
      Veja também
    
      
        ";
            // line 22
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 23
                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["row"], "content", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 25
            echo "  
    
    
      
    \t
    
    --&gt;
    &nbsp;
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  55 =&gt; 25,  49 =&gt; 23,  45 =&gt; 22,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 22);
            static $filters = array("escape" =&gt; 23);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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_3de2728b13e13989ae2618c500894951', 'themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted__destaque_relacionados', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41)
    __TwigTemplate_3e0918892844d086135847c4b693c325->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/focalizandoamp/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__destaque_relacionados', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1538)
    focalizandoamp_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizandoamp_preprocess_node', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_node.html.twig_pfU9iBsxnEV9CF19DFgnDPyYc', '&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/focalizandoamp/node.html.twig */
    class __TwigTemplate_5ae12f87f1a30508c00be52044a4913c 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 1
            echo "  
        
    
          
    
    
          
            
              
                
    
                ";
            // line 12
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 13
                echo "
                
      
    
    ";
            }
            // line 23
            echo "
    
    
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li>";
            // line 30
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 30, $this-&gt;source), "html", null, true);
            echo "</li>
                      </ol>
                    
                  
                  
                      
                        
                          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_url"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_cor"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo "</a>
                          ";
            // line 38
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
            echo "
                        
                        ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["subtitulo"] ?? null), 40, $this-&gt;source), "html", null, true);
            echo "
                        ";
            // line 41
            if ((($context["data_de_exibicao"] ?? null) != "")) {
                // line 42
                echo "                      ";
                if ((($context["id"] ?? null) != 76)) {
                    // line 43
                    echo "                        <em>publicado em: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["data_de_exibicao"] ?? null), 43, $this-&gt;source), "html", null, true);
                    echo "</em>
                          ";
                }
                // line 45
                echo "                    ";
            }
            // line 46
            echo "
                      
                  
    
    ";
            // line 50
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 51
                echo "              
      
    
    ";
            }
            // line 60
            echo "
                    ";
            // line 61
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 61, $this-&gt;source));
            echo "
                    ";
            // line 62
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador"] ?? null), 62, $this-&gt;source));
            echo "
    
                    
    
    
                  ";
            // line 67
            if (($context["perguntas"] ?? null)) {
                // line 68
                echo "
                      
    
                        
                          
    
                            
    
                            ";
                // line 121
                echo "
                            
                              
                                
                                  {{(questionIndex/quiz.questions.length)*100}}%
                                  {{(questionIndex/quiz.questions.length)*100}}% complete
                                
                              
                              --&gt;
                              
                              {{ quiz.questions[questionIndex].text }}
                              
    
                              
                              
                                
                                  {{ index | charIndex }}. {{ response.text }}
                                
                              
    
                              
                              
    
                                
                                
    
                                  
                                  <a>
                                          Voltar
                                        </a>
    
                                  
                                  <a>=quiz.questions.length\"&gt;
                                          {{ (userResponses[questionIndex]==null)?'Pular':'Próxima' }}
                                        </a>
    
    
                                
                                
    
                              
                              
    
                            
                            ";
                echo "
                            
    
                            
                            = quiz.questions.length\" v-bind:key=\"questionIndex\" class=\"quizCompleted has-text-centered\"&gt;
                              ";
                // line 126
                echo "De {{ quiz.questions.length }}, você Acertou {{ score() }}";
                echo "
                              ";
                // line 127
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["resultados"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["resultado"]) {
                    // line 128
                    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["resultado"], "total", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
                    echo " &amp;&amp; score() &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["resultado"], "total_final", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                                  ";
                    // line 129
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["resultado"], "descricao", [], "any", false, false, true, 129), 129, $this-&gt;source));
                    echo "
                                
                              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['resultado'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 132
                echo "                          
                              
                                3?'fa-check-circle-o is-active':'fa-times-circle'\"&gt;
                              
                              
                              --&gt;
                              <a>Refazer teste </a>
                            
    
                          
                        
                      
                    
    
                      var quiz = {
                          user: \"Dave\",
                          questions: ";
                // line 149
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["perguntas"] ?? null), 149, $this-&gt;source));
                echo " },
    
    
    
    
                        userResponseSkelaton = Array(quiz.questions.length).fill(null);
    
                      var app = new Vue({
                        el: \"#app\",
                        data: {
                          quiz: quiz,
                          questionIndex: 0,
                          userResponses: userResponseSkelaton,
                          isActive: false },
    
                        filters: {
                          charIndex: function (i) {
                            return String.fromCharCode(97 + i);
                          } },
    
                        methods: {
                          restart: function () {
                            this.questionIndex = 0;
                            this.userResponses = Array(this.quiz.questions.length).fill(null);
                          },
                          selectOption: function (index) {
                            Vue.set(this.userResponses, this.questionIndex, index);
                            //console.log(this.userResponses);
                          },
                          next: function () {
                            if (this.questionIndex &lt; this.quiz.questions.length)
                              this.questionIndex++;
                          },
    
                          prev: function () {
                            if (this.quiz.questions.length &gt; 0) this.questionIndex--;
                          },
                          // Return \"true\" count in userResponses
                          score: function () {
                            var score = 0;
                            for (let i = 0; i &lt; this.userResponses.length; i++) {
                              if (
                                typeof this.quiz.questions[i].responses[
                                  this.userResponses[i]] !==
                                \"undefined\" &amp;&amp;
                                this.quiz.questions[i].responses[this.userResponses[i]].correct)
                              {
                                score = score + 1;
                              }
                            }
                            return score;
    
                            //return this.userResponses.filter(function(val) { return val }).length;
                          } } });
    
    
    
                    
                  ";
            }
            // line 208
            echo "
    
                  ";
            // line 210
            if (((($context["proximo"] ?? null) != "") &amp;&amp; ($context["inicio"] ?? null))) {
                // line 211
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 211, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 213
            echo "
                  ";
            // line 214
            if ((($context["anterior"] ?? null) != "")) {
                // line 215
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["anterior"] ?? null), 215, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-success btn-lg btn-block btn-curiosidades";
                if ((($context["proximo"] ?? null) != "")) {
                    echo "-passo";
                }
                echo "\" type=\"button\"&gt;Anterior</a>
                  ";
            }
            // line 217
            echo "
                  ";
            // line 218
            if (((($context["proximo"] ?? null) != "") &amp;&amp; (($context["inicio"] ?? null) == false))) {
                // line 219
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 219, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades-passo\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 221
            echo "
            
    
    \t\t\t\t
    \t\t\t\t  
    \t\t\t\t--&gt;
    
    
    
    
                  ";
            // line 236
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["relacionados"] ?? null), 236, $this-&gt;source), "html", null, true);
            echo "
    
     
    
    
     --&gt;
    
    
    
    
      
    
    --&gt;
                
                
                  
    
                  ";
            // line 255
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["autor"] ?? null), 255, $this-&gt;source), "html", null, true);
            echo "
    
                  
                    
    
                      
                        Compartilhar:
                        
                          
                          
                          
                          
                          
                        
                      
    
                      ";
            // line 271
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["front_destaque_home_side_bar_categoria"] ?? null), 271, $this-&gt;source), "html", null, true);
            echo "
                      ";
            // line 272
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["front_destaque_home_mais_lidas"] ?? null), 272, $this-&gt;source), "html", null, true);
            echo "
    
                      ";
            // line 274
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 275
                echo "                  
                        
                      
                      ";
            }
            // line 284
            echo "
    
    
                    
                  
                
    
    
    
              
            
          
    
    
    
        
      
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  438 =&gt; 284,  427 =&gt; 275,  425 =&gt; 274,  420 =&gt; 272,  416 =&gt; 271,  397 =&gt; 255,  375 =&gt; 236,  358 =&gt; 221,  352 =&gt; 219,  350 =&gt; 218,  347 =&gt; 217,  337 =&gt; 215,  335 =&gt; 214,  332 =&gt; 213,  326 =&gt; 211,  324 =&gt; 210,  320 =&gt; 208,  258 =&gt; 149,  239 =&gt; 132,  230 =&gt; 129,  223 =&gt; 128,  219 =&gt; 127,  215 =&gt; 126,  162 =&gt; 121,  152 =&gt; 68,  150 =&gt; 67,  142 =&gt; 62,  138 =&gt; 61,  135 =&gt; 60,  124 =&gt; 51,  122 =&gt; 50,  116 =&gt; 46,  113 =&gt; 45,  107 =&gt; 43,  104 =&gt; 42,  102 =&gt; 41,  98 =&gt; 40,  93 =&gt; 38,  85 =&gt; 37,  75 =&gt; 30,  66 =&gt; 23,  54 =&gt; 13,  52 =&gt; 12,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/node.html.twig", "/home/focalizando/themes/custom/focalizandoamp/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 12, "for" =&gt; 127);
            static $filters = array("escape" =&gt; 30, "raw" =&gt; 61);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'raw'],
                    []
                );
            } 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('6645336eb5c74_node.html.twig_pfU9iBsxnEV9CF19DFgnDPyYc', '&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/focalizandoamp/node.html.twig */
    class __TwigTemplate_5ae12f87f1a30508c00be52044a4913c 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 1
            echo "  
        
    
          
    
    
          
            
              
                
    
                ";
            // line 12
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 13
                echo "
                
      
    
    ";
            }
            // line 23
            echo "
    
    
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li>";
            // line 30
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 30, $this-&gt;source), "html", null, true);
            echo "</li>
                      </ol>
                    
                  
                  
                      
                        
                          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_url"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_cor"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 37, $this-&gt;source), "html", null, true);
            echo "</a>
                          ";
            // line 38
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 38, $this-&gt;source), "html", null, true);
            echo "
                        
                        ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["subtitulo"] ?? null), 40, $this-&gt;source), "html", null, true);
            echo "
                        ";
            // line 41
            if ((($context["data_de_exibicao"] ?? null) != "")) {
                // line 42
                echo "                      ";
                if ((($context["id"] ?? null) != 76)) {
                    // line 43
                    echo "                        <em>publicado em: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["data_de_exibicao"] ?? null), 43, $this-&gt;source), "html", null, true);
                    echo "</em>
                          ";
                }
                // line 45
                echo "                    ";
            }
            // line 46
            echo "
                      
                  
    
    ";
            // line 50
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 51
                echo "              
      
    
    ";
            }
            // line 60
            echo "
                    ";
            // line 61
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 61, $this-&gt;source));
            echo "
                    ";
            // line 62
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador"] ?? null), 62, $this-&gt;source));
            echo "
    
                    
    
    
                  ";
            // line 67
            if (($context["perguntas"] ?? null)) {
                // line 68
                echo "
                      
    
                        
                          
    
                            
    
                            ";
                // line 121
                echo "
                            
                              
                                
                                  {{(questionIndex/quiz.questions.length)*100}}%
                                  {{(questionIndex/quiz.questions.length)*100}}% complete
                                
                              
                              --&gt;
                              
                              {{ quiz.questions[questionIndex].text }}
                              
    
                              
                              
                                
                                  {{ index | charIndex }}. {{ response.text }}
                                
                              
    
                              
                              
    
                                
                                
    
                                  
                                  <a>
                                          Voltar
                                        </a>
    
                                  
                                  <a>=quiz.questions.length\"&gt;
                                          {{ (userResponses[questionIndex]==null)?'Pular':'Próxima' }}
                                        </a>
    
    
                                
                                
    
                              
                              
    
                            
                            ";
                echo "
                            
    
                            
                            = quiz.questions.length\" v-bind:key=\"questionIndex\" class=\"quizCompleted has-text-centered\"&gt;
                              ";
                // line 126
                echo "De {{ quiz.questions.length }}, você Acertou {{ score() }}";
                echo "
                              ";
                // line 127
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["resultados"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["resultado"]) {
                    // line 128
                    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["resultado"], "total", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
                    echo " &amp;&amp; score() &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["resultado"], "total_final", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                                  ";
                    // line 129
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["resultado"], "descricao", [], "any", false, false, true, 129), 129, $this-&gt;source));
                    echo "
                                
                              ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['resultado'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 132
                echo "                          
                              
                                3?'fa-check-circle-o is-active':'fa-times-circle'\"&gt;
                              
                              
                              --&gt;
                              <a>Refazer teste </a>
                            
    
                          
                        
                      
                    
    
                      var quiz = {
                          user: \"Dave\",
                          questions: ";
                // line 149
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["perguntas"] ?? null), 149, $this-&gt;source));
                echo " },
    
    
    
    
                        userResponseSkelaton = Array(quiz.questions.length).fill(null);
    
                      var app = new Vue({
                        el: \"#app\",
                        data: {
                          quiz: quiz,
                          questionIndex: 0,
                          userResponses: userResponseSkelaton,
                          isActive: false },
    
                        filters: {
                          charIndex: function (i) {
                            return String.fromCharCode(97 + i);
                          } },
    
                        methods: {
                          restart: function () {
                            this.questionIndex = 0;
                            this.userResponses = Array(this.quiz.questions.length).fill(null);
                          },
                          selectOption: function (index) {
                            Vue.set(this.userResponses, this.questionIndex, index);
                            //console.log(this.userResponses);
                          },
                          next: function () {
                            if (this.questionIndex &lt; this.quiz.questions.length)
                              this.questionIndex++;
                          },
    
                          prev: function () {
                            if (this.quiz.questions.length &gt; 0) this.questionIndex--;
                          },
                          // Return \"true\" count in userResponses
                          score: function () {
                            var score = 0;
                            for (let i = 0; i &lt; this.userResponses.length; i++) {
                              if (
                                typeof this.quiz.questions[i].responses[
                                  this.userResponses[i]] !==
                                \"undefined\" &amp;&amp;
                                this.quiz.questions[i].responses[this.userResponses[i]].correct)
                              {
                                score = score + 1;
                              }
                            }
                            return score;
    
                            //return this.userResponses.filter(function(val) { return val }).length;
                          } } });
    
    
    
                    
                  ";
            }
            // line 208
            echo "
    
                  ";
            // line 210
            if (((($context["proximo"] ?? null) != "") &amp;&amp; ($context["inicio"] ?? null))) {
                // line 211
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 211, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 213
            echo "
                  ";
            // line 214
            if ((($context["anterior"] ?? null) != "")) {
                // line 215
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["anterior"] ?? null), 215, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-success btn-lg btn-block btn-curiosidades";
                if ((($context["proximo"] ?? null) != "")) {
                    echo "-passo";
                }
                echo "\" type=\"button\"&gt;Anterior</a>
                  ";
            }
            // line 217
            echo "
                  ";
            // line 218
            if (((($context["proximo"] ?? null) != "") &amp;&amp; (($context["inicio"] ?? null) == false))) {
                // line 219
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 219, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades-passo\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 221
            echo "
            
    
    \t\t\t\t
    \t\t\t\t  
    \t\t\t\t--&gt;
    
    
    
    
                  ";
            // line 236
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["relacionados"] ?? null), 236, $this-&gt;source), "html", null, true);
            echo "
    
     
    
    
     --&gt;
    
    
    
    
      
    
    --&gt;
                
                
                  
    
                  ";
            // line 255
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["autor"] ?? null), 255, $this-&gt;source), "html", null, true);
            echo "
    
                  
                    
    
                      
                        Compartilhar:
                        
                          
                          
                          
                          
                          
                        
                      
    
                      ";
            // line 271
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["front_destaque_home_side_bar_categoria"] ?? null), 271, $this-&gt;source), "html", null, true);
            echo "
                      ";
            // line 272
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["front_destaque_home_mais_lidas"] ?? null), 272, $this-&gt;source), "html", null, true);
            echo "
    
                      ";
            // line 274
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 275
                echo "                  
                        
                      
                      ";
            }
            // line 284
            echo "
    
    
                    
                  
                
    
    
    
              
            
          
    
    
    
        
      
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  438 =&gt; 284,  427 =&gt; 275,  425 =&gt; 274,  420 =&gt; 272,  416 =&gt; 271,  397 =&gt; 255,  375 =&gt; 236,  358 =&gt; 221,  352 =&gt; 219,  350 =&gt; 218,  347 =&gt; 217,  337 =&gt; 215,  335 =&gt; 214,  332 =&gt; 213,  326 =&gt; 211,  324 =&gt; 210,  320 =&gt; 208,  258 =&gt; 149,  239 =&gt; 132,  230 =&gt; 129,  223 =&gt; 128,  219 =&gt; 127,  215 =&gt; 126,  162 =&gt; 121,  152 =&gt; 68,  150 =&gt; 67,  142 =&gt; 62,  138 =&gt; 61,  135 =&gt; 60,  124 =&gt; 51,  122 =&gt; 50,  116 =&gt; 46,  113 =&gt; 45,  107 =&gt; 43,  104 =&gt; 42,  102 =&gt; 41,  98 =&gt; 40,  93 =&gt; 38,  85 =&gt; 37,  75 =&gt; 30,  66 =&gt; 23,  54 =&gt; 13,  52 =&gt; 12,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/node.html.twig", "/home/focalizando/themes/custom/focalizandoamp/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 12, "for" =&gt; 127);
            static $filters = array("escape" =&gt; 30, "raw" =&gt; 61);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'raw'],
                    []
                );
            } 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_5ae12f87f1a30508c00be52044a4913c', 'themes/custom/focalizandoamp/node.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/node.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/node.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_eu_cookie_compliance_popu_luftar3jBXzTpK3VeGZAqR9Vp', '&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;
    
    /* modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig */
    class __TwigTemplate_f10fd7fc4032ae58b8b8a99f598a738b 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 40
            echo "
    ";
            // line 41
            if (($context["privacy_settings_tab_label"] ?? null)) {
                // line 42
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["privacy_settings_tab_label"] ?? null), 42, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
            // line 44
            $context["classes"] = [0 =&gt; "eu-cookie-compliance-banner", 1 =&gt; "eu-cookie-compliance-banner-info", 2 =&gt; ("eu-cookie-compliance-banner--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 47
    ($context["method"] ?? null), 47, $this-&gt;source)))];
            // line 49
            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, 49), 49, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        ";
            // line 51
            if (($context["close_button_enabled"] ?? null)) {
                // line 52
                echo "      Close
        ";
            }
            // line 54
            echo "    
          ";
            // line 55
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["message"] ?? null), 55, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 56
            if (($context["more_info_button"] ?? null)) {
                // line 57
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more_info_button"] ?? null), 57, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 59
            echo "    
    
        ";
            // line 61
            if (($context["cookie_categories"] ?? null)) {
                // line 62
                echo "      
            ";
                // line 63
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["cookie_categories"] ?? null));
                foreach ($context['_seq'] as $context["key"] =&gt; $context["category"]) {
                    // line 64
                    echo "          
                
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 66, $this-&gt;source), "html", null, true);
                    echo "\"
                         value=\"";
                    // line 67
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 67, $this-&gt;source), "html", null, true);
                    echo "\"
                         ";
                    // line 68
                    if (twig_in_filter(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 68), [0 =&gt; "checked", 1 =&gt; "required"])) {
                        echo " checked ";
                    }
                    // line 69
                    echo "                     ";
                    if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 69) == "required")) {
                        echo " disabled ";
                    }
                    echo " &gt;
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 70, $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["category"], "label", [], "any", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    echo "
                
                ";
                    // line 72
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "description", [], "any", false, false, true, 72)) {
                        // line 73
                        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["category"], "description", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
                        echo "
                ";
                    }
                    // line 75
                    echo "          
            ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['key'], $context['category'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "        ";
                if (($context["save_preferences_button_label"] ?? null)) {
                    // line 78
                    echo "          
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["olivero_secondary_button_classes"] ?? null), 80, $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["save_preferences_button_label"] ?? null), 80, $this-&gt;source), "html", null, true);
                    echo "
              
            ";
                }
                // line 83
                echo "      
        ";
            }
            // line 85
            echo "
        
          ";
            // line 87
            if (($context["tertiary_button_label"] ?? null)) {
                // line 88
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["tertiary_button_class"] ?? null), 88, $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["tertiary_button_label"] ?? null), 88, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 90
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["primary_button_class"] ?? null), 90, $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["agree_button"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 91
            if (($context["secondary_button_label"] ?? null)) {
                // line 92
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["secondary_button_class"] ?? null), 92, $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["secondary_button_label"] ?? null), 92, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 94
            echo "    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  193 =&gt; 94,  185 =&gt; 92,  183 =&gt; 91,  176 =&gt; 90,  168 =&gt; 88,  166 =&gt; 87,  160 =&gt; 86,  157 =&gt; 85,  153 =&gt; 83,  145 =&gt; 80,  141 =&gt; 78,  138 =&gt; 77,  131 =&gt; 75,  125 =&gt; 73,  123 =&gt; 72,  116 =&gt; 70,  109 =&gt; 69,  105 =&gt; 68,  101 =&gt; 67,  97 =&gt; 66,  93 =&gt; 64,  89 =&gt; 63,  86 =&gt; 62,  84 =&gt; 61,  80 =&gt; 59,  74 =&gt; 57,  72 =&gt; 56,  68 =&gt; 55,  65 =&gt; 54,  61 =&gt; 52,  59 =&gt; 51,  53 =&gt; 49,  51 =&gt; 47,  50 =&gt; 44,  44 =&gt; 42,  42 =&gt; 41,  39 =&gt; 40,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig", "/home/focalizando/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 41, "set" =&gt; 44, "for" =&gt; 63);
            static $filters = array("escape" =&gt; 42, "clean_class" =&gt; 47);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'set', '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('6645336eb5c74_eu_cookie_compliance_popu_luftar3jBXzTpK3VeGZAqR9Vp', '&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;
    
    /* modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig */
    class __TwigTemplate_f10fd7fc4032ae58b8b8a99f598a738b 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 40
            echo "
    ";
            // line 41
            if (($context["privacy_settings_tab_label"] ?? null)) {
                // line 42
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["privacy_settings_tab_label"] ?? null), 42, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
            // line 44
            $context["classes"] = [0 =&gt; "eu-cookie-compliance-banner", 1 =&gt; "eu-cookie-compliance-banner-info", 2 =&gt; ("eu-cookie-compliance-banner--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 47
    ($context["method"] ?? null), 47, $this-&gt;source)))];
            // line 49
            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, 49), 49, $this-&gt;source), "html", null, true);
            echo "&gt;
      
        ";
            // line 51
            if (($context["close_button_enabled"] ?? null)) {
                // line 52
                echo "      Close
        ";
            }
            // line 54
            echo "    
          ";
            // line 55
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["message"] ?? null), 55, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 56
            if (($context["more_info_button"] ?? null)) {
                // line 57
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["more_info_button"] ?? null), 57, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 59
            echo "    
    
        ";
            // line 61
            if (($context["cookie_categories"] ?? null)) {
                // line 62
                echo "      
            ";
                // line 63
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["cookie_categories"] ?? null));
                foreach ($context['_seq'] as $context["key"] =&gt; $context["category"]) {
                    // line 64
                    echo "          
                
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 66, $this-&gt;source), "html", null, true);
                    echo "\"
                         value=\"";
                    // line 67
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 67, $this-&gt;source), "html", null, true);
                    echo "\"
                         ";
                    // line 68
                    if (twig_in_filter(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 68), [0 =&gt; "checked", 1 =&gt; "required"])) {
                        echo " checked ";
                    }
                    // line 69
                    echo "                     ";
                    if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "checkbox_default_state", [], "any", false, false, true, 69) == "required")) {
                        echo " disabled ";
                    }
                    echo " &gt;
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed($context["key"], 70, $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["category"], "label", [], "any", false, false, true, 70), 70, $this-&gt;source), "html", null, true);
                    echo "
                
                ";
                    // line 72
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["category"], "description", [], "any", false, false, true, 72)) {
                        // line 73
                        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["category"], "description", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
                        echo "
                ";
                    }
                    // line 75
                    echo "          
            ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['key'], $context['category'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 77
                echo "        ";
                if (($context["save_preferences_button_label"] ?? null)) {
                    // line 78
                    echo "          
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["olivero_secondary_button_classes"] ?? null), 80, $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["save_preferences_button_label"] ?? null), 80, $this-&gt;source), "html", null, true);
                    echo "
              
            ";
                }
                // line 83
                echo "      
        ";
            }
            // line 85
            echo "
        
          ";
            // line 87
            if (($context["tertiary_button_label"] ?? null)) {
                // line 88
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["tertiary_button_class"] ?? null), 88, $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["tertiary_button_label"] ?? null), 88, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 90
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["primary_button_class"] ?? null), 90, $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["agree_button"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "
          ";
            // line 91
            if (($context["secondary_button_label"] ?? null)) {
                // line 92
                echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["secondary_button_class"] ?? null), 92, $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["secondary_button_label"] ?? null), 92, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 94
            echo "    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  193 =&gt; 94,  185 =&gt; 92,  183 =&gt; 91,  176 =&gt; 90,  168 =&gt; 88,  166 =&gt; 87,  160 =&gt; 86,  157 =&gt; 85,  153 =&gt; 83,  145 =&gt; 80,  141 =&gt; 78,  138 =&gt; 77,  131 =&gt; 75,  125 =&gt; 73,  123 =&gt; 72,  116 =&gt; 70,  109 =&gt; 69,  105 =&gt; 68,  101 =&gt; 67,  97 =&gt; 66,  93 =&gt; 64,  89 =&gt; 63,  86 =&gt; 62,  84 =&gt; 61,  80 =&gt; 59,  74 =&gt; 57,  72 =&gt; 56,  68 =&gt; 55,  65 =&gt; 54,  61 =&gt; 52,  59 =&gt; 51,  53 =&gt; 49,  51 =&gt; 47,  50 =&gt; 44,  44 =&gt; 42,  42 =&gt; 41,  39 =&gt; 40,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig", "/home/focalizando/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 41, "set" =&gt; 44, "for" =&gt; 63);
            static $filters = array("escape" =&gt; 42, "clean_class" =&gt; 47);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'set', '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_f10fd7fc4032ae58b8b8a99f598a738b', 'modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig') (Line: 55)
    twig_render_template('modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_popup_info.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('eu_cookie_compliance_popup_info', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 524)
    eu_cookie_compliance_build_data() (Line: 174)
    eu_cookie_compliance_page_attachments(Array) (Line: 313)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'eu_cookie_compliance') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 314)
    Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 288)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_eu_cookie_compliance_with_U-eUYSNHXXj0ySvHJ2LBCr7E_', '&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;
    
    /* modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig */
    class __TwigTemplate_207617d10a95aa24f6240fe27120adda 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
            echo "";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["withdraw_tab_button_label"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    
      
        
          ";
            // line 26
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["message"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "
        
        
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["olivero_primary_button_classes"] ?? null), 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["withdraw_action_button_label"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  53 =&gt; 29,  47 =&gt; 26,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig", "/home/focalizando/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74_eu_cookie_compliance_with_U-eUYSNHXXj0ySvHJ2LBCr7E_', '&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;
    
    /* modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig */
    class __TwigTemplate_207617d10a95aa24f6240fe27120adda 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
            echo "";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["withdraw_tab_button_label"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    
      
        
          ";
            // line 26
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["message"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "
        
        
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["olivero_primary_button_classes"] ?? null), 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["withdraw_action_button_label"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  53 =&gt; 29,  47 =&gt; 26,  39 =&gt; 22,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig", "/home/focalizando/modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 22);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_207617d10a95aa24f6240fe27120adda', 'modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig') (Line: 55)
    twig_render_template('modules/contrib/eu_cookie_compliance/templates/eu_cookie_compliance_withdraw.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('eu_cookie_compliance_withdraw', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 552)
    eu_cookie_compliance_build_data() (Line: 174)
    eu_cookie_compliance_page_attachments(Array) (Line: 313)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}(Object, 'eu_cookie_compliance') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('page_attachments', Object) (Line: 314)
    Drupal\Core\Render\MainContent\HtmlRenderer->invokePageAttachmentHooks(Array) (Line: 288)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 78)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_html.html.twig_MWCopw3chd1X5PiB_TLvFxqKr', '&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/focalizandoamp/html.html.twig */
    class __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 28
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "&gt;
      
    
      
    
    \t
        {
          \"@context\": \"http://schema.org\",
          \"@type\": \"Organization\",
          \"name\": \"Focalizando\",
          \"url\": \"https://focalizando.com.br\",
          \"logo\": \"https://focalizando.com.br/themes/custom/focalizando/assets/images/logo-preto-focalizando.png\",
          \"sameAs\": [
          \"https://www.pinterest.com/portalfocalizando\",
          \"https://www.facebook.com/PortalFocalizando-260018209220410\",
          \"https://www.instagram.com/portal.focalizando\",
          \"https://twitter.com/focalizando2022\",
          \"https://t.me/focalizando\"
          ]
        }
        
    
            {\"@context\":\"http://schema.org\",\"@type\":\"WebSite\",\"url\":\"https://focalizando.com.br/\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":\"https://focalizando.com.br/search/node?keys={search_term_string}\",\"query-input\":\"required name=search_term_string\"}}
    
    
    
    
        
    
        ";
            // line 58
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 59
                echo "      
          
        ";
            }
            // line 62
            echo "
    
        
        
    
    
        
        
    
        
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 72, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 73
            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), 73, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 74, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 75, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}
    
        ";
            // line 78
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["renderfaq"] ?? null), 78, $this-&gt;source));
            echo "
    \t";
            // line 79
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["itemlist"] ?? null), 79, $this-&gt;source));
            echo "
    
    
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 83, $this-&gt;source), "html", null, true);
            echo "&gt;
    
    
    
      
        {\"optoutElementId\":\"__gaOptOutExtension\",\"vars\":{\"config\":{\"UA-210215767-1\":{\"groups\":\"default\",\"linker\":{\"domains\":[\"focalizando.com.br\"]}},\"G-ZRXYHRH4WJ\":{\"groups\":\"default\",\"linker\":{\"domains\":[\"focalizando.com.br\"]}}}},\"triggers\":{\"storyProgress\":{\"on\":\"story-page-visible\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_progress\",\"event_category\":\"\${title}\",\"event_label\":\"\${storyPageIndex}\",\"event_value\":\"\${storyProgress}\",\"send_to\":\"UA-210215767-1\"}},\"storyEnd\":{\"on\":\"story-last-page-visible\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_complete\",\"event_category\":\"\${title}\",\"event_label\":\"\${storyPageCount}\",\"send_to\":\"UA-210215767-1\"}},\"trackFocusState\":{\"on\":\"story-focus\",\"tagName\":\"a\",\"request\":\"click \",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_focus\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"trackClickThrough\":{\"on\":\"story-click-through\",\"tagName\":\"a\",\"request\":\"click \",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_click_through\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"storyOpen\":{\"on\":\"story-open\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_open\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"storyClose\":{\"on\":\"story-close\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_close\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"audioMuted\":{\"on\":\"story-audio-muted\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_audio_muted\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"audioUnmuted\":{\"on\":\"story-audio-unmuted\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_audio_unmuted\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"pageAttachmentEnter\":{\"on\":\"story-page-attachment-enter\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_page_attachment_enter\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"pageAttachmentExit\":{\"on\":\"story-page-attachment-exit\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_page_attachment_exit\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}}}}
      
    
    
    
    
    
    
    
    
    
    
      ";
            // line 100
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 101
                echo "  
         
    
    ";
            }
            // line 106
            echo "
        ";
            // line 107
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 107, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 108
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 108, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 109
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 109, $this-&gt;source), "html", null, true);
            echo "
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  162 =&gt; 109,  158 =&gt; 108,  154 =&gt; 107,  151 =&gt; 106,  144 =&gt; 101,  142 =&gt; 100,  122 =&gt; 83,  115 =&gt; 79,  111 =&gt; 78,  105 =&gt; 75,  101 =&gt; 74,  97 =&gt; 73,  93 =&gt; 72,  81 =&gt; 62,  76 =&gt; 59,  74 =&gt; 58,  42 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/html.html.twig", "/home/focalizando/themes/custom/focalizandoamp/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 58);
            static $filters = array("escape" =&gt; 29, "raw" =&gt; 72, "safe_join" =&gt; 73);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'raw', 'safe_join'],
                    []
                );
            } 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('6645336eb5c74_html.html.twig_MWCopw3chd1X5PiB_TLvFxqKr', '&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/focalizandoamp/html.html.twig */
    class __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b extends \Twig\Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 28
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "&gt;
      
    
      
    
    \t
        {
          \"@context\": \"http://schema.org\",
          \"@type\": \"Organization\",
          \"name\": \"Focalizando\",
          \"url\": \"https://focalizando.com.br\",
          \"logo\": \"https://focalizando.com.br/themes/custom/focalizando/assets/images/logo-preto-focalizando.png\",
          \"sameAs\": [
          \"https://www.pinterest.com/portalfocalizando\",
          \"https://www.facebook.com/PortalFocalizando-260018209220410\",
          \"https://www.instagram.com/portal.focalizando\",
          \"https://twitter.com/focalizando2022\",
          \"https://t.me/focalizando\"
          ]
        }
        
    
            {\"@context\":\"http://schema.org\",\"@type\":\"WebSite\",\"url\":\"https://focalizando.com.br/\",\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":\"https://focalizando.com.br/search/node?keys={search_term_string}\",\"query-input\":\"required name=search_term_string\"}}
    
    
    
    
        
    
        ";
            // line 58
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 59
                echo "      
          
        ";
            }
            // line 62
            echo "
    
        
        
    
    
        
        
    
        
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 72, $this-&gt;source));
            echo "\"&gt;
        ";
            // line 73
            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), 73, $this-&gt;source), " | "));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 74, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 75, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}
    
        ";
            // line 78
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["renderfaq"] ?? null), 78, $this-&gt;source));
            echo "
    \t";
            // line 79
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["itemlist"] ?? null), 79, $this-&gt;source));
            echo "
    
    
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 83, $this-&gt;source), "html", null, true);
            echo "&gt;
    
    
    
      
        {\"optoutElementId\":\"__gaOptOutExtension\",\"vars\":{\"config\":{\"UA-210215767-1\":{\"groups\":\"default\",\"linker\":{\"domains\":[\"focalizando.com.br\"]}},\"G-ZRXYHRH4WJ\":{\"groups\":\"default\",\"linker\":{\"domains\":[\"focalizando.com.br\"]}}}},\"triggers\":{\"storyProgress\":{\"on\":\"story-page-visible\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_progress\",\"event_category\":\"\${title}\",\"event_label\":\"\${storyPageIndex}\",\"event_value\":\"\${storyProgress}\",\"send_to\":\"UA-210215767-1\"}},\"storyEnd\":{\"on\":\"story-last-page-visible\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_complete\",\"event_category\":\"\${title}\",\"event_label\":\"\${storyPageCount}\",\"send_to\":\"UA-210215767-1\"}},\"trackFocusState\":{\"on\":\"story-focus\",\"tagName\":\"a\",\"request\":\"click \",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_focus\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"trackClickThrough\":{\"on\":\"story-click-through\",\"tagName\":\"a\",\"request\":\"click \",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_click_through\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"storyOpen\":{\"on\":\"story-open\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_open\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"storyClose\":{\"on\":\"story-close\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_close\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"audioMuted\":{\"on\":\"story-audio-muted\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_audio_muted\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"audioUnmuted\":{\"on\":\"story-audio-unmuted\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_audio_unmuted\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"pageAttachmentEnter\":{\"on\":\"story-page-attachment-enter\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_page_attachment_enter\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}},\"pageAttachmentExit\":{\"on\":\"story-page-attachment-exit\",\"request\":\"event\",\"vars\":{\"event_name\":\"custom\",\"event_action\":\"story_page_attachment_exit\",\"event_category\":\"\${title}\",\"send_to\":\"UA-210215767-1\"}}}}
      
    
    
    
    
    
    
    
    
    
    
      ";
            // line 100
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 101
                echo "  
         
    
    ";
            }
            // line 106
            echo "
        ";
            // line 107
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 107, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 108
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 108, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 109
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 109, $this-&gt;source), "html", null, true);
            echo "
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  162 =&gt; 109,  158 =&gt; 108,  154 =&gt; 107,  151 =&gt; 106,  144 =&gt; 101,  142 =&gt; 100,  122 =&gt; 83,  115 =&gt; 79,  111 =&gt; 78,  105 =&gt; 75,  101 =&gt; 74,  97 =&gt; 73,  93 =&gt; 72,  81 =&gt; 62,  76 =&gt; 59,  74 =&gt; 58,  42 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/html.html.twig", "/home/focalizando/themes/custom/focalizandoamp/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 58);
            static $filters = array("escape" =&gt; 29, "raw" =&gt; 72, "safe_join" =&gt; 73);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'raw', 'safe_join'],
                    []
                );
            } 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_2c40595a875cc5dcda201a5bcb441e0b', 'themes/custom/focalizandoamp/html.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/html.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_page.html.twig_a7GkePYj9MNFUNcGbEsJgqcy0', '&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/focalizandoamp/page.html.twig */
    class __TwigTemplate_3a03865a230194510f40901b887c9627 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
            echo "
    
      ";
            // line 50
            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, 50), 50, $this-&gt;source), "html", null, true);
            echo "
    
    
    
      <ul>
        <li><a>Home</a></li>
        <li><a>Entretenimento</a></li>
        <li><a>Curiosidades</a></li>
        <li><a>Series</a></li>
        <li><a>Filmes</a></li>
        <li><a>Dicas de Receitas</a></li>
        <li><a>Agendas</a></li>
        <li><a>Roteiros Imperdíveis</a></li>
        <li><a>Saúde bem estar</a></li>
      </ul>
    
    
      ";
            // line 67
            if (($context["is_front"] ?? null)) {
                // line 68
                echo "    
        ";
                // line 69
                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), "front", [], "any", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
                echo "
          
            
              
                ";
                // 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), "front_destaque_principal_lateral", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
                echo "
              
            
          
         ";
                // line 77
                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), "front_destaque_central", [], "any", false, false, true, 77), 77, $this-&gt;source), "html", null, true);
                echo "
         
           
             
               
                 
                 ";
                // line 83
                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), "front_destaque_inferior_titulo", [], "any", false, false, true, 83), 83, $this-&gt;source), "html", null, true);
                echo "
                 
                   ";
                // line 85
                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), "front_destaque_inferior", [], "any", false, false, true, 85), 85, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 87
                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), "front_destaque_inferior_com_video", [], "any", false, false, true, 87), 87, $this-&gt;source), "html", null, true);
                echo "
                   
                   
                     ";
                // line 90
                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), "front_destaque_inferior_esqueda", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "
                     ";
                // line 91
                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), "front_destaque_inferior_direita", [], "any", false, false, true, 91), 91, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 93
                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), "front_destaque_adsense_inferior", [], "any", false, false, true, 93), 93, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
    
               
               
                 
    
                   ";
                // line 102
                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), "front_destaque_home_side_bar_categoria", [], "any", false, false, true, 102), 102, $this-&gt;source), "html", null, true);
                echo "
                   ";
                // line 103
                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), "front_destaque_home_mais_lidas", [], "any", false, false, true, 103), 103, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
              
    
             
           
         
    
    
          
            
              
                
                  ";
                // line 118
                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), "front_destaque_home_video_titulo_botao", [], "any", false, false, true, 118), 118, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 121
                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), "front_destaque_home_video_destaque", [], "any", false, false, true, 121), 121, $this-&gt;source), "html", null, true);
                echo "
                
                
                    ";
                // line 124
                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), "front_destaque_home_video_lista_esqueda", [], "any", false, false, true, 124), 124, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 127
                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), "front_destaque_home_video_lista_direita", [], "any", false, false, true, 127), 127, $this-&gt;source), "html", null, true);
                echo "
                
              
            
          
    
        
    
          
            
              
                
                
                  ";
                // line 140
                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), "front_destaque_home_extras_1_titulo", [], "any", false, false, true, 140), 140, $this-&gt;source), "html", null, true);
                echo "
                  
                    ";
                // line 142
                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), "front_destaque_home_extra_1_destaque", [], "any", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
                echo "
                  
                  
                    ";
                // line 145
                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), "front_destaque_home_extra_1", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                echo "
                  
                
                
                  ";
                // line 149
                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), "front_destaque_home_extras_2_titulo_botao", [], "any", false, false, true, 149), 149, $this-&gt;source), "html", null, true);
                echo "
    
                  
                    
                      
                        ";
                // line 164
                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), "front_destaque_home_extra_2", [], "any", false, false, true, 164), 164, $this-&gt;source), "html", null, true);
                echo "
                      
                    
                  
                
              
    
              
                
                  
                    ";
                // line 174
                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), "front_destaque_home_extras_3_titulo", [], "any", false, false, true, 174), 174, $this-&gt;source), "html", null, true);
                echo "
                    
                      
                        ";
                // line 183
                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), "front_destaque_home_extra_3", [], "any", false, false, true, 183), 183, $this-&gt;source), "html", null, true);
                echo "
                      
                    
    
                    
                    
    
                  
                
    
              
    
    
    
    
    
    
            
          
        
    
    
      
    
      ";
            } else {
                // 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), "content", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 212
            echo "
    
      
        
        
          
            
            
          
          
            Novidades do dia-a-dia em geral focalizando no que há de melhor
          
        
        
    
        
        
    
        
        
    
          
            Últimas do Focalizando
    
            ";
            // line 236
            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_ultimas", [], "any", false, false, true, 236), 236, $this-&gt;source), "html", null, true);
            echo "---&gt;
    
            
           
          
    
          
          
            Menu
            
              
                ";
            // line 247
            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_menu", [], "any", false, false, true, 247), 247, $this-&gt;source), "html", null, true);
            echo "
              
              
                <ul>
                  ";
            // line 251
            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_categoria", [], "any", false, false, true, 251), 251, $this-&gt;source), "html", null, true);
            echo "
                </ul>
              
            
          
    
          
          
            Acompanhe Nossas Mídias
            <ul>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              
            </ul>
          
    
    
        
        
    
      
    
      
      
        
          
            
              
              ©2021 <a>Focalizando</a>. All rights reserved
              
            
            
              <ul>
                <li><a>Política de privacidade</a></li>
                
                <li><a>Cookies</a></li>
              </ul>
            
          
        
      
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  329 =&gt; 251,  322 =&gt; 247,  308 =&gt; 236,  282 =&gt; 212,  276 =&gt; 209,  273 =&gt; 208,  245 =&gt; 183,  233 =&gt; 174,  220 =&gt; 164,  202 =&gt; 149,  195 =&gt; 145,  189 =&gt; 142,  184 =&gt; 140,  168 =&gt; 127,  162 =&gt; 124,  156 =&gt; 121,  150 =&gt; 118,  132 =&gt; 103,  128 =&gt; 102,  116 =&gt; 93,  111 =&gt; 91,  107 =&gt; 90,  101 =&gt; 87,  96 =&gt; 85,  91 =&gt; 83,  82 =&gt; 77,  75 =&gt; 73,  68 =&gt; 69,  65 =&gt; 68,  63 =&gt; 67,  43 =&gt; 50,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/page.html.twig", "/home/focalizando/themes/custom/focalizandoamp/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 67);
            static $filters = array("escape" =&gt; 50);
            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('6645336eb5c74_page.html.twig_a7GkePYj9MNFUNcGbEsJgqcy0', '&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/focalizandoamp/page.html.twig */
    class __TwigTemplate_3a03865a230194510f40901b887c9627 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
            echo "
    
      ";
            // line 50
            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, 50), 50, $this-&gt;source), "html", null, true);
            echo "
    
    
    
      <ul>
        <li><a>Home</a></li>
        <li><a>Entretenimento</a></li>
        <li><a>Curiosidades</a></li>
        <li><a>Series</a></li>
        <li><a>Filmes</a></li>
        <li><a>Dicas de Receitas</a></li>
        <li><a>Agendas</a></li>
        <li><a>Roteiros Imperdíveis</a></li>
        <li><a>Saúde bem estar</a></li>
      </ul>
    
    
      ";
            // line 67
            if (($context["is_front"] ?? null)) {
                // line 68
                echo "    
        ";
                // line 69
                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), "front", [], "any", false, false, true, 69), 69, $this-&gt;source), "html", null, true);
                echo "
          
            
              
                ";
                // 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), "front_destaque_principal_lateral", [], "any", false, false, true, 73), 73, $this-&gt;source), "html", null, true);
                echo "
              
            
          
         ";
                // line 77
                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), "front_destaque_central", [], "any", false, false, true, 77), 77, $this-&gt;source), "html", null, true);
                echo "
         
           
             
               
                 
                 ";
                // line 83
                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), "front_destaque_inferior_titulo", [], "any", false, false, true, 83), 83, $this-&gt;source), "html", null, true);
                echo "
                 
                   ";
                // line 85
                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), "front_destaque_inferior", [], "any", false, false, true, 85), 85, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 87
                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), "front_destaque_inferior_com_video", [], "any", false, false, true, 87), 87, $this-&gt;source), "html", null, true);
                echo "
                   
                   
                     ";
                // line 90
                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), "front_destaque_inferior_esqueda", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "
                     ";
                // line 91
                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), "front_destaque_inferior_direita", [], "any", false, false, true, 91), 91, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 93
                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), "front_destaque_adsense_inferior", [], "any", false, false, true, 93), 93, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
    
               
               
                 
    
                   ";
                // line 102
                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), "front_destaque_home_side_bar_categoria", [], "any", false, false, true, 102), 102, $this-&gt;source), "html", null, true);
                echo "
                   ";
                // line 103
                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), "front_destaque_home_mais_lidas", [], "any", false, false, true, 103), 103, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
              
    
             
           
         
    
    
          
            
              
                
                  ";
                // line 118
                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), "front_destaque_home_video_titulo_botao", [], "any", false, false, true, 118), 118, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 121
                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), "front_destaque_home_video_destaque", [], "any", false, false, true, 121), 121, $this-&gt;source), "html", null, true);
                echo "
                
                
                    ";
                // line 124
                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), "front_destaque_home_video_lista_esqueda", [], "any", false, false, true, 124), 124, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 127
                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), "front_destaque_home_video_lista_direita", [], "any", false, false, true, 127), 127, $this-&gt;source), "html", null, true);
                echo "
                
              
            
          
    
        
    
          
            
              
                
                
                  ";
                // line 140
                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), "front_destaque_home_extras_1_titulo", [], "any", false, false, true, 140), 140, $this-&gt;source), "html", null, true);
                echo "
                  
                    ";
                // line 142
                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), "front_destaque_home_extra_1_destaque", [], "any", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
                echo "
                  
                  
                    ";
                // line 145
                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), "front_destaque_home_extra_1", [], "any", false, false, true, 145), 145, $this-&gt;source), "html", null, true);
                echo "
                  
                
                
                  ";
                // line 149
                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), "front_destaque_home_extras_2_titulo_botao", [], "any", false, false, true, 149), 149, $this-&gt;source), "html", null, true);
                echo "
    
                  
                    
                      
                        ";
                // line 164
                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), "front_destaque_home_extra_2", [], "any", false, false, true, 164), 164, $this-&gt;source), "html", null, true);
                echo "
                      
                    
                  
                
              
    
              
                
                  
                    ";
                // line 174
                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), "front_destaque_home_extras_3_titulo", [], "any", false, false, true, 174), 174, $this-&gt;source), "html", null, true);
                echo "
                    
                      
                        ";
                // line 183
                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), "front_destaque_home_extra_3", [], "any", false, false, true, 183), 183, $this-&gt;source), "html", null, true);
                echo "
                      
                    
    
                    
                    
    
                  
                
    
              
    
    
    
    
    
    
            
          
        
    
    
      
    
      ";
            } else {
                // 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), "content", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 212
            echo "
    
      
        
        
          
            
            
          
          
            Novidades do dia-a-dia em geral focalizando no que há de melhor
          
        
        
    
        
        
    
        
        
    
          
            Últimas do Focalizando
    
            ";
            // line 236
            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_ultimas", [], "any", false, false, true, 236), 236, $this-&gt;source), "html", null, true);
            echo "---&gt;
    
            
           
          
    
          
          
            Menu
            
              
                ";
            // line 247
            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_menu", [], "any", false, false, true, 247), 247, $this-&gt;source), "html", null, true);
            echo "
              
              
                <ul>
                  ";
            // line 251
            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_categoria", [], "any", false, false, true, 251), 251, $this-&gt;source), "html", null, true);
            echo "
                </ul>
              
            
          
    
          
          
            Acompanhe Nossas Mídias
            <ul>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              
            </ul>
          
    
    
        
        
    
      
    
      
      
        
          
            
              
              ©2021 <a>Focalizando</a>. All rights reserved
              
            
            
              <ul>
                <li><a>Política de privacidade</a></li>
                
                <li><a>Cookies</a></li>
              </ul>
            
          
        
      
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  329 =&gt; 251,  322 =&gt; 247,  308 =&gt; 236,  282 =&gt; 212,  276 =&gt; 209,  273 =&gt; 208,  245 =&gt; 183,  233 =&gt; 174,  220 =&gt; 164,  202 =&gt; 149,  195 =&gt; 145,  189 =&gt; 142,  184 =&gt; 140,  168 =&gt; 127,  162 =&gt; 124,  156 =&gt; 121,  150 =&gt; 118,  132 =&gt; 103,  128 =&gt; 102,  116 =&gt; 93,  111 =&gt; 91,  107 =&gt; 90,  101 =&gt; 87,  96 =&gt; 85,  91 =&gt; 83,  82 =&gt; 77,  75 =&gt; 73,  68 =&gt; 69,  65 =&gt; 68,  63 =&gt; 67,  43 =&gt; 50,  39 =&gt; 48,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/page.html.twig", "/home/focalizando/themes/custom/focalizandoamp/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 67);
            static $filters = array("escape" =&gt; 50);
            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_3a03865a230194510f40901b887c9627', 'themes/custom/focalizandoamp/page.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/page.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_block.html.twig_iU6nhNpPDj34e8dA44E8Zo9qA', '&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/focalizandoamp/template/block/block.html.twig */
    class __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df 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 28
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 29
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/block/block.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 29,  40 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 28);
            static $filters = array("escape" =&gt; 29);
            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('6645336eb5c74_block.html.twig_iU6nhNpPDj34e8dA44E8Zo9qA', '&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/focalizandoamp/template/block/block.html.twig */
    class __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df 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 28
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 29
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 29, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/block/block.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 29,  40 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 28);
            static $filters = array("escape" =&gt; 29);
            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_8321bb64236a31a504ccb71bd72ac6df', 'themes/custom/focalizandoamp/template/block/block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/block/block.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view--trending.html_RGk0hc_FPdYsxVShwDnTar5i4', '&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/focalizandoamp/template/views/trending/views-view--trending.html.twig */
    class __TwigTemplate_1e76398510b0287c899bec9fc25458f6 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo "
    
      
        
          
          
            
            
              Trending:
            
            
            
              
                
                ";
                // line 54
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "
              
            
          
          
          
    
            <ul>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              <li><a>Twitter</a></li>
              <a>YouTube</a></li>
              <li><a>Website Notifications</a></li>
              <li><a>Newsletters</a></li>
              <li><a>Podcasts</a></li>
              --&gt;
            </ul>
    
    
    
          
        
        
        
      
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 54,  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 54);
            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('6645336eb5c74_views-view--trending.html_RGk0hc_FPdYsxVShwDnTar5i4', '&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/focalizandoamp/template/views/trending/views-view--trending.html.twig */
    class __TwigTemplate_1e76398510b0287c899bec9fc25458f6 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo "
    
      
        
          
          
            
            
              Trending:
            
            
            
              
                
                ";
                // line 54
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "
              
            
          
          
          
    
            <ul>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              <li><a>Twitter</a></li>
              <a>YouTube</a></li>
              <li><a>Website Notifications</a></li>
              <li><a>Newsletters</a></li>
              <li><a>Podcasts</a></li>
              --&gt;
            </ul>
    
    
    
          
        
        
        
      
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  63 =&gt; 54,  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 54);
            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_1e76398510b0287c899bec9fc25458f6', 'themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/trending/views-view--trending.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__trending', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_field.html.twig_BVL96DGSMJWXZtq9ccCxnu-CO', '&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/focalizandoamp/template/field/field.html.twig */
    class __TwigTemplate_0cc117f4ec22ab375667f7b85262b70d 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 39
            if (($context["label_hidden"] ?? null)) {
                // line 40
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 41
                    echo "      ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 42
                        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["item"], "content", [], "any", false, false, true, 42), 42, $this-&gt;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 44
                    echo "  ";
                } else {
                    // line 45
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 46
                        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["item"], "content", [], "any", false, false, true, 46), 46, $this-&gt;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 48
                    echo "  ";
                }
            } else {
                // line 50
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 51
                    echo "    ";
                }
                // line 52
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 53
                    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["item"], "content", [], "any", false, false, true, 53), 53, $this-&gt;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 55
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 56
                    echo "    ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  102 =&gt; 56,  99 =&gt; 55,  90 =&gt; 53,  85 =&gt; 52,  82 =&gt; 51,  79 =&gt; 50,  75 =&gt; 48,  66 =&gt; 46,  61 =&gt; 45,  58 =&gt; 44,  49 =&gt; 42,  44 =&gt; 41,  41 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/field/field.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 39, "for" =&gt; 41);
            static $filters = array("escape" =&gt; 42);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['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('6645336eb5c74_field.html.twig_BVL96DGSMJWXZtq9ccCxnu-CO', '&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/focalizandoamp/template/field/field.html.twig */
    class __TwigTemplate_0cc117f4ec22ab375667f7b85262b70d 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 39
            if (($context["label_hidden"] ?? null)) {
                // line 40
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 41
                    echo "      ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 42
                        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["item"], "content", [], "any", false, false, true, 42), 42, $this-&gt;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 44
                    echo "  ";
                } else {
                    // line 45
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 46
                        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["item"], "content", [], "any", false, false, true, 46), 46, $this-&gt;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 48
                    echo "  ";
                }
            } else {
                // line 50
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 51
                    echo "    ";
                }
                // line 52
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 53
                    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["item"], "content", [], "any", false, false, true, 53), 53, $this-&gt;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 55
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 56
                    echo "    ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/field/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  102 =&gt; 56,  99 =&gt; 55,  90 =&gt; 53,  85 =&gt; 52,  82 =&gt; 51,  79 =&gt; 50,  75 =&gt; 48,  66 =&gt; 46,  61 =&gt; 45,  58 =&gt; 44,  49 =&gt; 42,  44 =&gt; 41,  41 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/field/field.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/field/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 39, "for" =&gt; 41);
            static $filters = array("escape" =&gt; 42);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['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_0cc117f4ec22ab375667f7b85262b70d', 'themes/custom/focalizandoamp/template/field/field.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/field/field.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/field/field.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_block--system-menu-block-_ngEr4fZ1d5IhOCCISLkLzf1aX', '&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/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig */
    class __TwigTemplate_97e550d870e00caa07116220cdf6d744 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 34
            $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 34), 34, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
            // line 35
            echo "
      
        
          
    
            
            
              Menu
              
            
            ";
            // line 46
            echo "        
            
              ";
            // line 48
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 51
            echo "        
          
        
      
    
    ";
        }
    
        // line 48
        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 "themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  73 =&gt; 49,  69 =&gt; 48,  60 =&gt; 51,  58 =&gt; 48,  54 =&gt; 46,  42 =&gt; 35,  40 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34, "block" =&gt; 48);
            static $filters = array("clean_id" =&gt; 34, "escape" =&gt; 49);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'block'],
                    ['clean_id', '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('6645336eb5c74_block--system-menu-block-_ngEr4fZ1d5IhOCCISLkLzf1aX', '&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/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig */
    class __TwigTemplate_97e550d870e00caa07116220cdf6d744 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 34
            $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 34), 34, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
            // line 35
            echo "
      
        
          
    
            
            
              Menu
              
            
            ";
            // line 46
            echo "        
            
              ";
            // line 48
            $this-&gt;displayBlock('content', $context, $blocks);
            // line 51
            echo "        
          
        
      
    
    ";
        }
    
        // line 48
        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 "themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  73 =&gt; 49,  69 =&gt; 48,  60 =&gt; 51,  58 =&gt; 48,  54 =&gt; 46,  42 =&gt; 35,  40 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34, "block" =&gt; 48);
            static $filters = array("clean_id" =&gt; 34, "escape" =&gt; 49);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'block'],
                    ['clean_id', '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_97e550d870e00caa07116220cdf6d744', 'themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_menu--main-navigation-amp_NLXv-KD3YqvnhQTyaJFjXympG', '&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/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig */
    class __TwigTemplate_14f5b6b38c8b838db10e16b8647a9a14 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 21
            $macros["menus"] = $this-&gt;macros["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo "
    
    ";
            // line 29
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, 0], 29, $context, $this-&gt;getSourceContext()));
            echo "
    
      ";
        }
    
        // line 31
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__pp__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "pp" =&gt; $__pp__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 32
                echo "    ";
                $macros["menus"] = $this;
                // line 33
                echo "    ";
                if (($context["items"] ?? null)) {
                    // line 34
                    echo "      ";
                    if ((($context["menu_level"] ?? null) == 0)) {
                        // line 35
                        echo "<ul>
      ";
                    } elseif ((                // line 36
    ($context["menu_level"] ?? null) == 1)) {
                        // line 37
                        echo "  <ul echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pp"] ?? null), 37, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
        ";
                    } else {
                        // line 39
                        echo "    <ul>
          ";
                    }
                    // line 41
                    echo "      ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["key"] =&gt; $context["item"]) {
                        // line 42
                        echo "        ";
                        if ((($context["menu_level"] ?? null) == 0)) {
                            // line 43
                            echo "        <li if this->env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 43)) {
                                echo " dropdown";
                            }
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 43)) {
                                echo " active";
                            }
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 43)) {
                                echo " dropdown dropdown-fullwidth";
                            }
                            echo "\"&gt;
            ";
                        } else {
                            // line 45
                            echo "          <li>env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 45)) {
                                echo "class=\"dropdown-submenu dropend\"";
                            }
                            echo "&gt;
            ";
                        }
                        // line 47
                        echo "        ";
                        // line 48
                        echo "        <a if this->env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48) || twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 48))) {
                            echo " dropdown-toggle";
                        }
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 48)) {
                            echo " active";
                        }
                        echo "\" href=\"";
                        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"], "url", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "\" id=\"";
                        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"], "id", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "\"  ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48)) {
                            echo "data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"";
                            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"], "is_expanded", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                            echo "\"";
                        }
                        echo "  ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 48)) {
                            echo "data-bs-toggle=\"dropdown\"";
                        }
                        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"], "title", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "</a>
            ";
                        // line 49
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 49)) {
                            // line 50
                            echo "          ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 50), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1), twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "id", [], "any", false, false, true, 50)], 50, $context, $this-&gt;getSourceContext()));
                            echo "
            ";
                        }
                        // line 52
                        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 54
                    echo "
        </ul>
        ";
                }
                // line 57
                echo "    ";
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  173 =&gt; 57,  168 =&gt; 54,  161 =&gt; 52,  155 =&gt; 50,  153 =&gt; 49,  127 =&gt; 48,  125 =&gt; 47,  117 =&gt; 45,  103 =&gt; 43,  100 =&gt; 42,  95 =&gt; 41,  91 =&gt; 39,  85 =&gt; 37,  83 =&gt; 36,  80 =&gt; 35,  77 =&gt; 34,  74 =&gt; 33,  71 =&gt; 32,  55 =&gt; 31,  48 =&gt; 29,  44 =&gt; 27,  41 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("import" =&gt; 21, "macro" =&gt; 31, "if" =&gt; 33, "for" =&gt; 41);
            static $filters = array("escape" =&gt; 37);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['import', 'macro', 'if', 'for'],
                    ['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('6645336eb5c74_menu--main-navigation-amp_NLXv-KD3YqvnhQTyaJFjXympG', '&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/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig */
    class __TwigTemplate_14f5b6b38c8b838db10e16b8647a9a14 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 21
            $macros["menus"] = $this-&gt;macros["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo "
    
    ";
            // line 29
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, 0], 29, $context, $this-&gt;getSourceContext()));
            echo "
    
      ";
        }
    
        // line 31
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__pp__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "pp" =&gt; $__pp__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 32
                echo "    ";
                $macros["menus"] = $this;
                // line 33
                echo "    ";
                if (($context["items"] ?? null)) {
                    // line 34
                    echo "      ";
                    if ((($context["menu_level"] ?? null) == 0)) {
                        // line 35
                        echo "<ul>
      ";
                    } elseif ((                // line 36
    ($context["menu_level"] ?? null) == 1)) {
                        // line 37
                        echo "  <ul echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["pp"] ?? null), 37, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
        ";
                    } else {
                        // line 39
                        echo "    <ul>
          ";
                    }
                    // line 41
                    echo "      ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["key"] =&gt; $context["item"]) {
                        // line 42
                        echo "        ";
                        if ((($context["menu_level"] ?? null) == 0)) {
                            // line 43
                            echo "        <li if this->env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 43)) {
                                echo " dropdown";
                            }
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 43)) {
                                echo " active";
                            }
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 43)) {
                                echo " dropdown dropdown-fullwidth";
                            }
                            echo "\"&gt;
            ";
                        } else {
                            // line 45
                            echo "          <li>env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 45)) {
                                echo "class=\"dropdown-submenu dropend\"";
                            }
                            echo "&gt;
            ";
                        }
                        // line 47
                        echo "        ";
                        // line 48
                        echo "        <a if this->env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48) || twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 48))) {
                            echo " dropdown-toggle";
                        }
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 48)) {
                            echo " active";
                        }
                        echo "\" href=\"";
                        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"], "url", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "\" id=\"";
                        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"], "id", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "\"  ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48)) {
                            echo "data-bs-toggle=\"dropdown\" aria-haspopup=\"true\" aria-expanded=\"";
                            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"], "is_expanded", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                            echo "\"";
                        }
                        echo "  ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "full_width", [], "any", false, false, true, 48)) {
                            echo "data-bs-toggle=\"dropdown\"";
                        }
                        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"], "title", [], "any", false, false, true, 48), 48, $this-&gt;source), "html", null, true);
                        echo "</a>
            ";
                        // line 49
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 49)) {
                            // line 50
                            echo "          ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 50), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1), twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "id", [], "any", false, false, true, 50)], 50, $context, $this-&gt;getSourceContext()));
                            echo "
            ";
                        }
                        // line 52
                        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 54
                    echo "
        </ul>
        ";
                }
                // line 57
                echo "    ";
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  173 =&gt; 57,  168 =&gt; 54,  161 =&gt; 52,  155 =&gt; 50,  153 =&gt; 49,  127 =&gt; 48,  125 =&gt; 47,  117 =&gt; 45,  103 =&gt; 43,  100 =&gt; 42,  95 =&gt; 41,  91 =&gt; 39,  85 =&gt; 37,  83 =&gt; 36,  80 =&gt; 35,  77 =&gt; 34,  74 =&gt; 33,  71 =&gt; 32,  55 =&gt; 31,  48 =&gt; 29,  44 =&gt; 27,  41 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("import" =&gt; 21, "macro" =&gt; 31, "if" =&gt; 33, "for" =&gt; 41);
            static $filters = array("escape" =&gt; 37);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['import', 'macro', 'if', 'for'],
                    ['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_14f5b6b38c8b838db10e16b8647a9a14', 'themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/navigation/menu--main-navigation-amp.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__main_navigation_amp', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
    __TwigTemplate_97e550d870e00caa07116220cdf6d744->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 58)
    __TwigTemplate_97e550d870e00caa07116220cdf6d744->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/focalizandoamp/template/block/block--system-menu-block--main-navigation-amp.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_region.html.twig_VjBpxtdkqvNZxZw8pyWNGIAgd', '&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/focalizandoamp/template/layout/region.html.twig */
    class __TwigTemplate_55560c41544473fd3010d7e38f422197 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 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/layout/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 16,  39 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/layout/region.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15);
            static $filters = array("escape" =&gt; 16);
            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('6645336eb5c74_region.html.twig_VjBpxtdkqvNZxZw8pyWNGIAgd', '&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/focalizandoamp/template/layout/region.html.twig */
    class __TwigTemplate_55560c41544473fd3010d7e38f422197 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 15
            if (($context["content"] ?? null)) {
                // line 16
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/layout/region.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 16,  39 =&gt; 15,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/layout/region.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/layout/region.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 15);
            static $filters = array("escape" =&gt; 16);
            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_55560c41544473fd3010d7e38f422197', 'themes/custom/focalizandoamp/template/layout/region.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/layout/region.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/layout/region.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 43)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__b3b2d1_YViCMV7EeUvicz6CcUhmrPXV4', '&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;
    
    /* __string_template__b3b2d1ad40e342f50201fb79140438f6 */
    class __TwigTemplate_f9ee58616a796ad6cbe12aadc75c75cf 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 1
            echo "
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_categoria"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 3, $this-&gt;source), "html", null, true);
            echo "\" class=\"btn-link text-white fw-normal\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 3, $this-&gt;source), "html", null, true);
            echo "</a>
            ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__b3b2d1ad40e342f50201fb79140438f6";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  50 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__b3b2d1ad40e342f50201fb79140438f6", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 2);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74___string_template__b3b2d1_YViCMV7EeUvicz6CcUhmrPXV4', '&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;
    
    /* __string_template__b3b2d1ad40e342f50201fb79140438f6 */
    class __TwigTemplate_f9ee58616a796ad6cbe12aadc75c75cf 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 1
            echo "
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "\" class=\"badge bg-";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo " mb-2 custom-categoria\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_categoria"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 3, $this-&gt;source), "html", null, true);
            echo "\" class=\"btn-link text-white fw-normal\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 3, $this-&gt;source), "html", null, true);
            echo "</a>
            ";
        }
    
        public function getTemplateName()
        {
            return "__string_template__b3b2d1ad40e342f50201fb79140438f6";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  50 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__b3b2d1ad40e342f50201fb79140438f6", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 2);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_f9ee58616a796ad6cbe12aadc75c75cf', '__string_template__b3b2d1ad40e342f50201fb79140438f6', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__b3b2d1ad40e342f50201fb79140438f6') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}
              <a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
              <a href="{{ view_node }}" class="btn-link text-white fw-normal">{{ title }}</a>
            ') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}
              <a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
              <a href="{{ view_node }}" class="btn-link text-white fw-normal">{{ title }}</a>
            ', 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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 421)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('
              <a href="{{ view_taxonomy_term }}" class="badge bg-{{ field_cor }} mb-2 custom-categoria">{{ field_categoria }}</a>
              <a href="{{ view_node }}" class="btn-link text-white fw-normal">{{ title }}</a>
            ', Array) (Line: 1359)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1252)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1187)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1635)
    Drupal\views\ViewExecutable->executeDisplay('block_1', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 59)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 308)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view--footer_ultima_nGdmLsSrhmNRO2gBomH01xHzL', '&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/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig */
    class __TwigTemplate_e126201a771e6c1274cdcebcec8a9133 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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('6645336eb5c74_views-view--footer_ultima_nGdmLsSrhmNRO2gBomH01xHzL', '&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/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig */
    class __TwigTemplate_e126201a771e6c1274cdcebcec8a9133 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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_e126201a771e6c1274cdcebcec8a9133', 'themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__footer_ultimas', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 308)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-unformatted--f_Gw_lve5nXQYjpoBcOnWRql1Mg', '&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/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig */
    class __TwigTemplate_e6fe90bfeeb24ecf8199cd8d274a3ff1 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 19
                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["row"], "content", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 18);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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('6645336eb5c74_views-view-unformatted--f_Gw_lve5nXQYjpoBcOnWRql1Mg', '&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/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig */
    class __TwigTemplate_e6fe90bfeeb24ecf8199cd8d274a3ff1 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 19
                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["row"], "content", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 18);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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_e6fe90bfeeb24ecf8199cd8d274a3ff1', 'themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/footer_ultimas/views-view-unformatted--footer_ultimas.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted__footer_ultimas', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41)
    __TwigTemplate_e126201a771e6c1274cdcebcec8a9133->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/focalizandoamp/template/views/footer_ultimas/views-view--footer_ultimas.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__footer_ultimas', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 308)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_block--system-menu-block-_L9Yygl9tvTzAs5UxHSp35OEdB', '&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/focalizandoamp/template/block/block--system-menu-block--footer.html.twig */
    class __TwigTemplate_12f8de609c3ccf1ded8b440d13706015 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 34
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 35
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 35, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 35,  40 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 34);
            static $filters = array("escape" =&gt; 35);
            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('6645336eb5c74_block--system-menu-block-_L9Yygl9tvTzAs5UxHSp35OEdB', '&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/focalizandoamp/template/block/block--system-menu-block--footer.html.twig */
    class __TwigTemplate_12f8de609c3ccf1ded8b440d13706015 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 34
            $this-&gt;displayBlock('content', $context, $blocks);
        }
    
        public function block_content($context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 35
            echo "  ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 35, $this-&gt;source), "html", null, true);
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 35,  40 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("block" =&gt; 34);
            static $filters = array("escape" =&gt; 35);
            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_12f8de609c3ccf1ded8b440d13706015', 'themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/block/block--system-menu-block--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 322)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_menu--footer.html.twig_1SND0R2pW4UbZsw5nRChrMSDn', '&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/focalizandoamp/template/navigation/menu--footer.html.twig */
    class __TwigTemplate_17deec0accb76c4b54c0f98a77d679c2 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 21
            $macros["menus"] = $this-&gt;macros["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo "
    
    ";
            // line 29
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, 0], 29, $context, $this-&gt;getSourceContext()));
            echo "
      ";
        }
    
        // line 30
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__pp__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "pp" =&gt; $__pp__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 31
                echo "    ";
                $macros["menus"] = $this;
                // line 32
                echo "    ";
                if (($context["items"] ?? null)) {
                    // line 33
                    echo "      <ul>
          ";
                    // line 34
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 35
                        echo "          <li if this->env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 35)) {
                            echo " active";
                        }
                        echo "\"&gt;
                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                        echo "\" id=\"";
                        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"], "id", [], "any", false, false, true, 36), 36, $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"], "title", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                        echo "</a>
              </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 39
                    echo "      </ul>
        ";
                }
                // line 41
                echo "  ";
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  107 =&gt; 41,  103 =&gt; 39,  90 =&gt; 36,  83 =&gt; 35,  79 =&gt; 34,  76 =&gt; 33,  73 =&gt; 32,  70 =&gt; 31,  54 =&gt; 30,  48 =&gt; 29,  44 =&gt; 27,  41 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("import" =&gt; 21, "macro" =&gt; 30, "if" =&gt; 32, "for" =&gt; 34);
            static $filters = array("escape" =&gt; 36);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['import', 'macro', 'if', 'for'],
                    ['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('6645336eb5c74_menu--footer.html.twig_1SND0R2pW4UbZsw5nRChrMSDn', '&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/focalizandoamp/template/navigation/menu--footer.html.twig */
    class __TwigTemplate_17deec0accb76c4b54c0f98a77d679c2 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 21
            $macros["menus"] = $this-&gt;macros["menus"] = $this;
            // line 22
            echo "
    ";
            // line 27
            echo "
    
    ";
            // line 29
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0, 0], 29, $context, $this-&gt;getSourceContext()));
            echo "
      ";
        }
    
        // line 30
        public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, $__pp__ = null, ...$__varargs__)
        {
            $macros = $this-&gt;macros;
            $context = $this-&gt;env-&gt;mergeGlobals([
                "items" =&gt; $__items__,
                "attributes" =&gt; $__attributes__,
                "menu_level" =&gt; $__menu_level__,
                "pp" =&gt; $__pp__,
                "varargs" =&gt; $__varargs__,
            ]);
    
            $blocks = [];
    
            ob_start(function () { return ''; });
            try {
                // line 31
                echo "    ";
                $macros["menus"] = $this;
                // line 32
                echo "    ";
                if (($context["items"] ?? null)) {
                    // line 33
                    echo "      <ul>
          ";
                    // line 34
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 35
                        echo "          <li if this->env, $this-&gt;source, $context["item"], "is_active", [], "any", false, false, true, 35)) {
                            echo " active";
                        }
                        echo "\"&gt;
                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                        echo "\" id=\"";
                        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"], "id", [], "any", false, false, true, 36), 36, $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"], "title", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                        echo "</a>
              </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 39
                    echo "      </ul>
        ";
                }
                // line 41
                echo "  ";
    
                return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
            } finally {
                ob_end_clean();
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  107 =&gt; 41,  103 =&gt; 39,  90 =&gt; 36,  83 =&gt; 35,  79 =&gt; 34,  76 =&gt; 33,  73 =&gt; 32,  70 =&gt; 31,  54 =&gt; 30,  48 =&gt; 29,  44 =&gt; 27,  41 =&gt; 22,  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("import" =&gt; 21, "macro" =&gt; 30, "if" =&gt; 32, "for" =&gt; 34);
            static $filters = array("escape" =&gt; 36);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['import', 'macro', 'if', 'for'],
                    ['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_17deec0accb76c4b54c0f98a77d679c2', 'themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/navigation/menu--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('menu__footer', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_12f8de609c3ccf1ded8b440d13706015->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_12f8de609c3ccf1ded8b440d13706015->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/focalizandoamp/template/block/block--system-menu-block--footer.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 322)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74___string_template__ad3bb2_eoTQmSyrm3nLkkSjDNxdKvh1E', '&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;
    
    /* __string_template__ad3bb2af15a1cb18d4c645cb65256519 */
    class __TwigTemplate_15375a5e2711fa82d1fa677c268555cc 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 1
            echo "<li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "-soft\" href=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "</a></li>";
        }
    
        public function getTemplateName()
        {
            return "__string_template__ad3bb2af15a1cb18d4c645cb65256519";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__ad3bb2af15a1cb18d4c645cb65256519", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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('6645336eb5c74___string_template__ad3bb2_eoTQmSyrm3nLkkSjDNxdKvh1E', '&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;
    
    /* __string_template__ad3bb2af15a1cb18d4c645cb65256519 */
    class __TwigTemplate_15375a5e2711fa82d1fa677c268555cc 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 1
            echo "<li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["field_cor"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "-soft\" href=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_taxonomy_term"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "</a></li>";
        }
    
        public function getTemplateName()
        {
            return "__string_template__ad3bb2af15a1cb18d4c645cb65256519";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__ad3bb2af15a1cb18d4c645cb65256519", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['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_15375a5e2711fa82d1fa677c268555cc', '__string_template__ad3bb2af15a1cb18d4c645cb65256519', NULL) (Line: 381)
    Twig\Environment->loadTemplate('__string_template__ad3bb2af15a1cb18d4c645cb65256519') (Line: 462)
    Twig\Environment->createTemplate('{# inline_template_start #}<li class="nav-item"><a class="btn btn-sm btn-{{ field_cor }}-soft" href="{{ view_taxonomy_term }}">{{ name }}</a></li>') (Line: 235)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}<li class="nav-item"><a class="btn btn-sm btn-{{ field_cor }}-soft" href="{{ view_taxonomy_term }}">{{ name }}</a></li>', 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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 421)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('<li class="nav-item"><a class="btn btn-sm btn-{{ field_cor }}-soft" href="{{ view_taxonomy_term }}">{{ name }}</a></li>', Array) (Line: 1359)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1252)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1187)
    Drupal\views\Plugin\views\field\FieldPluginBase->advancedRender(Object) (Line: 238)
    template_preprocess_views_view_field(Array, 'views_view_field', Array)
    call_user_func_array('template_preprocess_views_view_field', Array) (Line: 287)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1748)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 774)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 713)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 579)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 470)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2169)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1538)
    Drupal\views\ViewExecutable->render() (Line: 131)
    Drupal\views\Plugin\views\display\Block->execute() (Line: 1635)
    Drupal\views\ViewExecutable->executeDisplay('block_2', Array) (Line: 81)
    Drupal\views\Element\View::preRenderViewElement(Array) (Line: 59)
    Drupal\views\Plugin\Block\ViewsBlock->build() (Line: 171)
    Drupal\block\BlockViewBuilder::preRender(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: 788)
    Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 329)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view--categoria_men_KAvsNMzNFHUrIkL8a8boZnrXL', '&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/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig */
    class __TwigTemplate_83bcdb21f12f4e999769d4c763d85d52 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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('6645336eb5c74_views-view--categoria_men_KAvsNMzNFHUrIkL8a8boZnrXL', '&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/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig */
    class __TwigTemplate_83bcdb21f12f4e999769d4c763d85d52 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 33
            if (($context["rows"] ?? null)) {
                // line 34
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 34, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 34,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 33);
            static $filters = array("escape" =&gt; 34);
            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_83bcdb21f12f4e999769d4c763d85d52', 'themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__categoria_menu', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 329)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_views-view-unformatted--c_2q9r3Yu9bUbXDkv-IzZAjsDCt', '&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/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig */
    class __TwigTemplate_5e538701bfb5b7abbeddb5297fdc63c0 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 19
                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["row"], "content", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 18);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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('6645336eb5c74_views-view-unformatted--c_2q9r3Yu9bUbXDkv-IzZAjsDCt', '&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/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig */
    class __TwigTemplate_5e538701bfb5b7abbeddb5297fdc63c0 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 19
                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["row"], "content", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 19,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 18);
            static $filters = array("escape" =&gt; 19);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for'],
                    ['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_5e538701bfb5b7abbeddb5297fdc63c0', 'themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/views/categoria_menu/views-view-unformatted--categoria_menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted__categoria_menu', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41)
    __TwigTemplate_83bcdb21f12f4e999769d4c763d85d52->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/focalizandoamp/template/views/categoria_menu/views-view--categoria_menu.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('views_view__categoria_menu', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 48)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_8321bb64236a31a504ccb71bd72ac6df->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/focalizandoamp/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 329)
    __TwigTemplate_3a03865a230194510f40901b887c9627->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/focalizandoamp/page.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    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('6645336eb5c74_off-canvas-page-wrapper.h_DJqEK2rR2rpT89m1LGsatG_sw', '&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/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_657272600eda8fdec6b23fab2790c6ec 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 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 21, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 21,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20);
            static $filters = array("escape" =&gt; 21);
            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('6645336eb5c74_off-canvas-page-wrapper.h_DJqEK2rR2rpT89m1LGsatG_sw', '&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/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_657272600eda8fdec6b23fab2790c6ec 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 20
            if (($context["children"] ?? null)) {
                // line 21
                echo "  ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 21, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 21,  39 =&gt; 20,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig", "/home/focalizando/themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 20);
            static $filters = array("escape" =&gt; 21);
            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_657272600eda8fdec6b23fab2790c6ec', 'themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizandoamp/template/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 489)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 479)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 158)
    __TwigTemplate_2c40595a875cc5dcda201a5bcb441e0b->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/focalizandoamp/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
    Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
    Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 110)
    Drupal\amp\Render\AmpHtmlRenderer->Drupal\amp\Render\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 111)
    Drupal\amp\Render\AmpHtmlRenderer->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: 174)
    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: 713)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
    
Dicas

DDD 88 no Ceará: Municípios e Como Realizar Ligações

Conheça as Cidades e Saiba Como Realizar Ligações com DDD 88

publicado em: 24/01/2024

O Ceará (CE) é um estado vibrante da região Nordeste do Brasil, conhecido por sua diversidade cultural e belezas naturais. Um aspecto interessante desse estado é o uso do código de discagem direta à distância, conhecido como DDD 88. Neste artigo, exploraremos detalhes sobre esse código, os municípios abrangidos e informações úteis para realizar ligações.

1. De Onde é o Prefixo DDD 88?

O prefixo DDD 88 pertence ao estado do Ceará (CE) e é utilizado em 141 cidades da região Nordeste do Brasil. Destacam-se municípios como Sobral, Juazeiro do Norte, Crato, Iguatu, Itapipoca e Quixadá.

2. Lista Completa com Todos os Municípios do DDD 88

Veja abaixo a lista completa com todas as 141 cidades do Ceará que fazem parte da área de serviço do código DDD 88:

Municípios:

  • Abaiara
  • Acaraú
  • Acopiara
  • Aiuaba
  • Alcântaras
  • Altaneira
  • Alto Santo
  • Amontada
  • Antonina do Norte
  • Aracati
  • Ararendá
  • Araripe
  • Arneiroz
  • Assaré
  • Aurora
  • Baixio
  • Banabuiú
  • Barbalha
  • Barro
  • Barroquinha
  • Bela Cruz
  • Boa Viagem
  • Brejo Santo
  • Camocim
  • Campos Sales
  • Cariré
  • Caririaçu
  • Cariús
  • Carnaubal
  • Catarina
  • Catunda
  • Cedro
  • Chaval
  • Choró
  • Coreaú
  • Crateús
  • Crato
  • Croatá
  • Cruz
  • Deputado Irapuan Pinheiro
  • Ererê
  • Farias Brito
  • Forquilha
  • Fortim
  • Frecheirinha
  • Graça
  • Granja
  • Granjeiro
  • Groaíras
  • Guaraciaba do Norte
  • Hidrolândia
  • Ibaretama
  • Ibiapina
  • Ibicuitinga
  • Icapuí
  • Icó
  • Iguatu
  • Independência
  • Ipaporanga
  • Ipaumirim
  • Ipu
  • Ipueiras
  • Iracema
  • Irauçuba
  • Itaiçaba
  • Itapipoca
  • Itapiúna
  • Itarema
  • Itatira
  • Jaguaretama
  • Jaguaribara
  • Jaguaribe
  • Jaguaruana
  • Jardim
  • Jati
  • Jijoca de Jericoacoara
  • Juazeiro do Norte
  • Jucás
  • Lavras da Mangabeira
  • Limoeiro do Norte
  • Madalena
  • Marco
  • Martinópole
  • Massapê
  • Mauriti
  • Meruoca
  • Milagres
  • Milhã
  • Miraíma
  • Missão Velha
  • Mombaça
  • Monsenhor Tabosa
  • Morada Nova
  • Moraújo
  • Morrinhos
  • Mucambo
  • Nova Olinda
  • Nova Russas
  • Novo Oriente
  • Orós
  • Pacujá
  • Palhano
  • Parambu
  • Pedra Branca
  • Penaforte
  • Pereiro
  • Piquet Carneiro
  • Pires Ferreira
  • Poranga
  • Porteiras
  • Potengi
  • Potiretama
  • Quiterianópolis
  • Quixadá
  • Quixelô
  • Quixeramobim
  • Quixeré
  • Reriutaba
  • Russas
  • Saboeiro
  • Salitre
  • Santa Quitéria
  • Santana do Acaraú
  • Santana do Cariri
  • São Benedito
  • São João do Jaguaribe
  • Senador Pompeu
  • Senador Sá
  • Sobral
  • Solonópole
  • Tabuleiro do Norte
  • Tamboril
  • Tarrafas
  • Tauá
  • Tianguá
  • Ubajara
  • Umari
  • Uruoca
  • Varjota
  • Várzea Alegre
  • Viçosa do Ceará

3. Como Realizar Ligações para as Cidades com DDD 88

Aqui estão algumas instruções úteis sobre como realizar ligações para os municípios que utilizam o DDD 88:

3.1 Ligações Interurbanas:

  • Tecle 0 + 88 + o número do telefone desejado.

3.2 Ligações Locais com o Mesmo DDD:

  • Tecle apenas o número de telefone, sem o código de discagem direta à distância.

3.3 Ligações Internacionais:

  1. Tecle 00;
  2. Tecle o código/DDD da sua operadora;
  3. Tecle +55 (DDI do Brasil);
  4. Tecle DDD 88 e o número de telefone desejado.

3.4 Ligações a Cobrar para o DDD 88:

  • De locais com o DDD 88: Tecle 90 + código da operadora + o telefone desejado;
  • De locais com outro DDD: Tecle 90 + código da operadora + 88 + o telefone desejado.

4. Como Ligar para o DDD 88 das Principais Operadoras

A seguir, aprenda como realizar ligações para o DDD 88 de todas as principais operadoras que atendem em território nacional.

4.1 Claro:

  • Tecle 0 + 21 (código da Claro) + 88 + o número de telefone.

4.2 Vivo:

  • Tecle 0 + 15 (código da Vivo) + 88 + o número de telefone.

4.3 Tim:

  • Tecle 0 + 41 (código da Tim) + 88 + o número de telefone.

4.4 Oi:

  • Tecle 0 + 31 ou 14 (códigos da Oi, dependendo da região) + 88 + o número de telefone.

4.5 Outras Operadoras:

  • Para outras operadoras, utilize o código correspondente seguido de 88 e o número desejado.

Conclusão

O DDD 88 no Ceará conecta diversas comunidades, tornando as comunicações mais acessíveis e facilitando a vida dos residentes e visitantes. Com essas informações, agora você está pronto para realizar ligações para os encantadores municípios cearenses.

Veja também

DDD 82 em Alagoas

Conheça as Cidades e Como Realizar Ligações

 


Publicado por

Thiago Ribeiro Guedes

Editor do Focalizando

Jornalista e graduado em Publicidade, fiz da internet o meu país. Nas minhas redes sociais (@thiagobotafogo) não coloco ninguém em vacilo e produzo conteúdo sobre vida adulta, viagens, séries, filmes, tv, Biriba (meu cachorro) e Botafogo. Ah, e adoro reclamar. Se a vida me cobrasse para reclamar, eu pagaria o dobro!

Compartilhar: