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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_yZue7d2uWukSfHJljzKJXFo_N', '<?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.html.twig */
    class __TwigTemplate_152bc8df62c6986c2be751ebd66efa47 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 "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/home/focalizando/core/themes/stable/templates/field/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_yZue7d2uWukSfHJljzKJXFo_N', '<?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.html.twig */
    class __TwigTemplate_152bc8df62c6986c2be751ebd66efa47 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 "core/themes/stable/templates/field/image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 13,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/themes/stable/templates/field/image.html.twig", "/home/focalizando/core/themes/stable/templates/field/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_152bc8df62c6986c2be751ebd66efa47', 'core/themes/stable/templates/field/image.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('core/themes/stable/templates/field/image.html.twig') (Line: 55)
    twig_render_template('core/themes/stable/templates/field/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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 1609)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 1609)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 1609)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_Nvky5h9vjEcPgOeGmOMQbeMU7', '&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/focalizando/template/form/container.html.twig */
    class __TwigTemplate_f214439a70aefeb50a6158bbc84842b2 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/focalizando/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/focalizando/template/form/container.html.twig", "/home/focalizando/themes/custom/focalizando/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_Nvky5h9vjEcPgOeGmOMQbeMU7', '&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/focalizando/template/form/container.html.twig */
    class __TwigTemplate_f214439a70aefeb50a6158bbc84842b2 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/focalizando/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/focalizando/template/form/container.html.twig", "/home/focalizando/themes/custom/focalizando/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_f214439a70aefeb50a6158bbc84842b2', 'themes/custom/focalizando/template/form/container.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/form/container.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 1609)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 1613)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_oVzrOAQ8ho_OfM8HoSHeakfaw', '&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/focalizando/views-view-field.html.twig */
    class __TwigTemplate_046cedade7e994e660de99027bc4c4ef 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/focalizando/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/focalizando/views-view-field.html.twig", "/home/focalizando/themes/custom/focalizando/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_oVzrOAQ8ho_OfM8HoSHeakfaw', '&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/focalizando/views-view-field.html.twig */
    class __TwigTemplate_046cedade7e994e660de99027bc4c4ef 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/focalizando/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/focalizando/views-view-field.html.twig", "/home/focalizando/themes/custom/focalizando/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_046cedade7e994e660de99027bc4c4ef', 'themes/custom/focalizando/views-view-field.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/views-view-field.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 1613)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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: 1613)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_X3iyJt9EI0t2Lv6roikwKihDI', '&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/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig */
    class __TwigTemplate_0479a28f4718c80ab60fad680e258d21 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/focalizando/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/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizando/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_X3iyJt9EI0t2Lv6roikwKihDI', '&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/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig */
    class __TwigTemplate_0479a28f4718c80ab60fad680e258d21 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/focalizando/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/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizando/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_0479a28f4718c80ab60fad680e258d21', 'themes/custom/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/views/destaque_relacionados/views-view--destaque_relacionados.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 1613)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_sw4b0DQ0H3DCP5uOZCiaxl90V', '&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/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig */
    class __TwigTemplate_370f15d43cb49fa10229eb9a2f641a3a 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 "
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    --&gt;
    
      Veja também
      
    
        
          ";
            // line 26
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 27
                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, 27), 27, $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 29
            echo "    
      
    
    
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    --&gt;
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  76 =&gt; 29,  70 =&gt; 27,  66 =&gt; 26,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 26);
            static $filters = array("escape" =&gt; 27);
            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_sw4b0DQ0H3DCP5uOZCiaxl90V', '&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/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig */
    class __TwigTemplate_370f15d43cb49fa10229eb9a2f641a3a 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 "
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    --&gt;
    
      Veja também
      
    
        
          ";
            // line 26
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 27
                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, 27), 27, $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 29
            echo "    
      
    
    
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    --&gt;
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  76 =&gt; 29,  70 =&gt; 27,  66 =&gt; 26,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig", "/home/focalizando/themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 26);
            static $filters = array("escape" =&gt; 27);
            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_370f15d43cb49fa10229eb9a2f641a3a', 'themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/views/destaque_relacionados/views-view-unformatted--destaque_relacionados.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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_0479a28f4718c80ab60fad680e258d21->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/focalizando/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: 1613)
    focalizando_preprocess_node(Array, 'node', Array)
    call_user_func_array('focalizando_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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_nL4vTpOPwaGQkRqC-yrjUzHt2', '&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/focalizando/node.html.twig */
    class __TwigTemplate_085c752118d9b58ce84a4c03b4e82ed0 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>Louis Ferguson</a>
                      An editor at Blogzine
                    
                    
                    <ul>
                      <li>Nov 15, 2021</li>
                      <li>5 min read</li>
                      <li><a></a> 266</li>
                      <li> 2344 Views</li>
                    </ul>
                    <ul>
                      <li>
                        <a>#agency</a>
                      </li>
                      <li>
                        <a>#business</a>
                      </li>
                      <li>
                        <a>#theme</a>
                      </li>
                      <li>
                        <a>#bootstrap</a>
                      </li>
                      <li>
                        <a>#marketing</a>
                      </li>
                    </ul>
                  
                
                --&gt;
                
    
                 ";
            // line 49
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 50
                echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                 ";
            }
            // line 60
            echo "
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li><a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_url"] ?? null), 65, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 65, $this-&gt;source), "html", null, true);
            echo "</a></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), 74, $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), 74, $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), 74, $this-&gt;source), "html", null, true);
            echo "</a>
                          ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 75, $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(($context["subtitulo"] ?? null), 77, $this-&gt;source), "html", null, true);
            echo "
                        ";
            // line 78
            if ((($context["data_de_exibicao"] ?? null) != "")) {
                // line 79
                echo "                      ";
                if ((($context["id"] ?? null) != 76)) {
                    // line 80
                    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), 80, $this-&gt;source), "html", null, true);
                    echo "</em>
                          ";
                }
                // line 82
                echo "                    ";
            }
            // line 83
            echo "                  
                  
    
                  ";
            // line 86
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 87
                echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                  ";
            }
            // line 97
            echo "
    
    
                  ";
            // line 100
            if (($context["gerazap"] ?? null)) {
                // line 101
                echo "
                        
    
                          ";
                // line 136
                echo "
                          
                            {{ mensagemError }}
                          
                          
                            
                              
                                Número do celular: 
                                
                              
                              
                            
                            
                              Mensagem:&nbsp; 
                                
                              
                            
                            Gerar Link
                          
                          
                            
                              
                                Link gerado
                                
                              
                              <strong>Pronto! </strong> Copie e compartilhe com usuários do Whatsapp!
                              
                              Copiar Link
                              Gerar novo link.
    
                            
                          
                          ";
                echo "
                        
    
                  ";
            }
            // line 140
            echo "
    
                    ";
            // line 143
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 143, $this-&gt;source));
            echo "
                  ";
            // line 144
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador"] ?? null), 144, $this-&gt;source));
            echo "
                  ";
            // line 145
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador_conclusao"] ?? null), 145, $this-&gt;source));
            echo "
    
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li><a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 152, $this-&gt;source), "html", null, true);
            echo "\"&gt;Categoria</a></li>
                        <li>";
            // line 153
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 153, $this-&gt;source), "html", null, true);
            echo "</li>
                      </ol>
                    
                    ";
            // line 156
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 156, $this-&gt;source), "html", null, true);
            echo "
                  
    
    
                  
                    
                      ";
            // line 162
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["principal"] ?? null), 162, $this-&gt;source), "html", null, true);
            echo "
                    
                    
                      
                        
                          ";
            // line 167
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_1"] ?? null), 167, $this-&gt;source), "html", null, true);
            echo "
                        
                        ";
            // line 169
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_2"] ?? null), 169, $this-&gt;source), "html", null, true);
            echo "
                      
                    
                  
    
                  
                  
                    ";
            // line 176
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_3"] ?? null), 176, $this-&gt;source), "html", null, true);
            echo "
                  
                  --&gt;
    
    
    
    
    
    
                  ";
            // line 185
            if (($context["perguntas"] ?? null)) {
                // line 186
                echo "
                      
    
                        
                          
    
                            
    
                            ";
                // line 239
                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 244
                echo "De {{ quiz.questions.length }}, você Acertou {{ score() }}";
                echo "
                              ";
                // line 245
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["resultados"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["resultado"]) {
                    // line 246
                    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, 246), 246, $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, 246), 246, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                                  ";
                    // line 247
                    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, 247), 247, $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 250
                echo "                          
                              
                                3?'fa-check-circle-o is-active':'fa-times-circle'\"&gt;
                              
                              
                              --&gt;
                              <a>Refazer teste </a>
                            
    
                          
                        
                      
                    
    
                      var quiz = {
                          user: \"Dave\",
                          questions: ";
                // line 267
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["perguntas"] ?? null), 267, $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 326
            echo "
    
                  ";
            // line 328
            if (((($context["proximo"] ?? null) != "") &amp;&amp; ($context["inicio"] ?? null))) {
                // line 329
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 329, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 331
            echo "
                  ";
            // line 332
            if ((($context["anterior"] ?? null) != "")) {
                // line 333
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["anterior"] ?? null), 333, $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 335
            echo "
                  ";
            // line 336
            if (((($context["proximo"] ?? null) != "") &amp;&amp; (($context["inicio"] ?? null) == false))) {
                // line 337
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 337, $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 339
            echo "
    
                  ";
            // line 341
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 342
                echo "
    
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    
    ";
            }
            // line 355
            echo "
    
                  ";
            // line 357
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["relacionados"] ?? null), 357, $this-&gt;source), "html", null, true);
            echo "
    
                  
                  
                  
                  
    
    
    
    
    
                
                
    
                  ";
            // line 371
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["autor"] ?? null), 371, $this-&gt;source));
            echo "
    
                  
    
                  
                    
    
                      
                        Compartilhar:
                        ";
            // line 380
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\twig_tweak\TwigExtension']-&gt;drupalBlock("social_sharing_buttons_block"), "html", null, true);
            echo "
                      
    
    
                      ";
            // line 384
            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), 384, $this-&gt;source), "html", null, true);
            echo "
                      ";
            // line 386
            echo "
                        
    
                            
                            --&gt;
                            ";
            // line 392
            if ( !($context["remover_anuncio"] ?? null)) {
                echo "     
                            
                            
                                 (adsbygoogle = window.adsbygoogle || []).push({});
                            
                            ";
            }
            // line 403
            echo "                        
    
                        
    
    
    
    
    
                    
                  
    
    
    
    
    
    
    
    
                
    
    
    
              
            
          
    
    
    
        
      
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  597 =&gt; 403,  583 =&gt; 392,  575 =&gt; 386,  571 =&gt; 384,  564 =&gt; 380,  552 =&gt; 371,  535 =&gt; 357,  531 =&gt; 355,  516 =&gt; 342,  514 =&gt; 341,  510 =&gt; 339,  504 =&gt; 337,  502 =&gt; 336,  499 =&gt; 335,  489 =&gt; 333,  487 =&gt; 332,  484 =&gt; 331,  478 =&gt; 329,  476 =&gt; 328,  472 =&gt; 326,  410 =&gt; 267,  391 =&gt; 250,  382 =&gt; 247,  375 =&gt; 246,  371 =&gt; 245,  367 =&gt; 244,  314 =&gt; 239,  304 =&gt; 186,  302 =&gt; 185,  290 =&gt; 176,  280 =&gt; 169,  275 =&gt; 167,  267 =&gt; 162,  258 =&gt; 156,  252 =&gt; 153,  248 =&gt; 152,  238 =&gt; 145,  234 =&gt; 144,  229 =&gt; 143,  225 =&gt; 140,  186 =&gt; 136,  181 =&gt; 101,  179 =&gt; 100,  174 =&gt; 97,  162 =&gt; 87,  160 =&gt; 86,  155 =&gt; 83,  152 =&gt; 82,  146 =&gt; 80,  143 =&gt; 79,  141 =&gt; 78,  137 =&gt; 77,  132 =&gt; 75,  124 =&gt; 74,  110 =&gt; 65,  103 =&gt; 60,  91 =&gt; 50,  89 =&gt; 49,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/node.html.twig", "/home/focalizando/themes/custom/focalizando/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 49, "for" =&gt; 245);
            static $filters = array("escape" =&gt; 65, "raw" =&gt; 143);
            static $functions = array("drupal_block" =&gt; 380);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'raw'],
                    ['drupal_block']
                );
            } 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_nL4vTpOPwaGQkRqC-yrjUzHt2', '&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/focalizando/node.html.twig */
    class __TwigTemplate_085c752118d9b58ce84a4c03b4e82ed0 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>Louis Ferguson</a>
                      An editor at Blogzine
                    
                    
                    <ul>
                      <li>Nov 15, 2021</li>
                      <li>5 min read</li>
                      <li><a></a> 266</li>
                      <li> 2344 Views</li>
                    </ul>
                    <ul>
                      <li>
                        <a>#agency</a>
                      </li>
                      <li>
                        <a>#business</a>
                      </li>
                      <li>
                        <a>#theme</a>
                      </li>
                      <li>
                        <a>#bootstrap</a>
                      </li>
                      <li>
                        <a>#marketing</a>
                      </li>
                    </ul>
                  
                
                --&gt;
                
    
                 ";
            // line 49
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 50
                echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                 ";
            }
            // line 60
            echo "
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li><a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria_url"] ?? null), 65, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["categoria"] ?? null), 65, $this-&gt;source), "html", null, true);
            echo "</a></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), 74, $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), 74, $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), 74, $this-&gt;source), "html", null, true);
            echo "</a>
                          ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 75, $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(($context["subtitulo"] ?? null), 77, $this-&gt;source), "html", null, true);
            echo "
                        ";
            // line 78
            if ((($context["data_de_exibicao"] ?? null) != "")) {
                // line 79
                echo "                      ";
                if ((($context["id"] ?? null) != 76)) {
                    // line 80
                    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), 80, $this-&gt;source), "html", null, true);
                    echo "</em>
                          ";
                }
                // line 82
                echo "                    ";
            }
            // line 83
            echo "                  
                  
    
                  ";
            // line 86
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 87
                echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                  ";
            }
            // line 97
            echo "
    
    
                  ";
            // line 100
            if (($context["gerazap"] ?? null)) {
                // line 101
                echo "
                        
    
                          ";
                // line 136
                echo "
                          
                            {{ mensagemError }}
                          
                          
                            
                              
                                Número do celular: 
                                
                              
                              
                            
                            
                              Mensagem:&nbsp; 
                                
                              
                            
                            Gerar Link
                          
                          
                            
                              
                                Link gerado
                                
                              
                              <strong>Pronto! </strong> Copie e compartilhe com usuários do Whatsapp!
                              
                              Copiar Link
                              Gerar novo link.
    
                            
                          
                          ";
                echo "
                        
    
                  ";
            }
            // line 140
            echo "
    
                    ";
            // line 143
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["body"] ?? null), 143, $this-&gt;source));
            echo "
                  ";
            // line 144
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador"] ?? null), 144, $this-&gt;source));
            echo "
                  ";
            // line 145
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["gerador_conclusao"] ?? null), 145, $this-&gt;source));
            echo "
    
                  
                    
                      <ol>
                        <li><a> Home</a></li>
                        <li><a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 152, $this-&gt;source), "html", null, true);
            echo "\"&gt;Categoria</a></li>
                        <li>";
            // line 153
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 153, $this-&gt;source), "html", null, true);
            echo "</li>
                      </ol>
                    
                    ";
            // line 156
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 156, $this-&gt;source), "html", null, true);
            echo "
                  
    
    
                  
                    
                      ";
            // line 162
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["principal"] ?? null), 162, $this-&gt;source), "html", null, true);
            echo "
                    
                    
                      
                        
                          ";
            // line 167
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_1"] ?? null), 167, $this-&gt;source), "html", null, true);
            echo "
                        
                        ";
            // line 169
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_2"] ?? null), 169, $this-&gt;source), "html", null, true);
            echo "
                      
                    
                  
    
                  
                  
                    ";
            // line 176
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra_3"] ?? null), 176, $this-&gt;source), "html", null, true);
            echo "
                  
                  --&gt;
    
    
    
    
    
    
                  ";
            // line 185
            if (($context["perguntas"] ?? null)) {
                // line 186
                echo "
                      
    
                        
                          
    
                            
    
                            ";
                // line 239
                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 244
                echo "De {{ quiz.questions.length }}, você Acertou {{ score() }}";
                echo "
                              ";
                // line 245
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["resultados"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["resultado"]) {
                    // line 246
                    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, 246), 246, $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, 246), 246, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                                  ";
                    // line 247
                    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, 247), 247, $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 250
                echo "                          
                              
                                3?'fa-check-circle-o is-active':'fa-times-circle'\"&gt;
                              
                              
                              --&gt;
                              <a>Refazer teste </a>
                            
    
                          
                        
                      
                    
    
                      var quiz = {
                          user: \"Dave\",
                          questions: ";
                // line 267
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["perguntas"] ?? null), 267, $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 326
            echo "
    
                  ";
            // line 328
            if (((($context["proximo"] ?? null) != "") &amp;&amp; ($context["inicio"] ?? null))) {
                // line 329
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 329, $this-&gt;source), "html", null, true);
                echo "\" class=\"btn btn-danger btn-lg btn-block btn-curiosidades\" type=\"button\"&gt;Próximo</a>
                  ";
            }
            // line 331
            echo "
                  ";
            // line 332
            if ((($context["anterior"] ?? null) != "")) {
                // line 333
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["anterior"] ?? null), 333, $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 335
            echo "
                  ";
            // line 336
            if (((($context["proximo"] ?? null) != "") &amp;&amp; (($context["inicio"] ?? null) == false))) {
                // line 337
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["proximo"] ?? null), 337, $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 339
            echo "
    
                  ";
            // line 341
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 342
                echo "
    
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    
    ";
            }
            // line 355
            echo "
    
                  ";
            // line 357
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["relacionados"] ?? null), 357, $this-&gt;source), "html", null, true);
            echo "
    
                  
                  
                  
                  
    
    
    
    
    
                
                
    
                  ";
            // line 371
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["autor"] ?? null), 371, $this-&gt;source));
            echo "
    
                  
    
                  
                    
    
                      
                        Compartilhar:
                        ";
            // line 380
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\twig_tweak\TwigExtension']-&gt;drupalBlock("social_sharing_buttons_block"), "html", null, true);
            echo "
                      
    
    
                      ";
            // line 384
            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), 384, $this-&gt;source), "html", null, true);
            echo "
                      ";
            // line 386
            echo "
                        
    
                            
                            --&gt;
                            ";
            // line 392
            if ( !($context["remover_anuncio"] ?? null)) {
                echo "     
                            
                            
                                 (adsbygoogle = window.adsbygoogle || []).push({});
                            
                            ";
            }
            // line 403
            echo "                        
    
                        
    
    
    
    
    
                    
                  
    
    
    
    
    
    
    
    
                
    
    
    
              
            
          
    
    
    
        
      
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  597 =&gt; 403,  583 =&gt; 392,  575 =&gt; 386,  571 =&gt; 384,  564 =&gt; 380,  552 =&gt; 371,  535 =&gt; 357,  531 =&gt; 355,  516 =&gt; 342,  514 =&gt; 341,  510 =&gt; 339,  504 =&gt; 337,  502 =&gt; 336,  499 =&gt; 335,  489 =&gt; 333,  487 =&gt; 332,  484 =&gt; 331,  478 =&gt; 329,  476 =&gt; 328,  472 =&gt; 326,  410 =&gt; 267,  391 =&gt; 250,  382 =&gt; 247,  375 =&gt; 246,  371 =&gt; 245,  367 =&gt; 244,  314 =&gt; 239,  304 =&gt; 186,  302 =&gt; 185,  290 =&gt; 176,  280 =&gt; 169,  275 =&gt; 167,  267 =&gt; 162,  258 =&gt; 156,  252 =&gt; 153,  248 =&gt; 152,  238 =&gt; 145,  234 =&gt; 144,  229 =&gt; 143,  225 =&gt; 140,  186 =&gt; 136,  181 =&gt; 101,  179 =&gt; 100,  174 =&gt; 97,  162 =&gt; 87,  160 =&gt; 86,  155 =&gt; 83,  152 =&gt; 82,  146 =&gt; 80,  143 =&gt; 79,  141 =&gt; 78,  137 =&gt; 77,  132 =&gt; 75,  124 =&gt; 74,  110 =&gt; 65,  103 =&gt; 60,  91 =&gt; 50,  89 =&gt; 49,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/node.html.twig", "/home/focalizando/themes/custom/focalizando/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 49, "for" =&gt; 245);
            static $filters = array("escape" =&gt; 65, "raw" =&gt; 143);
            static $functions = array("drupal_block" =&gt; 380);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape', 'raw'],
                    ['drupal_block']
                );
            } 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_085c752118d9b58ce84a4c03b4e82ed0', 'themes/custom/focalizando/node.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/node.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_9lgaDNDROfWs0LWEoeohFYLm-', '&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/focalizando/template/block/block.html.twig */
    class __TwigTemplate_16a3b57f2d6d4a39083e66ca6a3b1c91 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/focalizando/template/block/block.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 29,  40 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/template/block/block.html.twig", "/home/focalizando/themes/custom/focalizando/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_9lgaDNDROfWs0LWEoeohFYLm-', '&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/focalizando/template/block/block.html.twig */
    class __TwigTemplate_16a3b57f2d6d4a39083e66ca6a3b1c91 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/focalizando/template/block/block.html.twig";
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 29,  40 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/template/block/block.html.twig", "/home/focalizando/themes/custom/focalizando/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_16a3b57f2d6d4a39083e66ca6a3b1c91', 'themes/custom/focalizando/template/block/block.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/block/block.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', 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: 564)
    __TwigTemplate_085c752118d9b58ce84a4c03b4e82ed0->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/focalizando/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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_better-social-sharing-but_F_-Cq-Na2wCzFhqfu_Sy9x524', '&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/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig */
    class __TwigTemplate_11c6a29b5830d544e16c7a746afe6008 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;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/styling"), "html", null, true);
            echo "
    
    ";
            // line 3
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 3)) {
                // line 4
                echo "  ";
                $context["width"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 4)) ? ((("width=" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 4), 4, $this-&gt;source)) . "")) : (""));
                // line 5
                echo "  ";
                $context["height"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 5)) ? ((("height=" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 5), 5, $this-&gt;source)) . "")) : (""));
            }
            // line 7
            echo "
    ";
            // line 8
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 8)) {
                // line 9
                echo "    ";
                $context["radius"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 9)) ? ((("style=border-radius:" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 9), 9, $this-&gt;source)) . ";")) : (""));
            }
            // line 11
            echo "
    ";
            // line 13
            echo "";
            $this-&gt;loadTemplate(($context["social_buttons_sprite"] ?? null), "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig", 13)-&gt;display($context);
            echo "
    
    
        
        ";
            // line 17
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 17), "facebook", [], "any", false, false, true, 17)) {
                // line 18
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 20, $this-&gt;source), "html", null, true);
                echo "#facebook\" /&gt;
                
            </a>
        ";
            }
            // line 24
            echo "
        
        ";
            // line 26
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 26), "twitter", [], "any", false, false, true, 26)) {
                // line 27
                echo "        <a 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["items"] ?? null), "title", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                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["items"] ?? null), "page_url", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Twitter\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Twitter\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 29, $this-&gt;source), "html", null, true);
                echo "#twitter\" /&gt;
                
            </a>
        ";
            }
            // line 33
            echo "
        
        ";
            // line 35
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 35), "whatsapp", [], "any", false, false, true, 35)) {
                // line 36
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " WhatsApp\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " WhatsApp\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 38, $this-&gt;source), "html", null, true);
                echo "#whatsapp\" /&gt;
                
            </a>
        ";
            }
            // line 42
            echo "
        
        ";
            // line 44
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 44), "facebook_messenger", [], "any", false, false, true, 44)) {
                // line 45
                echo "        <a 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["items"] ?? null), "facebook_app_id", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                echo "&amp;link=";
                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["items"] ?? null), "page_url", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                echo "&amp;redirect_uri=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""));
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook Messenger\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook Messenger\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 47, $this-&gt;source), "html", null, true);
                echo "#messenger\" /&gt;
                
            </a>
        ";
            }
            // line 51
            echo "
        
        ";
            // line 53
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 53), "pinterest", [], "any", false, false, true, 53)) {
                // line 54
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                echo "&amp;description=";
                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["items"] ?? null), "title", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Pinterest\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Pinterest\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 56, $this-&gt;source), "html", null, true);
                echo "#pinterest\" /&gt;
                
            </a>
        ";
            }
            // line 60
            echo "
        
        ";
            // line 62
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 62), "linkedin", [], "any", false, false, true, 62)) {
                // line 63
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 63), 63, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Linkedin\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Linkedin\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 65, $this-&gt;source), "html", null, true);
                echo "#linkedin\" /&gt;
                
            </a>
        ";
            }
            // line 69
            echo "
        
        ";
            // line 71
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 71), "digg", [], "any", false, false, true, 71)) {
                // line 72
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 72), 72, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 72), 72, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Digg\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Digg\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 74, $this-&gt;source), "html", null, true);
                echo "#digg\" /&gt;
                
            </a>
        ";
            }
            // line 78
            echo "
        
        ";
            // line 80
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 80), "stumbleupon", [], "any", false, false, true, 80)) {
                // line 81
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " StumbleUpon\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " StumbleUpon\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 83, $this-&gt;source), "html", null, true);
                echo "#stumbleupon\" /&gt;
                
            </a>
        ";
            }
            // line 87
            echo "
        
        ";
            // line 89
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 89), "slashdot", [], "any", false, false, true, 89)) {
                // line 90
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Slashdot\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Slashdot\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 92, $this-&gt;source), "html", null, true);
                echo "#slashdot\" /&gt;
                
            </a>
        ";
            }
            // line 96
            echo "
        
        ";
            // line 98
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 98), "tumblr", [], "any", false, false, true, 98)) {
                // line 99
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 99), 99, $this-&gt;source), "html", null, true);
                echo "&amp;t=";
                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["items"] ?? null), "title", [], "any", false, false, true, 99), 99, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Tumblr\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Tumblr\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 101, $this-&gt;source), "html", null, true);
                echo "#tumblr\" /&gt;
                
            </a>
        ";
            }
            // line 105
            echo "
        
        ";
            // line 107
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 107), "reddit", [], "any", false, false, true, 107)) {
                // line 108
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Reddit\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Reddit\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 110, $this-&gt;source), "html", null, true);
                echo "#reddit\" /&gt;
                
            </a>
        ";
            }
            // line 114
            echo "
        
        ";
            // line 116
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 116), "evernote", [], "any", false, false, true, 116)) {
                // line 117
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 117), 117, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 117), 117, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Evernote\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Evernote\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 119, $this-&gt;source), "html", null, true);
                echo "#evernote\" /&gt;
                
            </a>
        ";
            }
            // line 123
            echo "
        
        ";
            // line 125
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 125), "email", [], "any", false, false, true, 125)) {
                // line 126
                echo "        <a 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["items"] ?? null), "title", [], "any", false, false, true, 126), 126, $this-&gt;source), "html", null, true);
                echo "&amp;body=";
                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["items"] ?? null), "page_url", [], "any", false, false, true, 126), 126, $this-&gt;source), "html", null, true);
                echo "\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " E-mail\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " E-mail\" class=\"social-sharing-buttons__button\" target=\"_blank\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 128, $this-&gt;source), "html", null, true);
                echo "#email\" /&gt;
                
            </a>
        ";
            }
            // line 132
            echo "
        
        ";
            // line 134
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 134), "copy", [], "any", false, false, true, 134)) {
                // line 135
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/copy-current-url"), "html", null, true);
                echo "
            <a>
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 138, $this-&gt;source), "html", null, true);
                echo "#copy\" /&gt;
                
                ";
                // line 140
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Copied to clipboard"));
                echo "
            </a>
        ";
            }
            // line 143
            echo "
      
      ";
            // line 145
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 145), "print", [], "any", false, false, true, 145)) {
                // line 146
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "print_css", [], "any", false, false, true, 146)) {
                    // line 147
                    echo "      ";
                    $context["href"] = "#";
                    // line 148
                    echo "      ";
                    $context["rel"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "print_css", [], "any", false, false, true, 148);
                    // line 149
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/print-css"), "html", null, true);
                    echo "
        ";
                } else {
                    // line 151
                    echo "      ";
                    $context["href"] = "javascript:window.print()";
                    // line 152
                    echo "    ";
                }
                // line 153
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["href"] ?? null), 153, $this-&gt;source), "html", null, true);
                echo "\" rel=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rel"] ?? null), 153, $this-&gt;source), "html", null, true);
                echo "\" id=\"printlink\"&gt;
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo "&gt;
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 155, $this-&gt;source), "html", null, true);
                echo "#print\" /&gt;
          
        </a>
      ";
            }
            // line 159
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  563 =&gt; 159,  556 =&gt; 155,  548 =&gt; 154,  541 =&gt; 153,  538 =&gt; 152,  535 =&gt; 151,  529 =&gt; 149,  526 =&gt; 148,  523 =&gt; 147,  520 =&gt; 146,  518 =&gt; 145,  514 =&gt; 143,  508 =&gt; 140,  503 =&gt; 138,  495 =&gt; 137,  489 =&gt; 135,  487 =&gt; 134,  483 =&gt; 132,  476 =&gt; 128,  468 =&gt; 127,  457 =&gt; 126,  455 =&gt; 125,  451 =&gt; 123,  444 =&gt; 119,  436 =&gt; 118,  425 =&gt; 117,  423 =&gt; 116,  419 =&gt; 114,  412 =&gt; 110,  404 =&gt; 109,  393 =&gt; 108,  391 =&gt; 107,  387 =&gt; 105,  380 =&gt; 101,  372 =&gt; 100,  361 =&gt; 99,  359 =&gt; 98,  355 =&gt; 96,  348 =&gt; 92,  340 =&gt; 91,  329 =&gt; 90,  327 =&gt; 89,  323 =&gt; 87,  316 =&gt; 83,  308 =&gt; 82,  297 =&gt; 81,  295 =&gt; 80,  291 =&gt; 78,  284 =&gt; 74,  276 =&gt; 73,  265 =&gt; 72,  263 =&gt; 71,  259 =&gt; 69,  252 =&gt; 65,  244 =&gt; 64,  235 =&gt; 63,  233 =&gt; 62,  229 =&gt; 60,  222 =&gt; 56,  214 =&gt; 55,  203 =&gt; 54,  201 =&gt; 53,  197 =&gt; 51,  190 =&gt; 47,  182 =&gt; 46,  169 =&gt; 45,  167 =&gt; 44,  163 =&gt; 42,  156 =&gt; 38,  148 =&gt; 37,  139 =&gt; 36,  137 =&gt; 35,  133 =&gt; 33,  126 =&gt; 29,  118 =&gt; 28,  107 =&gt; 27,  105 =&gt; 26,  101 =&gt; 24,  94 =&gt; 20,  86 =&gt; 19,  75 =&gt; 18,  73 =&gt; 17,  65 =&gt; 13,  62 =&gt; 11,  58 =&gt; 9,  56 =&gt; 8,  53 =&gt; 7,  49 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig", "/home/focalizando/modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 3, "set" =&gt; 4, "include" =&gt; 13);
            static $filters = array("escape" =&gt; 1, "t" =&gt; 18);
            static $functions = array("attach_library" =&gt; 1, "url" =&gt; 45);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'set', 'include'],
                    ['escape', 't'],
                    ['attach_library', 'url']
                );
            } 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_better-social-sharing-but_F_-Cq-Na2wCzFhqfu_Sy9x524', '&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/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig */
    class __TwigTemplate_11c6a29b5830d544e16c7a746afe6008 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;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/styling"), "html", null, true);
            echo "
    
    ";
            // line 3
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 3)) {
                // line 4
                echo "  ";
                $context["width"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 4)) ? ((("width=" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 4), 4, $this-&gt;source)) . "")) : (""));
                // line 5
                echo "  ";
                $context["height"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 5)) ? ((("height=" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "width", [], "any", false, false, true, 5), 5, $this-&gt;source)) . "")) : (""));
            }
            // line 7
            echo "
    ";
            // line 8
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 8)) {
                // line 9
                echo "    ";
                $context["radius"] = ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 9)) ? ((("style=border-radius:" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "radius", [], "any", false, false, true, 9), 9, $this-&gt;source)) . ";")) : (""));
            }
            // line 11
            echo "
    ";
            // line 13
            echo "";
            $this-&gt;loadTemplate(($context["social_buttons_sprite"] ?? null), "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig", 13)-&gt;display($context);
            echo "
    
    
        
        ";
            // line 17
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 17), "facebook", [], "any", false, false, true, 17)) {
                // line 18
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 19, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 20, $this-&gt;source), "html", null, true);
                echo "#facebook\" /&gt;
                
            </a>
        ";
            }
            // line 24
            echo "
        
        ";
            // line 26
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 26), "twitter", [], "any", false, false, true, 26)) {
                // line 27
                echo "        <a 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["items"] ?? null), "title", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                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["items"] ?? null), "page_url", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Twitter\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Twitter\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 28, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 29, $this-&gt;source), "html", null, true);
                echo "#twitter\" /&gt;
                
            </a>
        ";
            }
            // line 33
            echo "
        
        ";
            // line 35
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 35), "whatsapp", [], "any", false, false, true, 35)) {
                // line 36
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " WhatsApp\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " WhatsApp\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 37, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 38, $this-&gt;source), "html", null, true);
                echo "#whatsapp\" /&gt;
                
            </a>
        ";
            }
            // line 42
            echo "
        
        ";
            // line 44
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 44), "facebook_messenger", [], "any", false, false, true, 44)) {
                // line 45
                echo "        <a 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["items"] ?? null), "facebook_app_id", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                echo "&amp;link=";
                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["items"] ?? null), "page_url", [], "any", false, false, true, 45), 45, $this-&gt;source), "html", null, true);
                echo "&amp;redirect_uri=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""));
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook Messenger\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Facebook Messenger\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 46, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 47, $this-&gt;source), "html", null, true);
                echo "#messenger\" /&gt;
                
            </a>
        ";
            }
            // line 51
            echo "
        
        ";
            // line 53
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 53), "pinterest", [], "any", false, false, true, 53)) {
                // line 54
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                echo "&amp;description=";
                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["items"] ?? null), "title", [], "any", false, false, true, 54), 54, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Pinterest\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Pinterest\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 55, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 56, $this-&gt;source), "html", null, true);
                echo "#pinterest\" /&gt;
                
            </a>
        ";
            }
            // line 60
            echo "
        
        ";
            // line 62
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 62), "linkedin", [], "any", false, false, true, 62)) {
                // line 63
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 63), 63, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Linkedin\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Linkedin\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 64, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 65, $this-&gt;source), "html", null, true);
                echo "#linkedin\" /&gt;
                
            </a>
        ";
            }
            // line 69
            echo "
        
        ";
            // line 71
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 71), "digg", [], "any", false, false, true, 71)) {
                // line 72
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 72), 72, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 72), 72, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Digg\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Digg\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 73, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 74, $this-&gt;source), "html", null, true);
                echo "#digg\" /&gt;
                
            </a>
        ";
            }
            // line 78
            echo "
        
        ";
            // line 80
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 80), "stumbleupon", [], "any", false, false, true, 80)) {
                // line 81
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 81), 81, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " StumbleUpon\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " StumbleUpon\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 82, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 83, $this-&gt;source), "html", null, true);
                echo "#stumbleupon\" /&gt;
                
            </a>
        ";
            }
            // line 87
            echo "
        
        ";
            // line 89
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 89), "slashdot", [], "any", false, false, true, 89)) {
                // line 90
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Slashdot\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Slashdot\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 91, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 92, $this-&gt;source), "html", null, true);
                echo "#slashdot\" /&gt;
                
            </a>
        ";
            }
            // line 96
            echo "
        
        ";
            // line 98
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 98), "tumblr", [], "any", false, false, true, 98)) {
                // line 99
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 99), 99, $this-&gt;source), "html", null, true);
                echo "&amp;t=";
                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["items"] ?? null), "title", [], "any", false, false, true, 99), 99, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Tumblr\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Tumblr\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 100, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 101, $this-&gt;source), "html", null, true);
                echo "#tumblr\" /&gt;
                
            </a>
        ";
            }
            // line 105
            echo "
        
        ";
            // line 107
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 107), "reddit", [], "any", false, false, true, 107)) {
                // line 108
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 108), 108, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Reddit\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Reddit\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 109, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 110, $this-&gt;source), "html", null, true);
                echo "#reddit\" /&gt;
                
            </a>
        ";
            }
            // line 114
            echo "
        
        ";
            // line 116
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 116), "evernote", [], "any", false, false, true, 116)) {
                // line 117
                echo "        <a 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["items"] ?? null), "page_url", [], "any", false, false, true, 117), 117, $this-&gt;source), "html", null, true);
                echo "&amp;title=";
                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["items"] ?? null), "title", [], "any", false, false, true, 117), 117, $this-&gt;source), "html", null, true);
                echo "\" target=\"_blank\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Evernote\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " Evernote\" class=\"social-sharing-buttons__button\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 118, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 119, $this-&gt;source), "html", null, true);
                echo "#evernote\" /&gt;
                
            </a>
        ";
            }
            // line 123
            echo "
        
        ";
            // line 125
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 125), "email", [], "any", false, false, true, 125)) {
                // line 126
                echo "        <a 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["items"] ?? null), "title", [], "any", false, false, true, 126), 126, $this-&gt;source), "html", null, true);
                echo "&amp;body=";
                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["items"] ?? null), "page_url", [], "any", false, false, true, 126), 126, $this-&gt;source), "html", null, true);
                echo "\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " E-mail\" aria-label=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share to"));
                echo " E-mail\" class=\"social-sharing-buttons__button\" target=\"_blank\" rel=\"noopener\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 127, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 128, $this-&gt;source), "html", null, true);
                echo "#email\" /&gt;
                
            </a>
        ";
            }
            // line 132
            echo "
        
        ";
            // line 134
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 134), "copy", [], "any", false, false, true, 134)) {
                // line 135
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/copy-current-url"), "html", null, true);
                echo "
            <a>
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 137, $this-&gt;source), "html", null, true);
                echo "&gt;
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 138, $this-&gt;source), "html", null, true);
                echo "#copy\" /&gt;
                
                ";
                // line 140
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Copied to clipboard"));
                echo "
            </a>
        ";
            }
            // line 143
            echo "
      
      ";
            // line 145
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "services", [], "any", false, false, true, 145), "print", [], "any", false, false, true, 145)) {
                // line 146
                echo "    ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "print_css", [], "any", false, false, true, 146)) {
                    // line 147
                    echo "      ";
                    $context["href"] = "#";
                    // line 148
                    echo "      ";
                    $context["rel"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["items"] ?? null), "print_css", [], "any", false, false, true, 148);
                    // line 149
                    echo "      ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("better_social_sharing_buttons/print-css"), "html", null, true);
                    echo "
        ";
                } else {
                    // line 151
                    echo "      ";
                    $context["href"] = "javascript:window.print()";
                    // line 152
                    echo "    ";
                }
                // line 153
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["href"] ?? null), 153, $this-&gt;source), "html", null, true);
                echo "\" rel=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rel"] ?? null), 153, $this-&gt;source), "html", null, true);
                echo "\" id=\"printlink\"&gt;
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["width"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["height"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["radius"] ?? null), 154, $this-&gt;source), "html", null, true);
                echo "&gt;
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_buttons_sprite"] ?? null), 155, $this-&gt;source), "html", null, true);
                echo "#print\" /&gt;
          
        </a>
      ";
            }
            // line 159
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  563 =&gt; 159,  556 =&gt; 155,  548 =&gt; 154,  541 =&gt; 153,  538 =&gt; 152,  535 =&gt; 151,  529 =&gt; 149,  526 =&gt; 148,  523 =&gt; 147,  520 =&gt; 146,  518 =&gt; 145,  514 =&gt; 143,  508 =&gt; 140,  503 =&gt; 138,  495 =&gt; 137,  489 =&gt; 135,  487 =&gt; 134,  483 =&gt; 132,  476 =&gt; 128,  468 =&gt; 127,  457 =&gt; 126,  455 =&gt; 125,  451 =&gt; 123,  444 =&gt; 119,  436 =&gt; 118,  425 =&gt; 117,  423 =&gt; 116,  419 =&gt; 114,  412 =&gt; 110,  404 =&gt; 109,  393 =&gt; 108,  391 =&gt; 107,  387 =&gt; 105,  380 =&gt; 101,  372 =&gt; 100,  361 =&gt; 99,  359 =&gt; 98,  355 =&gt; 96,  348 =&gt; 92,  340 =&gt; 91,  329 =&gt; 90,  327 =&gt; 89,  323 =&gt; 87,  316 =&gt; 83,  308 =&gt; 82,  297 =&gt; 81,  295 =&gt; 80,  291 =&gt; 78,  284 =&gt; 74,  276 =&gt; 73,  265 =&gt; 72,  263 =&gt; 71,  259 =&gt; 69,  252 =&gt; 65,  244 =&gt; 64,  235 =&gt; 63,  233 =&gt; 62,  229 =&gt; 60,  222 =&gt; 56,  214 =&gt; 55,  203 =&gt; 54,  201 =&gt; 53,  197 =&gt; 51,  190 =&gt; 47,  182 =&gt; 46,  169 =&gt; 45,  167 =&gt; 44,  163 =&gt; 42,  156 =&gt; 38,  148 =&gt; 37,  139 =&gt; 36,  137 =&gt; 35,  133 =&gt; 33,  126 =&gt; 29,  118 =&gt; 28,  107 =&gt; 27,  105 =&gt; 26,  101 =&gt; 24,  94 =&gt; 20,  86 =&gt; 19,  75 =&gt; 18,  73 =&gt; 17,  65 =&gt; 13,  62 =&gt; 11,  58 =&gt; 9,  56 =&gt; 8,  53 =&gt; 7,  49 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig", "/home/focalizando/modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 3, "set" =&gt; 4, "include" =&gt; 13);
            static $filters = array("escape" =&gt; 1, "t" =&gt; 18);
            static $functions = array("attach_library" =&gt; 1, "url" =&gt; 45);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'set', 'include'],
                    ['escape', 't'],
                    ['attach_library', 'url']
                );
            } 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_11c6a29b5830d544e16c7a746afe6008', 'modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig') (Line: 55)
    twig_render_template('modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('better_social_sharing_buttons', 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_16a3b57f2d6d4a39083e66ca6a3b1c91->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_16a3b57f2d6d4a39083e66ca6a3b1c91->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/focalizando/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', 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: 564)
    __TwigTemplate_085c752118d9b58ce84a4c03b4e82ed0->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/focalizando/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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_social-icons--square.svg_m-nd_ykx7jAcWgI7B8p69biyE', '&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/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg */
    class __TwigTemplate_9536d94da0b1e2cf0e7c85f21c41b79d 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 "
      
        
          
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
          
        
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg";
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg", "/home/focalizando/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('6645336eb5c74_social-icons--square.svg_m-nd_ykx7jAcWgI7B8p69biyE', '&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/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg */
    class __TwigTemplate_9536d94da0b1e2cf0e7c85f21c41b79d 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 "
      
        
          
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
          
        
        
          
          
        
        
          
          
        
        
          
          
        
        
          
          
          
        
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg";
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg", "/home/focalizando/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    [],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 409)
    Twig\Environment->loadClass('__TwigTemplate_9536d94da0b1e2cf0e7c85f21c41b79d', '/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg', NULL) (Line: 381)
    Twig\Environment->loadTemplate('/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg', NULL) (Line: 333)
    Twig\Template->loadTemplate('/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg', 'modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig', 13) (Line: 66)
    __TwigTemplate_11c6a29b5830d544e16c7a746afe6008->doDisplay(Array, Array) (Line: 405)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
    Twig\Template->display(Array) (Line: 390)
    Twig\Template->render(Array) (Line: 55)
    twig_render_template('modules/contrib/better_social_sharing_buttons/templates/better-social-sharing-buttons.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('better_social_sharing_buttons', 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_16a3b57f2d6d4a39083e66ca6a3b1c91->block_content(Array, Array) (Line: 182)
    Twig\Template->displayBlock('content', Array, Array) (Line: 40)
    __TwigTemplate_16a3b57f2d6d4a39083e66ca6a3b1c91->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/focalizando/template/block/block.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('block', 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: 564)
    __TwigTemplate_085c752118d9b58ce84a4c03b4e82ed0->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/focalizando/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: 132)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_S2cLUNuDPqgUzQzD6Y-8diGX8', '&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/focalizando/html.html.twig */
    class __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d 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;
      
    
    
        
        
    
    
      
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-5LS2WH3');
    
    
    
    
        
        {
          \"@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 67
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 68
                echo "    
        ";
            }
            // line 70
            echo "
    
        (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:\"137019305\"};o.q=w[u],w[u]=new UET(o),w[u].push(\"pageLoad\")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&amp;&amp;s!==\"loaded\"&amp;&amp;s!==\"complete\"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,\"script\",\"//bat.bing.com/bat.js\",\"uetq\");
        
        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;
        ";
            // line 75
            if (($context["root_path"] ?? null)) {
                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), 75, $this-&gt;source), " | "));
            } else {
                echo "Focalizando - Portal de Dicas e Ajuda que agregam seu dia";
            }
            echo "
        
        
        
        --&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 81, $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), 82, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        ";
            // line 83
            if (($context["root_path"] ?? null)) {
                // line 84
                echo "      
        ";
            }
            // line 86
            echo "
        
          .navbar-dark .navbar-toggler-icon {
            background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4  15h22M4 23h22'/%3e%3c/svg%3e\")!important;
          }
    
    
          @font-face {
            font-display: swap;
          }
    
    
        
        
    
    
    
    
    \t";
            // line 104
            if (($context["root_path"] ?? null)) {
                // line 105
                echo "\t    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""));
                echo "\"&gt;
        ";
            } else {
                // line 107
                echo "\t\t
    
    
    
    
    
    \t";
            }
            // line 114
            echo "
    
    ";
            // line 116
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["renderfaq"] ?? null), 116, $this-&gt;source));
            echo "
    ";
            // line 117
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["itemlist"] ?? null), 117, $this-&gt;source));
            echo "
    
    
      ";
            // line 120
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["letras_diferentes_top"] ?? null), 120, $this-&gt;source));
            echo "
      ";
            // line 121
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["zap_top"] ?? null), 121, $this-&gt;source));
            echo "
    
    
    
      
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 127, $this-&gt;source), "html", null, true);
            echo "&gt;
    
    
    
    
    
        ";
            // line 138
            echo "    
          ";
            // line 139
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>--&gt;
        ";
            // line 141
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 141, $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(($context["page"] ?? null), 142, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 143
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 143, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 144, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    
      ";
            // line 146
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["letras_diferentes_botton"] ?? null), 146, $this-&gt;source));
            echo "
      ";
            // line 147
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["zap_botton"] ?? null), 147, $this-&gt;source));
            echo "
    
    
                                    
                                    
                                    /*  */
                                    
                                     
                                    
    
    
    
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  229 =&gt; 147,  225 =&gt; 146,  220 =&gt; 144,  216 =&gt; 143,  212 =&gt; 142,  208 =&gt; 141,  203 =&gt; 139,  200 =&gt; 138,  190 =&gt; 127,  181 =&gt; 121,  177 =&gt; 120,  171 =&gt; 117,  167 =&gt; 116,  163 =&gt; 114,  154 =&gt; 107,  148 =&gt; 105,  146 =&gt; 104,  126 =&gt; 86,  122 =&gt; 84,  120 =&gt; 83,  116 =&gt; 82,  112 =&gt; 81,  99 =&gt; 75,  95 =&gt; 74,  89 =&gt; 70,  85 =&gt; 68,  83 =&gt; 67,  42 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/html.html.twig", "/home/focalizando/themes/custom/focalizando/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 67);
            static $filters = array("escape" =&gt; 29, "safe_join" =&gt; 75, "raw" =&gt; 116, "t" =&gt; 139);
            static $functions = array("url" =&gt; 105);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'safe_join', 'raw', 't'],
                    ['url']
                );
            } 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_S2cLUNuDPqgUzQzD6Y-8diGX8', '&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/focalizando/html.html.twig */
    class __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d 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;
      
    
    
        
        
    
    
      
    (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&amp;l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-5LS2WH3');
    
    
    
    
        
        {
          \"@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 67
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 68
                echo "    
        ";
            }
            // line 70
            echo "
    
        (function(w,d,t,r,u){var f,n,i;w[u]=w[u]||[],f=function(){var o={ti:\"137019305\"};o.q=w[u],w[u]=new UET(o),w[u].push(\"pageLoad\")},n=d.createElement(t),n.src=r,n.async=1,n.onload=n.onreadystatechange=function(){var s=this.readyState;s&amp;&amp;s!==\"loaded\"&amp;&amp;s!==\"complete\"||(f(),n.onload=n.onreadystatechange=null)},i=d.getElementsByTagName(t)[0],i.parentNode.insertBefore(n,i)})(window,document,\"script\",\"//bat.bing.com/bat.js\",\"uetq\");
        
        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;
        ";
            // line 75
            if (($context["root_path"] ?? null)) {
                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), 75, $this-&gt;source), " | "));
            } else {
                echo "Focalizando - Portal de Dicas e Ajuda que agregam seu dia";
            }
            echo "
        
        
        
        --&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 81, $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), 82, $this-&gt;source), "html", null, true);
            echo "\"&gt;
        ";
            // line 83
            if (($context["root_path"] ?? null)) {
                // line 84
                echo "      
        ";
            }
            // line 86
            echo "
        
          .navbar-dark .navbar-toggler-icon {
            background-image: url(\"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4  15h22M4 23h22'/%3e%3c/svg%3e\")!important;
          }
    
    
          @font-face {
            font-display: swap;
          }
    
    
        
        
    
    
    
    
    \t";
            // line 104
            if (($context["root_path"] ?? null)) {
                // line 105
                echo "\t    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""));
                echo "\"&gt;
        ";
            } else {
                // line 107
                echo "\t\t
    
    
    
    
    
    \t";
            }
            // line 114
            echo "
    
    ";
            // line 116
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["renderfaq"] ?? null), 116, $this-&gt;source));
            echo "
    ";
            // line 117
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["itemlist"] ?? null), 117, $this-&gt;source));
            echo "
    
    
      ";
            // line 120
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["letras_diferentes_top"] ?? null), 120, $this-&gt;source));
            echo "
      ";
            // line 121
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["zap_top"] ?? null), 121, $this-&gt;source));
            echo "
    
    
    
      
      
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 127, $this-&gt;source), "html", null, true);
            echo "&gt;
    
    
    
    
    
        ";
            // line 138
            echo "    
          ";
            // line 139
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Skip to main content"));
            echo "
        </a>--&gt;
        ";
            // line 141
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 141, $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(($context["page"] ?? null), 142, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 143
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 143, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 144, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    
      ";
            // line 146
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["letras_diferentes_botton"] ?? null), 146, $this-&gt;source));
            echo "
      ";
            // line 147
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["zap_botton"] ?? null), 147, $this-&gt;source));
            echo "
    
    
                                    
                                    
                                    /*  */
                                    
                                     
                                    
    
    
    
    
      
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/custom/focalizando/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  229 =&gt; 147,  225 =&gt; 146,  220 =&gt; 144,  216 =&gt; 143,  212 =&gt; 142,  208 =&gt; 141,  203 =&gt; 139,  200 =&gt; 138,  190 =&gt; 127,  181 =&gt; 121,  177 =&gt; 120,  171 =&gt; 117,  167 =&gt; 116,  163 =&gt; 114,  154 =&gt; 107,  148 =&gt; 105,  146 =&gt; 104,  126 =&gt; 86,  122 =&gt; 84,  120 =&gt; 83,  116 =&gt; 82,  112 =&gt; 81,  99 =&gt; 75,  95 =&gt; 74,  89 =&gt; 70,  85 =&gt; 68,  83 =&gt; 67,  42 =&gt; 29,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/html.html.twig", "/home/focalizando/themes/custom/focalizando/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 67);
            static $filters = array("escape" =&gt; 29, "safe_join" =&gt; 75, "raw" =&gt; 116, "t" =&gt; 139);
            static $functions = array("url" =&gt; 105);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape', 'safe_join', 'raw', 't'],
                    ['url']
                );
            } 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_ddc7a57be1341a29e9c59a29d6cb7f7d', 'themes/custom/focalizando/html.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/html.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_1Jfpk45gcPoUJ9C5QFt2ZUV3a', '&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/focalizando/page.html.twig */
    class __TwigTemplate_e4ba4f8ebb94dbee939a638aa9b40549 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 2
            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, 2), 2, $this-&gt;source), "html", null, true);
            echo "
    
    
      ";
            // line 5
            if (($context["is_front"] ?? null)) {
                // line 6
                echo "    
        ";
                // line 7
                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, 7), 7, $this-&gt;source), "html", null, true);
                echo "
          
            
              
                ";
                // line 11
                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, 11), 11, $this-&gt;source), "html", null, true);
                echo "
              
            
          
    
    
    
            
              
                
                  
                  ";
                // line 22
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 23
                    echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                  ";
                }
                // line 33
                echo "              
                
              
            
    
    
         ";
                // line 39
                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, 39), 39, $this-&gt;source), "html", null, true);
                echo "
         
           
             
               
                 
                 ";
                // line 45
                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, 45), 45, $this-&gt;source), "html", null, true);
                echo "
                 
                   ";
                // 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["page"] ?? null), "front_destaque_inferior", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 49
                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, 49), 49, $this-&gt;source), "html", null, true);
                echo "
    
    
                   
    
                  
                  ";
                // line 55
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 56
                    echo "               
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    ";
                }
                // line 67
                echo "
                   
                   
                     ";
                // line 70
                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, 70), 70, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 72
                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, 72), 72, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
    
    
    
    
               
               
                 
    
                   
                     <a>
                       
                       
                         1.5K
                         Fans
                       
                     </a>
                     <a>
                       
                       
                         1.8M
                         Followers
                       
                     </a>
                     <a>
                       
                       
                         22K
                         Subscribers
                       
                     </a>
                   
                   --&gt;
    
                   ";
                // line 110
                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, 110), 110, $this-&gt;source), "html", null, true);
                echo "
                   ";
                // line 111
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "front_destaque_home_mais_lidas", [], "any", false, false, true, 111), 111, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
              
    
             
           
         
    
    
          
            
              
                
                  ";
                // line 126
                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, 126), 126, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 129
                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, 129), 129, $this-&gt;source), "html", null, true);
                echo "
                
                
                    ";
                // line 132
                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, 132), 132, $this-&gt;source), "html", null, true);
                echo "
                
              
            
          
    
    
    
    
    
    
    
    
    
    
    
        
    
          
            
              
                
                
                  ";
                // line 155
                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, 155), 155, $this-&gt;source), "html", null, true);
                echo "
                  
                    ";
                // line 157
                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, 157), 157, $this-&gt;source), "html", null, true);
                echo "
                  
                  
                    ";
                // line 160
                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, 160), 160, $this-&gt;source), "html", null, true);
                echo "
                  
    
    
                  ";
                // line 164
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 165
                    echo "
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    ";
                }
                // line 175
                echo "
                
                
                  ";
                // line 178
                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, 178), 178, $this-&gt;source), "html", null, true);
                echo "
    
                  
                    
                      
                        ";
                // line 193
                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, 193), 193, $this-&gt;source), "html", null, true);
                echo "
                      
                    
                  
                
              
    
              
                
                  
                    ";
                // line 203
                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, 203), 203, $this-&gt;source), "html", null, true);
                echo "
                    
                      
                        ";
                // line 212
                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, 212), 212, $this-&gt;source), "html", null, true);
                echo "
                      
                    
    
    
                      
                      Subscribe to our mailing list!
                      
                        
                          
                        
                        Subscribe
                        We don't spam
                      
                    
                      --&gt;
    
                  
                
    
              
    
    
    
    
    
    
            
          
        
    
    
      
    
      ";
            } else {
                // line 249
                echo "    
          ";
                // line 250
                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, 250), 250, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 253
            echo "
    
      
        
        
          
            
            
          
          
            
    
    
    
                  ";
            // line 267
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 268
                echo "
    
      
           (adsbygoogle = window.adsbygoogle || []).push({});
      
    --&gt;
    ";
            }
            // line 281
            echo "
          
          
            
              
                
              
              
                Subscribe
              
              By subscribing you agree to our
                <a>Privacy Policy</a>
              
            
          
          --&gt;
        
        
    
        
        
    
        
        
    
          
            Últimas do Focalizando
    
            ";
            // line 310
            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, 310), 310, $this-&gt;source), "html", null, true);
            echo "
    
          
    
          
          
            Menu
            
              
                ";
            // line 319
            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, 319), 319, $this-&gt;source), "html", null, true);
            echo "
    
                ";
            // line 321
            if (($context["is_front"] ?? null)) {
                // line 322
                echo "            </a>--&gt;
                ";
            }
            // line 325
            echo "          
              
                <ul>
                  ";
            // line 328
            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, 328), 328, $this-&gt;source), "html", null, true);
            echo "
                </ul>
              
            
          
    
          
          
            Acompanhe Nossas Mídias
            <ul>
              <li><a>Pinterest</a></li>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              <li><a>Twitter</a></li>
              <li><a>Tik Tok</a></li>
              <li><a>Telegram</a></li>
    
    
    
    
    
              
            </ul>
          
    
          
            Our mobile App
            Download our App and get the latest Breaking News Alerts and latest headlines and daily articles near you.
            
              
                <a></a>
              
              
                <a></a>
              
            
          
          --&gt;
        
        
    
        
        
          Hot topics
          <ul>
            <li><a>Covid-19</a></li>
            <li><a>Politics</a></li>
            <li><a>Entertainment</a></li>
            <li><a>Media</a></li>
            <li><a>Royalist</a></li>
            <li><a>World</a></li>
            <li><a>Half Full</a></li>
            <li><a>Scouted</a></li>
            <li><a>Travel</a></li>
            <li><a>Beast Inside</a></li>
            <li><a>Crossword</a></li>
            <li><a>Newsletters</a></li>
            <li><a>Podcasts</a></li>
            <li><a>Auction 2021</a></li>
            <li><a>Protests</a></li>
            <li><a>NewsCyber</a></li>
            <li><a>Education</a></li>
            <li><a>Sports</a></li>
            <li><a>Tech And Auto</a></li>
            <li><a>Opinion</a></li>
            <li><a>Share Market</a></li>
          </ul>
        
        --&gt;
        
      
    
      
      
        
    
          
            
    
            <a></a>
          
          --&gt;
    
          
            
              
              ©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/focalizando/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  472 =&gt; 328,  467 =&gt; 325,  462 =&gt; 322,  460 =&gt; 321,  455 =&gt; 319,  443 =&gt; 310,  412 =&gt; 281,  397 =&gt; 268,  395 =&gt; 267,  379 =&gt; 253,  373 =&gt; 250,  370 =&gt; 249,  330 =&gt; 212,  318 =&gt; 203,  305 =&gt; 193,  287 =&gt; 178,  282 =&gt; 175,  270 =&gt; 165,  268 =&gt; 164,  261 =&gt; 160,  255 =&gt; 157,  250 =&gt; 155,  224 =&gt; 132,  218 =&gt; 129,  212 =&gt; 126,  194 =&gt; 111,  190 =&gt; 110,  149 =&gt; 72,  144 =&gt; 70,  139 =&gt; 67,  126 =&gt; 56,  124 =&gt; 55,  115 =&gt; 49,  110 =&gt; 47,  105 =&gt; 45,  96 =&gt; 39,  88 =&gt; 33,  76 =&gt; 23,  74 =&gt; 22,  60 =&gt; 11,  53 =&gt; 7,  50 =&gt; 6,  48 =&gt; 5,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/page.html.twig", "/home/focalizando/themes/custom/focalizando/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 5);
            static $filters = array("escape" =&gt; 2);
            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_1Jfpk45gcPoUJ9C5QFt2ZUV3a', '&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/focalizando/page.html.twig */
    class __TwigTemplate_e4ba4f8ebb94dbee939a638aa9b40549 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 2
            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, 2), 2, $this-&gt;source), "html", null, true);
            echo "
    
    
      ";
            // line 5
            if (($context["is_front"] ?? null)) {
                // line 6
                echo "    
        ";
                // line 7
                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, 7), 7, $this-&gt;source), "html", null, true);
                echo "
          
            
              
                ";
                // line 11
                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, 11), 11, $this-&gt;source), "html", null, true);
                echo "
              
            
          
    
    
    
            
              
                
                  
                  ";
                // line 22
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 23
                    echo "              
                  
                       (adsbygoogle = window.adsbygoogle || []).push({});
                  
                  ";
                }
                // line 33
                echo "              
                
              
            
    
    
         ";
                // line 39
                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, 39), 39, $this-&gt;source), "html", null, true);
                echo "
         
           
             
               
                 
                 ";
                // line 45
                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, 45), 45, $this-&gt;source), "html", null, true);
                echo "
                 
                   ";
                // 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["page"] ?? null), "front_destaque_inferior", [], "any", false, false, true, 47), 47, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 49
                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, 49), 49, $this-&gt;source), "html", null, true);
                echo "
    
    
                   
    
                  
                  ";
                // line 55
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 56
                    echo "               
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    ";
                }
                // line 67
                echo "
                   
                   
                     ";
                // line 70
                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, 70), 70, $this-&gt;source), "html", null, true);
                echo "
                   
                   ";
                // line 72
                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, 72), 72, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
    
    
    
    
               
               
                 
    
                   
                     <a>
                       
                       
                         1.5K
                         Fans
                       
                     </a>
                     <a>
                       
                       
                         1.8M
                         Followers
                       
                     </a>
                     <a>
                       
                       
                         22K
                         Subscribers
                       
                     </a>
                   
                   --&gt;
    
                   ";
                // line 110
                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, 110), 110, $this-&gt;source), "html", null, true);
                echo "
                   ";
                // line 111
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "front_destaque_home_mais_lidas", [], "any", false, false, true, 111), 111, $this-&gt;source), "html", null, true);
                echo "
    
                 
               
              
    
             
           
         
    
    
          
            
              
                
                  ";
                // line 126
                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, 126), 126, $this-&gt;source), "html", null, true);
                echo "
                
                
                  ";
                // line 129
                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, 129), 129, $this-&gt;source), "html", null, true);
                echo "
                
                
                    ";
                // line 132
                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, 132), 132, $this-&gt;source), "html", null, true);
                echo "
                
              
            
          
    
    
    
    
    
    
    
    
    
    
    
        
    
          
            
              
                
                
                  ";
                // line 155
                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, 155), 155, $this-&gt;source), "html", null, true);
                echo "
                  
                    ";
                // line 157
                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, 157), 157, $this-&gt;source), "html", null, true);
                echo "
                  
                  
                    ";
                // line 160
                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, 160), 160, $this-&gt;source), "html", null, true);
                echo "
                  
    
    
                  ";
                // line 164
                if ( !($context["remover_anuncio"] ?? null)) {
                    // line 165
                    echo "
    
    
         (adsbygoogle = window.adsbygoogle || []).push({});
    
    ";
                }
                // line 175
                echo "
                
                
                  ";
                // line 178
                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, 178), 178, $this-&gt;source), "html", null, true);
                echo "
    
                  
                    
                      
                        ";
                // line 193
                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, 193), 193, $this-&gt;source), "html", null, true);
                echo "
                      
                    
                  
                
              
    
              
                
                  
                    ";
                // line 203
                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, 203), 203, $this-&gt;source), "html", null, true);
                echo "
                    
                      
                        ";
                // line 212
                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, 212), 212, $this-&gt;source), "html", null, true);
                echo "
                      
                    
    
    
                      
                      Subscribe to our mailing list!
                      
                        
                          
                        
                        Subscribe
                        We don't spam
                      
                    
                      --&gt;
    
                  
                
    
              
    
    
    
    
    
    
            
          
        
    
    
      
    
      ";
            } else {
                // line 249
                echo "    
          ";
                // line 250
                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, 250), 250, $this-&gt;source), "html", null, true);
                echo "
        
      ";
            }
            // line 253
            echo "
    
      
        
        
          
            
            
          
          
            
    
    
    
                  ";
            // line 267
            if ( !($context["remover_anuncio"] ?? null)) {
                // line 268
                echo "
    
      
           (adsbygoogle = window.adsbygoogle || []).push({});
      
    --&gt;
    ";
            }
            // line 281
            echo "
          
          
            
              
                
              
              
                Subscribe
              
              By subscribing you agree to our
                <a>Privacy Policy</a>
              
            
          
          --&gt;
        
        
    
        
        
    
        
        
    
          
            Últimas do Focalizando
    
            ";
            // line 310
            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, 310), 310, $this-&gt;source), "html", null, true);
            echo "
    
          
    
          
          
            Menu
            
              
                ";
            // line 319
            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, 319), 319, $this-&gt;source), "html", null, true);
            echo "
    
                ";
            // line 321
            if (($context["is_front"] ?? null)) {
                // line 322
                echo "            </a>--&gt;
                ";
            }
            // line 325
            echo "          
              
                <ul>
                  ";
            // line 328
            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, 328), 328, $this-&gt;source), "html", null, true);
            echo "
                </ul>
              
            
          
    
          
          
            Acompanhe Nossas Mídias
            <ul>
              <li><a>Pinterest</a></li>
              <li><a>Facebook</a></li>
              <li><a>Instagram</a></li>
              <li><a>Twitter</a></li>
              <li><a>Tik Tok</a></li>
              <li><a>Telegram</a></li>
    
    
    
    
    
              
            </ul>
          
    
          
            Our mobile App
            Download our App and get the latest Breaking News Alerts and latest headlines and daily articles near you.
            
              
                <a></a>
              
              
                <a></a>
              
            
          
          --&gt;
        
        
    
        
        
          Hot topics
          <ul>
            <li><a>Covid-19</a></li>
            <li><a>Politics</a></li>
            <li><a>Entertainment</a></li>
            <li><a>Media</a></li>
            <li><a>Royalist</a></li>
            <li><a>World</a></li>
            <li><a>Half Full</a></li>
            <li><a>Scouted</a></li>
            <li><a>Travel</a></li>
            <li><a>Beast Inside</a></li>
            <li><a>Crossword</a></li>
            <li><a>Newsletters</a></li>
            <li><a>Podcasts</a></li>
            <li><a>Auction 2021</a></li>
            <li><a>Protests</a></li>
            <li><a>NewsCyber</a></li>
            <li><a>Education</a></li>
            <li><a>Sports</a></li>
            <li><a>Tech And Auto</a></li>
            <li><a>Opinion</a></li>
            <li><a>Share Market</a></li>
          </ul>
        
        --&gt;
        
      
    
      
      
        
    
          
            
    
            <a></a>
          
          --&gt;
    
          
            
              
              ©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/focalizando/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  472 =&gt; 328,  467 =&gt; 325,  462 =&gt; 322,  460 =&gt; 321,  455 =&gt; 319,  443 =&gt; 310,  412 =&gt; 281,  397 =&gt; 268,  395 =&gt; 267,  379 =&gt; 253,  373 =&gt; 250,  370 =&gt; 249,  330 =&gt; 212,  318 =&gt; 203,  305 =&gt; 193,  287 =&gt; 178,  282 =&gt; 175,  270 =&gt; 165,  268 =&gt; 164,  261 =&gt; 160,  255 =&gt; 157,  250 =&gt; 155,  224 =&gt; 132,  218 =&gt; 129,  212 =&gt; 126,  194 =&gt; 111,  190 =&gt; 110,  149 =&gt; 72,  144 =&gt; 70,  139 =&gt; 67,  126 =&gt; 56,  124 =&gt; 55,  115 =&gt; 49,  110 =&gt; 47,  105 =&gt; 45,  96 =&gt; 39,  88 =&gt; 33,  76 =&gt; 23,  74 =&gt; 22,  60 =&gt; 11,  53 =&gt; 7,  50 =&gt; 6,  48 =&gt; 5,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/custom/focalizando/page.html.twig", "/home/focalizando/themes/custom/focalizando/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 5);
            static $filters = array("escape" =&gt; 2);
            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_e4ba4f8ebb94dbee939a638aa9b40549', 'themes/custom/focalizando/page.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/page.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 212)
    __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d->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/focalizando/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_seo-checklist-getting-sta_VEI3dzEVwXbdI6FFsoZT2Nk98', '&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/seo_checklist/templates/seo-checklist-getting-started.html.twig */
    class __TwigTemplate_11058d24a82e04bf50d690aa8c6d46c1 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 12
            echo "
    Getting started with Drupal 8 SEO
    Please read these instructions to get the most out of your Drupal Search Engine Optimization efforts.
    
    Module + book/guide = Drupal SEO shortcut
    This module was created along with the book <a>Drupal 8 SEO</a> by Ben Finklea. While the module explains <em>what to do</em>, the book tells you <em>how to do it</em>. They're designed to work together to give you a significant shortcut to your technical SEO efforts. We’ve also adapted the book (and updated the content) into an online <a>Drupal SEO Guide</a>.
    
    Technical SEO -vs- content marketing
    This checklist is a guide to technical SEO but it doesn't help you with content optimization, keyword research, marketing strategy, etc. If you need help with these things, consider using a Drupal-specific Internet Marketing consultant like <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ga_query_string"] ?? null), 20, $this-&gt;source), "html", null, true);
            echo "\"&gt;Volacci</a> or ask your Drupal developer for a recommendation.
    
    Getting started
    Each time you open the SEO Checklist, it will look to see if any tasks have already been completed. For example, if you've already turned on clean URLs then that item will be checked. You still need to click \"Save\" to time and date stamp the automatically-checked items.
    The best way to proceed is to start at the top and work your way through each tab until you're done, clicking save after each completed item.
    
    How it's organized
    The sections are listed from most important to least important. The tasks in each section are also ordered from most to least important. A notable exception to this is the Be Efficient section.
    <ul>
      <li><strong>Be Efficient:</strong> This section contains items that will help you get things done faster. They are not necessary for good SEO, but they are highly recommended.</li>
      <li><strong>Save Button:</strong> Be sure to click the save button after you check off each item. This will create a time and date stamp so that you can easily see when each task was completed.</li>
      <li><strong>Links:</strong> Many tasks have links next to them. Some links are to drupal.org, outside websites, or to admin sections of your own site. Links to outside resources will open in a new window.</li>
      <li><strong>Help:</strong> Some items have \"More info\" links. These will take you to appropriate documentation pages where you can read more about a module or important concept.</li>
    </ul>
    
    A note about pre-release modules
    <em>Some recommended modules may not be considered ready for production websites. These modules are usually marked with \"beta\" or \"dev\" or \"alpha\" on Drupal.org. Please be very careful when installing any module—even those that have been fully tested and released—but be especially careful with dev, alpha, or beta modules.</em>
    
    Credits
    The Drupal SEO Checklist was created by <a>Ben Finklea</a>, author of <a>Drupal 8 SEO</a>, CEO of <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ga_query_string"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "\"&gt;Volacci</a> and a long-time Drupal community member. Development was paid for exclusively by Volacci.
    Special thanks to <a>Travis Carden</a> who created the <a>Checklist API module</a> and did the development work on this module.
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 39,  49 =&gt; 20,  39 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig", "/home/focalizando/modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 20);
            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_seo-checklist-getting-sta_VEI3dzEVwXbdI6FFsoZT2Nk98', '&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/seo_checklist/templates/seo-checklist-getting-started.html.twig */
    class __TwigTemplate_11058d24a82e04bf50d690aa8c6d46c1 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 12
            echo "
    Getting started with Drupal 8 SEO
    Please read these instructions to get the most out of your Drupal Search Engine Optimization efforts.
    
    Module + book/guide = Drupal SEO shortcut
    This module was created along with the book <a>Drupal 8 SEO</a> by Ben Finklea. While the module explains <em>what to do</em>, the book tells you <em>how to do it</em>. They're designed to work together to give you a significant shortcut to your technical SEO efforts. We’ve also adapted the book (and updated the content) into an online <a>Drupal SEO Guide</a>.
    
    Technical SEO -vs- content marketing
    This checklist is a guide to technical SEO but it doesn't help you with content optimization, keyword research, marketing strategy, etc. If you need help with these things, consider using a Drupal-specific Internet Marketing consultant like <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ga_query_string"] ?? null), 20, $this-&gt;source), "html", null, true);
            echo "\"&gt;Volacci</a> or ask your Drupal developer for a recommendation.
    
    Getting started
    Each time you open the SEO Checklist, it will look to see if any tasks have already been completed. For example, if you've already turned on clean URLs then that item will be checked. You still need to click \"Save\" to time and date stamp the automatically-checked items.
    The best way to proceed is to start at the top and work your way through each tab until you're done, clicking save after each completed item.
    
    How it's organized
    The sections are listed from most important to least important. The tasks in each section are also ordered from most to least important. A notable exception to this is the Be Efficient section.
    <ul>
      <li><strong>Be Efficient:</strong> This section contains items that will help you get things done faster. They are not necessary for good SEO, but they are highly recommended.</li>
      <li><strong>Save Button:</strong> Be sure to click the save button after you check off each item. This will create a time and date stamp so that you can easily see when each task was completed.</li>
      <li><strong>Links:</strong> Many tasks have links next to them. Some links are to drupal.org, outside websites, or to admin sections of your own site. Links to outside resources will open in a new window.</li>
      <li><strong>Help:</strong> Some items have \"More info\" links. These will take you to appropriate documentation pages where you can read more about a module or important concept.</li>
    </ul>
    
    A note about pre-release modules
    <em>Some recommended modules may not be considered ready for production websites. These modules are usually marked with \"beta\" or \"dev\" or \"alpha\" on Drupal.org. Please be very careful when installing any module—even those that have been fully tested and released—but be especially careful with dev, alpha, or beta modules.</em>
    
    Credits
    The Drupal SEO Checklist was created by <a>Ben Finklea</a>, author of <a>Drupal 8 SEO</a>, CEO of <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["ga_query_string"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "\"&gt;Volacci</a> and a long-time Drupal community member. Development was paid for exclusively by Volacci.
    Special thanks to <a>Travis Carden</a> who created the <a>Checklist API module</a> and did the development work on this module.
    ";
        }
    
        public function getTemplateName()
        {
            return "modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 39,  49 =&gt; 20,  39 =&gt; 12,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig", "/home/focalizando/modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 20);
            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_11058d24a82e04bf50d690aa8c6d46c1', 'modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig') (Line: 55)
    twig_render_template('modules/contrib/seo_checklist/templates/seo-checklist-getting-started.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('seo_checklist_getting_started', Array) (Line: 433)
    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: 45)
    seo_checklist_checklistapi_checklist_items() (Line: 75)
    checklistapi_add_checklist_items(Array) (Line: 112)
    checklistapi_get_checklist_info() (Line: 133)
    checklistapi_help('entity.node.canonical', Object) (Line: 97)
    Drupal\help\Plugin\Block\HelpBlock->Drupal\help\Plugin\Block\{closure}(Object, 'checklistapi') (Line: 405)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('help', Object) (Line: 102)
    Drupal\help\Plugin\Block\HelpBlock->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: 42)
    __TwigTemplate_e4ba4f8ebb94dbee939a638aa9b40549->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/focalizando/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: 212)
    __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d->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/focalizando/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_KXIxQIudnRgB1_wiXE60ZoTuZ', '&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/focalizando/template/layout/region.html.twig */
    class __TwigTemplate_85f6291c3131065c2fe884e73fab4b3d 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/focalizando/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/focalizando/template/layout/region.html.twig", "/home/focalizando/themes/custom/focalizando/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_KXIxQIudnRgB1_wiXE60ZoTuZ', '&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/focalizando/template/layout/region.html.twig */
    class __TwigTemplate_85f6291c3131065c2fe884e73fab4b3d 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/focalizando/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/focalizando/template/layout/region.html.twig", "/home/focalizando/themes/custom/focalizando/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_85f6291c3131065c2fe884e73fab4b3d', 'themes/custom/focalizando/template/layout/region.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/layout/region.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 42)
    __TwigTemplate_e4ba4f8ebb94dbee939a638aa9b40549->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/focalizando/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: 212)
    __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d->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/focalizando/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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_j1l_KumG7Bcg_638dBaOjowaL', '&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/focalizando/template/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_08b9305222227c841ccf3aea34c685ec 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/focalizando/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/focalizando/template/content/off-canvas-page-wrapper.html.twig", "/home/focalizando/themes/custom/focalizando/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_j1l_KumG7Bcg_638dBaOjowaL', '&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/focalizando/template/content/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_08b9305222227c841ccf3aea34c685ec 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/focalizando/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/focalizando/template/content/off-canvas-page-wrapper.html.twig", "/home/focalizando/themes/custom/focalizando/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_08b9305222227c841ccf3aea34c685ec', 'themes/custom/focalizando/template/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
    Twig\Environment->loadTemplate('themes/custom/focalizando/template/content/off-canvas-page-wrapper.html.twig') (Line: 55)
    twig_render_template('themes/custom/focalizando/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: 212)
    __TwigTemplate_ddc7a57be1341a29e9c59a29d6cb7f7d->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/focalizando/html.html.twig', Array) (Line: 384)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 162)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 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

O Encanto Sustentável das Garrafas Pacco: Elegância e Praticidade Unidas

Descubra a sofisticação e o compromisso ambiental por trás das garrafas Pacco, aliando design único e responsabilidade sustentável

publicado em: 24/11/2023

As garrafas Pacco têm conquistado corações e mentes ao redor do mundo, não apenas por seu design distintivo e elegância, mas também por seu compromisso inabalável com a sustentabilidade. Essas garrafas não são apenas recipientes para líquidos, mas sim ícones de uma mentalidade voltada para um futuro mais verde e consciente. Vamos mergulhar no encanto que envolve as garrafas Pacco e entender por que elas se tornaram uma escolha tão apreciada por muitos.

Confira também:

Pacco: Design Inovador que Marca Presença

Uma das primeiras coisas que captura a atenção quando se vê uma garrafa Pacco é seu design marcante. Elegantes, modernas e com um toque de sofisticação, essas garrafas são mais do que simples recipientes. Elas representam uma fusão entre forma e função, com linhas suaves e um acabamento que combina perfeitamente com qualquer ambiente, seja em casa, no escritório ou em um evento especial.

A variedade de formatos e tamanhos oferecidos pela Pacco atende às necessidades diversificadas de seus consumidores. Desde as garrafas mais compactas e portáteis até as maiores, idealmente projetadas para armazenamento de líquidos em casa, cada uma é pensada meticulosamente para proporcionar praticidade sem comprometer o estilo.

Sustentabilidade como Pilar Fundamental

Além de sua estética atrativa, as garrafas Pacco destacam-se por seu compromisso inabalável com a preservação do meio ambiente. Feitas com materiais de alta qualidade, como vidro borossilicato resistente ao calor e plástico livre de BPA, essas garrafas são concebidas para durar, reduzindo significativamente a necessidade de substituições frequentes.

A preocupação com a sustentabilidade não termina no material utilizado. As garrafas Pacco são projetadas para serem reutilizáveis, incentivando um estilo de vida mais eco-friendly. Esse compromisso com a reutilização não apenas reduz o desperdício, mas também contribui para a diminuição do consumo excessivo de plástico descartável, uma questão ambiental urgente nos dias de hoje.

Pacco

Versatilidade que se Adapta ao seu Estilo de Vida

Outro aspecto cativante das garrafas Pacco é sua versatilidade. Elas não são apenas recipientes para água ou sucos, mas se adaptam a uma variedade de líquidos, desde bebidas quentes, como chás, até sucos gelados ou até mesmo infusões de frutas. Sua capacidade de manter a temperatura por longos períodos torna-as ideais para qualquer ocasião, seja para acompanhar uma caminhada ao ar livre ou para manter a bebida quente durante um dia agitado no escritório.

A praticidade também é uma marca registrada das garrafas Pacco. Com tampas herméticas e designs à prova de vazamentos, elas se tornam companheiras confiáveis em qualquer jornada, sem preocupações com possíveis derramamentos.

Conclusão: A Escolha Consciente para um Mundo Melhor

As garrafas Pacco transcendem a ideia convencional de recipientes. Elas representam um estilo de vida consciente, onde a elegância se une à responsabilidade ambiental. Seu compromisso com a durabilidade, a reutilização e a versatilidade não só oferece um produto de alta qualidade, mas também ressalta a importância de cada um de nós fazer escolhas mais conscientes para preservar o planeta que chamamos de lar.

Em um mundo onde a sustentabilidade é essencial, as garrafas Pacco se destacam como um exemplo brilhante de como a elegância e a responsabilidade podem caminhar de mãos dadas, mostrando-nos que cada escolha, por menor que seja, pode fazer a diferença.

Veja também

Garrafas Tupperware: Uma Solução Ecológica e Prática

Conheça a história, os benefícios, dicas e as características das garrafas Tupperware

A Diversidade Encantadora dos Brindes Brasileiros

Explorando a Riqueza Cultural e a Originalidade dos Brindes Produzidos no Brasil

avatar
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: