Advertisement
AD
Advertisement
AD

Error message

  • Warning: rename(sites/default/files/php/twig/.w8uKGX9zbNwBRupbDItQ9Tkm364,sites/default/files/php/twig/694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY/Z-cf657tTJ0uQhKM6UcgNhsemt1Zu3B7J3EdxVN0Qk0.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY', '<?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_5b6bd6a83ee566b2da0846331566c21f extends 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('694594a8f1a22___string_template__15e4c2_klJ9Mql5aKKUPb2BqDjCgLyaY', '<?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_5b6bd6a83ee566b2da0846331566c21f extends 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_5b6bd6a83ee566b2da0846331566c21f', '__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ value|nl2br }}') (Line: 234)
    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: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    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: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 1768)
    field_tokens('entity', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'field') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
    Drupal\Core\Utility\Token->generate('entity', Array, Array, Array, Object) (Line: 1067)
    token_tokens('node', Array, Array, Array, Object)
    call_user_func_array(Object, Array) (Line: 409)
    Drupal\Core\Extension\ModuleHandler->Drupal\Core\Extension\{closure}(Object, 'token') (Line: 388)
    Drupal\Core\Extension\ModuleHandler->invokeAllWith('tokens', Object) (Line: 416)
    Drupal\Core\Extension\ModuleHandler->invokeAll('tokens', Array) (Line: 364)
    Drupal\Core\Utility\Token->generate('node', Array, Array, Array, Object) (Line: 241)
    Drupal\Core\Utility\Token->doReplace(1, '[node:field_leed]', Array, Array, Object) (Line: 191)
    Drupal\Core\Utility\Token->replace('[node:field_leed]', Array, Array, NULL) (Line: 66)
    Drupal\metatag\MetatagToken->replace('[node:field_leed]', Array, Array) (Line: 768)
    Drupal\metatag\MetatagManager->processTagValue(Object, Array, Array, , 'en') (Line: 614)
    Drupal\metatag\MetatagManager->generateRawElements(Array, Object) (Line: 550)
    Drupal\metatag\MetatagManager->generateElements(Array, Object) (Line: 524)
    metatag_get_tags_from_route() (Line: 278)
    _metatag_remove_duplicate_entity_tags(Array) (Line: 220)
    metatag_entity_view_alter(Array, Object, Object) (Line: 545)
    Drupal\Core\Extension\ModuleHandler->alter('node_view', Array, Object, Object) (Line: 304)
    Drupal\Core\Entity\EntityViewBuilder->buildMultiple(Array) (Line: 238)
    Drupal\Core\Entity\EntityViewBuilder->build(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.Y3gQJFnxt2CCS16cYgR_jGd2ChE,sites/default/files/php/twig/694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7/lnn5GXSA-3vmq34G6nXH05bevhqRAd7ewerV64SGpWE.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7', '<?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/cryptod/templates/field--node--title.html.twig */
    class __TwigTemplate_445d9c584cb98a573980a1ba5255e1b5 extends 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 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 24
                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, 24), 24, $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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 => 24,  39 => 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--title.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" => 23);
            static $filters = array("escape" => 24);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['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('694594a8f1a22_field--node--title.html.t_ug5qWIqVOLDicrzKOp_E1iJG7', '<?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/cryptod/templates/field--node--title.html.twig */
    class __TwigTemplate_445d9c584cb98a573980a1ba5255e1b5 extends 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 23
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 24
                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, 24), 24, $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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--title.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 => 24,  39 => 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--title.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--title.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" => 23);
            static $filters = array("escape" => 24);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_445d9c584cb98a573980a1ba5255e1b5', 'themes/cryptod/templates/field--node--title.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field--node--title.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field--node--title.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    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: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.rtNbq86AQCeu-u7r-vk88D1UFq0,sites/default/files/php/twig/694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU/f76dcC3Ku2Nz3nXozrbppZsKKa3jQhPEWd9lDH3I2BI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--created.html.twig */
    class __TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--created.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_field--node--created.html_K0zW9FgYguIs6MNt-f_Fa4YbU', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--created.html.twig */
    class __TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--created.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--created.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--created.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--created.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7', 'core/modules/node/templates/field--node--created.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/node/templates/field--node--created.html.twig') (Line: 53)
    twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 550)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 285)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.miP6Uw67gC3b1uL7BXxYsBJhNgM,sites/default/files/php/twig/694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x/_Bq_h1itufe_twA4cpBMEZ3THwXu2aiHK0D189I5VvE.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x', '<?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/cryptod/templates/time.html.twig */
    class __TwigTemplate_71903811fa594e07557a1f6a6dc7f371 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["row"] ?? null), "_entity", [], "any", false, false, true, 1), "created", [], "any", false, false, true, 1), "value", [], "any", false, false, true, 1), 1, $this->source), "M j, Y - G:i"), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/time.html.twig", "/var/www/utoday/web/themes/cryptod/templates/time.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1, "date" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape', 'date'],
                    []
                );
            } 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('694594a8f1a22_time.html.twig_T0kAzxa5QDIruLLX4uWpfpJ4x', '<?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/cryptod/templates/time.html.twig */
    class __TwigTemplate_71903811fa594e07557a1f6a6dc7f371 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 1
            echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_date_format_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["row"] ?? null), "_entity", [], "any", false, false, true, 1), "created", [], "any", false, false, true, 1), "value", [], "any", false, false, true, 1), 1, $this->source), "M j, Y - G:i"), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/time.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 => 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/time.html.twig", "/var/www/utoday/web/themes/cryptod/templates/time.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" => 1, "date" => 1);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    [],
                    ['escape', 'date'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_71903811fa594e07557a1f6a6dc7f371', 'themes/cryptod/templates/time.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/time.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/time.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('time', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_ed01e6d501e69cb1f90756e390f4a0a7->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('core/modules/node/templates/field--node--created.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 550)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 285)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.K741EU66dTse3L2Yara-b5hGXb8,sites/default/files/php/twig/694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH/LyWfn27OzM3zY8kdKET2LFhM5hg51a9aDLmJLkYVm9c.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--uid.html.twig */
    class __TwigTemplate_7ba02792f003a2205996e1753dd55636 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_field--node--uid.html.twi_bMfOgxoRXH3NrrDQDcFht6XZH', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/node/templates/field--node--uid.html.twig */
    class __TwigTemplate_7ba02792f003a2205996e1753dd55636 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this->source = $this->getSourceContext();
    
            $this->parent = false;
    
            $this->blocks = [
            ];
            $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
            $this->checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this->macros;
            // line 30
            echo "
    ";
            // line 31
            if ( !($context["is_inline"] ?? null)) {
                // line 32
                echo "  ";
                $this->loadTemplate("field.html.twig", "core/modules/node/templates/field--node--uid.html.twig", 32)->display($context);
            } else {
                // line 34
                echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null), 34, $this->source), "html", null, true);
                echo ">";
                // line 35
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                    // line 36
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["item"], "content", [], "any", false, false, true, 36), 36, $this->source), "html", null, true);
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 38
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/node/templates/field--node--uid.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 => 38,  56 => 36,  52 => 35,  48 => 34,  44 => 32,  42 => 31,  39 => 30,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/node/templates/field--node--uid.html.twig", "/var/www/utoday/web/core/modules/node/templates/field--node--uid.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" => 31, "include" => 32, "for" => 35);
            static $filters = array("escape" => 34);
            static $functions = array();
    
            try {
                $this->sandbox->checkSecurity(
                    ['if', 'include', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e->setSourceContext($this->source);
    
                if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                    $e->setTemplateLine($tags[$e->getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                    $e->setTemplateLine($filters[$e->getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                    $e->setTemplateLine($functions[$e->getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_7ba02792f003a2205996e1753dd55636', 'core/modules/node/templates/field--node--uid.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/node/templates/field--node--uid.html.twig') (Line: 53)
    twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 552)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 285)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.AG1g-4A2TPCujvrupixF1hBq5t4,sites/default/files/php/twig/694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy/_Gb3quewsSENepQI__vra1bizQ6JsPJxVFIe71JD0C4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy', '<?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/user/templates/username.html.twig */
    class __TwigTemplate_3b2677ea98387ad26e702b705fa8fa31 extends 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 27
            if (($context["link_path"] ?? null)) {
                // line 28
                echo "<a>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 "</a>";
            } else {
                // line 30
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 30, $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), 30, $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), 30, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/user/templates/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 30,  41 =&gt; 28,  39 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/user/templates/username.html.twig", "/var/www/utoday/web/core/modules/user/templates/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 27);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_username.html.twig_f49Z-8CxFYun5mXcyGtxaJijy', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/user/templates/username.html.twig */
    class __TwigTemplate_3b2677ea98387ad26e702b705fa8fa31 extends 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 27
            if (($context["link_path"] ?? null)) {
                // line 28
                echo "<a>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 "</a>";
            } else {
                // line 30
                echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 30, $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), 30, $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), 30, $this-&gt;source), "html", null, true);
                echo "";
            }
        }
    
        public function getTemplateName()
        {
            return "core/modules/user/templates/username.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 30,  41 =&gt; 28,  39 =&gt; 27,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/user/templates/username.html.twig", "/var/www/utoday/web/core/modules/user/templates/username.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 27);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_3b2677ea98387ad26e702b705fa8fa31', 'core/modules/user/templates/username.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/user/templates/username.html.twig') (Line: 53)
    twig_render_template('core/modules/user/templates/username.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
    __TwigTemplate_7ba02792f003a2205996e1753dd55636->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('core/modules/node/templates/field--node--uid.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 552)
    template_preprocess_node(Array, 'node', Array)
    call_user_func_array('template_preprocess_node', Array) (Line: 285)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.HlOoHepKlBFtmmaSf6gebtZ_Qv4,sites/default/files/php/twig/694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN/byL-s0IN-dZzhXHlY7QZGb2KlJY2ckKznVyiY-ulP7g.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN', '&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/cryptod/templates/node.html.twig */
    class __TwigTemplate_e934e56c1e459c359b150360c7169113 extends 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 73
            $context["classes"] = [0 =&gt; ("node--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 74
    ($context["node"] ?? null), "bundle", [], "any", false, false, true, 74), 74, $this-&gt;source))), 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 75
    ($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 75)) ? ("node--promoted") : ("")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 76
    ($context["node"] ?? null), "isSticky", [], "method", false, false, true, 76)) ? ("node--sticky") : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 77
    ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 77)) ? ("node--unpublished") : ("")), 4 =&gt; ((        // line 78
    ($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 78, $this-&gt;source)))) : ("")), 5 =&gt; "clearfix"];
            // line 81
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 81), "entity", [], "any", false, false, true, 81), "label", [], "any", false, false, true, 81) != "Profile")) {
                // line 82
                echo "
        ";
            }
            // line 84
            echo "    ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 84), "entity", [], "any", false, false, true, 84), "label", [], "any", false, false, true, 84) == "Crypto Rewards")) {
                // line 85
                echo "        ";
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/body/airdrop.html.twig"), "themes/cryptod/templates/node.html.twig", 85)-&gt;display($context);
                // line 86
                echo "    ";
            } else {
                // line 87
                echo "        ";
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/article.html.twig"), "themes/cryptod/templates/node.html.twig", 87)-&gt;display($context);
                // line 88
                echo "    ";
            }
            // line 89
            echo "    ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 89), "entity", [], "any", false, false, true, 89), "label", [], "any", false, false, true, 89) != "Profile")) {
                // line 90
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  70 =&gt; 90,  67 =&gt; 89,  64 =&gt; 88,  61 =&gt; 87,  58 =&gt; 86,  55 =&gt; 85,  52 =&gt; 84,  48 =&gt; 82,  46 =&gt; 81,  44 =&gt; 78,  43 =&gt; 77,  42 =&gt; 76,  41 =&gt; 75,  40 =&gt; 74,  39 =&gt; 73,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/node.html.twig", "/var/www/utoday/web/themes/cryptod/templates/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 73, "if" =&gt; 81, "include" =&gt; 85);
            static $filters = array("clean_class" =&gt; 74);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['clean_class'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_node.html.twig_Xo9z4aVYQKuxtMLL1e0yUzvuN', '&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/cryptod/templates/node.html.twig */
    class __TwigTemplate_e934e56c1e459c359b150360c7169113 extends 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 73
            $context["classes"] = [0 =&gt; ("node--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 74
    ($context["node"] ?? null), "bundle", [], "any", false, false, true, 74), 74, $this-&gt;source))), 1 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 75
    ($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 75)) ? ("node--promoted") : ("")), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 76
    ($context["node"] ?? null), "isSticky", [], "method", false, false, true, 76)) ? ("node--sticky") : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 77
    ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 77)) ? ("node--unpublished") : ("")), 4 =&gt; ((        // line 78
    ($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 78, $this-&gt;source)))) : ("")), 5 =&gt; "clearfix"];
            // line 81
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 81), "entity", [], "any", false, false, true, 81), "label", [], "any", false, false, true, 81) != "Profile")) {
                // line 82
                echo "
        ";
            }
            // line 84
            echo "    ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 84), "entity", [], "any", false, false, true, 84), "label", [], "any", false, false, true, 84) == "Crypto Rewards")) {
                // line 85
                echo "        ";
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/body/airdrop.html.twig"), "themes/cryptod/templates/node.html.twig", 85)-&gt;display($context);
                // line 86
                echo "    ";
            } else {
                // line 87
                echo "        ";
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/article.html.twig"), "themes/cryptod/templates/node.html.twig", 87)-&gt;display($context);
                // line 88
                echo "    ";
            }
            // line 89
            echo "    ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 89), "entity", [], "any", false, false, true, 89), "label", [], "any", false, false, true, 89) != "Profile")) {
                // line 90
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/node.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  70 =&gt; 90,  67 =&gt; 89,  64 =&gt; 88,  61 =&gt; 87,  58 =&gt; 86,  55 =&gt; 85,  52 =&gt; 84,  48 =&gt; 82,  46 =&gt; 81,  44 =&gt; 78,  43 =&gt; 77,  42 =&gt; 76,  41 =&gt; 75,  40 =&gt; 74,  39 =&gt; 73,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/node.html.twig", "/var/www/utoday/web/themes/cryptod/templates/node.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 73, "if" =&gt; 81, "include" =&gt; 85);
            static $filters = array("clean_class" =&gt; 74);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['clean_class'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e934e56c1e459c359b150360c7169113', 'themes/cryptod/templates/node.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/node.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.1lKA9FYOh4ntqBFmnIjD3i-ZSsI,sites/default/files/php/twig/694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-/VeZYly61QoPzKMgXpowoyi-xfsg_P5ZPA5le8h001cI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-', '&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/cryptod/templates/article.html.twig */
    class __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2 extends 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
            $context["b"] = twig_random($this-&gt;env, 30);
            // line 2
            $context["tshares"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;twittershares($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2), 2, $this-&gt;source));
            // line 3
            $context["fshares"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;facebookshares($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 3), 3, $this-&gt;source));
            // line 4
            $context["name"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getcat($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 4), 4, $this-&gt;source));
            // line 5
            $context["style"] = "article";
            // line 6
            if ((($context["name"] ?? null) == "Events")) {
                // line 7
                echo "    ";
                $context["style"] = "campaign-article";
            }
            // line 9
            if ((($context["name"] ?? null) == "Author")) {
                // line 10
                echo "
        
            
                
                    
                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                echo "\" width=\"170\" height=\"170\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 15, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                        ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "
                        
                            
                                ";
                // line 19
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 19)) &gt; 2)) {
                    // line 20
                    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["content"] ?? null), "field_facebook", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"Go to Facebook\"&gt;</a>
                                ";
                }
                // line 22
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 22)) &gt; 2)) {
                    // line 23
                    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["content"] ?? null), "field_linkedin", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"Go to LinkedIn\"&gt;</a>
                                ";
                }
                // line 25
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 25)) &gt; 2)) {
                    // line 26
                    echo "                            <a></a>
                                ";
                }
                // line 28
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 28)) &gt; 2)) {
                    // line 29
                    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["content"] ?? null), "field_email", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 29, $this-&gt;source), "html", null, true);
                    echo "\"&gt;</a>
                                ";
                }
                // line 31
                echo "                        
                            
                                
                                
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 37, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 37, $this-&gt;source)), "html", null, true);
                echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 40, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 40, $this-&gt;source)), "html", null, true);
                echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 43, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 43, $this-&gt;source)), "html", null, true);
                echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    
                                
                            
                        
                    
                    
                        
                            ";
                // line 53
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
                echo "
                        
                    
                
            
    
            ";
                // line 59
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("author_articles", "block_1"), "html", null, true);
                echo "
    
            ";
            } else {
                // line 62
                echo "        
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 63, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                    ";
                // line 64
                if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "without_image", [], "any", false, false, true, 64), 0, [], "any", false, false, true, 64)) == "On")) {
                    // line 65
                    echo "                
                        
                            ";
                    // line 67
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 67, $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(($context["label"] ?? null), 72, $this-&gt;source), "html", null, true);
                    echo "
    
                    
                        
                            
                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 78), 78, $this-&gt;source)));
                    echo "\"&gt;
                                    ";
                    // line 79
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getimagetag($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getavatar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 79), 79, $this-&gt;source)), "article__lead-img", ""));
                    echo "
                                </a>
                                <a>
                                    Read U.TODAY on
                                    Google News
                                </a>
                                ";
                    // line 85
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 85), "entity", [], "any", false, false, true, 85), "label", [], "any", false, false, true, 85) != "Profile") &amp;&amp; (($context["nБame"] ?? null) != "Events"))) {
                        // line 86
                        echo "
                                ";
                    }
                    // line 88
                    echo "                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this-&gt;source)));
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this-&gt;source)));
                    echo "</a>
                                    ";
                    // line 90
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                    echo "
                                
                            
                        
                        ";
                    // line 94
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 95
                        echo "                        ";
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 95)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_9", "mobile" =&gt; "block_10"]));
                        // line 96
                        echo "                    ";
                    }
                    // line 97
                    echo "                    ";
                } else {
                    // line 98
                    echo "
                        ";
                    // line 99
                    if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_original_article", [], "any", false, false, true, 99), 0, [], "any", false, false, true, 99)) == "On")) {
                        // line 100
                        echo "                        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Original"));
                        echo " U.Today ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("article"));
                        echo "
                        ";
                    }
                    // line 102
                    echo "                    ";
                    if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tweet_based", [], "any", false, false, true, 102), 0, [], "any", false, false, true, 102)) == "On")) {
                        // line 103
                        echo "                        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Original article based on tweet"));
                        echo "
                        ";
                    }
                    // line 105
                    echo "
                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 107, $this-&gt;source), "html", null, true);
                    echo " , Category: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 107, $this-&gt;source), "html", null, true);
                    echo " ,Author: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 107), 107, $this-&gt;source)));
                    echo " , Date: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this-&gt;source), "d M Y"), "html", null, true);
                    echo " , Week: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this-&gt;source), "W"), "html", null, true);
                    echo "'
                            data-url=\"";
                    // line 108
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 108, $this-&gt;source), "html", null, true);
                    echo "\"
                        &gt;";
                    // line 109
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 109, $this-&gt;source), "html", null, true);
                    echo "
                        
                            
                                
    
                                    ";
                    // line 114
                    if ((((((($context["name"] ?? null) != "Author") &amp;&amp; (($context["name"] ?? null) != "Events")) &amp;&amp; (($context["name"] ?? null) != "Press Releases")) &amp;&amp; (($context["name"] ?? null) != "Airdrops")) &amp;&amp; (($context["name"] ?? null) != "Market Releases"))) {
                        // line 115
                        echo "                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 115), "html", null, true)))) {
                            echo "humble--tags-breaking";
                        }
                        echo "\"&gt;
                                            ";
                        // line 116
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 116), 116, $this-&gt;source), "html", null, true);
                        echo "
                                        
                                    ";
                    }
                    // line 119
                    echo "
                                    ";
                    // line 120
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Event") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Airdrops"))) {
                        // line 121
                        echo "                                    ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 121), "entity", [], "any", false, false, true, 121), "label", [], "any", false, false, true, 121) != "Profile")) {
                            // line 122
                            echo "                                        ";
                            if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 122), "entity", [], "any", false, false, true, 122), "label", [], "any", false, false, true, 122) != "Press release") &amp;&amp; (($context["name"] ?? null) != "Market Releases"))) {
                                // line 123
                                echo "                                            
                                                    
                                                        By <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this-&gt;source)));
                                echo "\"&gt;";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this-&gt;source)));
                                echo "</a>
                                                    
                                            ";
                            }
                            // line 128
                            echo "                                    ";
                        }
                        // line 129
                        echo "                                ";
                    }
                    // line 130
                    echo "                            
                                ";
                    // line 131
                    if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Profile") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Event")) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Airdrops"))) {
                        // line 132
                        echo "                                    ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 132), "value", [], "any", false, false, true, 132), 132, $this-&gt;source), "D, j/m/Y - G:i"), "html", null, true);
                        echo "
                                    ";
                    }
                    // line 134
                    echo "                                ";
                    // line 135
                    echo "
                                    
                            
                            
                                
                                    
                                    
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 144, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 144, $this-&gt;source)), "html", null, true);
                    echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 147, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 147, $this-&gt;source)), "html", null, true);
                    echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 150, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 150, $this-&gt;source)), "html", null, true);
                    echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        
                                    
                                
                            
                        
                        ";
                    // line 158
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 158), 158, $this-&gt;source), "html", null, true);
                    echo "
                        ";
                    // line 159
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 160
                        echo "                            ";
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 160)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_9", "mobile" =&gt; "block_10"]));
                        // line 161
                        echo "                    ";
                    }
                    // line 162
                    echo "                    ";
                    if ((($context["name"] ?? null) == "Airdrops")) {
                        // line 163
                        echo "                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Participate in Airdrop"));
                        echo "</a>
    
                            
                        ";
                    }
                    // line 169
                    echo "                    ";
                    // line 170
                    echo "
    
                        ";
                    // line 173
                    echo "                    ";
                    // line 174
                    echo "                    ";
                    // line 175
                    echo "                    ";
                    // line 176
                    echo "                    ";
                    // line 177
                    echo "                    ";
                    // line 178
                    echo "                    ";
                    // line 179
                    echo "                    ";
                    // line 180
                    echo "                    ";
                    // line 181
                    echo "                    ";
                    // line 182
                    echo "                    ";
                    // line 183
                    echo "                    ";
                    // line 184
                    echo "
                        ";
                    // line 186
                    echo "                    ";
                    // line 187
                    echo "                    ";
                    // line 188
                    echo "                    ";
                    // line 189
                    echo "                    ";
                    if (((($context["name"] ?? null) != "Profile") &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                        // line 190
                        echo "
                        ";
                    }
                    // line 192
                    echo "
    
    
    
    
                        ";
                    // line 197
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 198
                        echo "                    ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 198), "content", [], "any", false, false, true, 198))) &gt; 2)) {
                            // line 199
                            echo "                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 199, $this-&gt;source), "html", null, true);
                            echo "__wrap\"&gt;
    
                            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 201, $this-&gt;source), "html", null, true);
                            echo "__body\"&gt;
                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 202, $this-&gt;source), "html", null, true);
                            echo "__main\"&gt;
                                    ";
                            // line 203
                            if ((($context["name"] ?? null) == "Events")) {
                                // line 204
                                echo "                                    
                                            Event details
                                            ";
                                // line 206
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 206)) &gt; 2)) {
                                    // line 207
                                    echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
                                    echo "\" target=\"_blank\"&gt;Buy
                                                        tickets</a>
                                                    ";
                                    // line 211
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 211)) &gt; 2)) {
                                        // line 212
                                        echo "                                                    
    
                                                            Promo code
                                                            
                                                                ";
                                        // line 216
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 216), 216, $this-&gt;source), "html", null, true);
                                        echo "
                                                                
                                                            
                                                        
                                                    ";
                                    }
                                    // line 222
                                    echo "                                            
                                            ";
                                } else {
                                    // line 224
                                    echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "register", [], "any", false, false, true, 226), 226, $this-&gt;source), "html", null, true);
                                    echo "\"
                                                            target=\"_blank\"&gt;Registration</a>
                                                    ";
                                    // line 228
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 228)) &gt; 2)) {
                                        // line 229
                                        echo "                                                    
                                                            Promo code
                                                            
                                                                ";
                                        // line 232
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 232), 232, $this-&gt;source), "html", null, true);
                                        echo "
                                                                
                                                            
                                                        
                                                    ";
                                    }
                                    // line 238
                                    echo "                                            
                                            ";
                                }
                                // line 240
                                echo "                                        
                                                Dates:
                                                ";
                                // line 242
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 242), 242, $this-&gt;source)), "html", null, true);
                                echo "
                                                    ";
                                // line 243
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 243)) &gt; 2) &amp;&amp; (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 243)) &gt; 2))) {
                                    // line 244
                                    echo "                                                    -
                                                    ";
                                }
                                // line 246
                                echo "                                                ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 246), 246, $this-&gt;source)), "html", null, true);
                                echo "
                                            
                                            ";
                                // line 248
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 248)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_country", [], "any", false, false, true, 248)) &gt; 2))) {
                                    // line 249
                                    echo "                                        
                                                Location:
                                                ";
                                    // line 251
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 251), 251, $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["content"] ?? null), "field_country", [], "any", false, false, true, 251), 251, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 254
                                echo "                                    ";
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 254)) &gt; 2)) {
                                    // line 255
                                    echo "                                        
                                                Venue:
                                                ";
                                    // line 257
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 257), 257, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 260
                                echo "                                    ";
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 260)) &gt; 2) &amp;&amp; ((($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 260)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#title"] ?? null) : null) == "Premium"))) {
                                    // line 261
                                    echo "                                        
                                                Website:
                                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 265), 265, $this-&gt;source), "html", null, true);
                                    echo "\"&gt;
                                                        
                                                            ";
                                    // line 267
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 267), 267, $this-&gt;source), "html", null, true);
                                    echo "
                                                        
                                                        
                                                    
                                            
                                            ";
                                }
                                // line 273
                                echo "                                    ";
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 273)) &gt; 2)) {
                                    // line 274
                                    echo "                                        
                                                Price:
                                                ";
                                    // line 276
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_price_currency", [], "any", false, false, true, 276), 276, $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["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 276), 276, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 279
                                echo "                                    ";
                                if (((((((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 279)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_linkedin", [], "any", false, false, true, 279)) &gt; 2))) {
                                    // line 280
                                    echo "                                        
                                                Social links:
                                                
                                                    ";
                                    // line 283
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 283)) &gt; 2)) {
                                        // line 284
                                        echo "                                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 284), 284, $this-&gt;source), "html", null, true);
                                        echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#x\"&gt;
                                                            X
                                                        
                                                    ";
                                    }
                                    // line 288
                                    echo "                                                ";
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 288)) &gt; 2)) {
                                        // line 289
                                        echo "                                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 289), 289, $this-&gt;source), "html", null, true);
                                        echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#telegram\"&gt;
                                                            Telegram
                                                        
                                                    ";
                                    }
                                    // line 293
                                    echo "
                                                    
                                            
                                            ";
                                }
                                // line 297
                                echo "                                    
                                    ";
                            }
                            // line 299
                            echo "                                
                                        ";
                            // line 300
                            if ((((($context["name"] ?? null) == "Press Releases") || (($context["name"] ?? null) == "Market Releases")) || ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_watermark", [], "any", false, false, true, 300), 0, [], "any", false, false, true, 300)) != "On"))) {
                                // line 301
                                echo "                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 301), 301, $this-&gt;source), "html", null, true);
                                echo "\"
                                                 alt=\"";
                                // line 302
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 302, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                            ";
                                // line 303
                                if ((($context["name"] ?? null) == "Market Releases")) {
                                    // line 304
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Market Release"));
                                    echo "
                                            ";
                                }
                                // line 306
                                echo "
    
    
                                            ";
                                // line 309
                                if ((($context["name"] ?? null) == "Press Releases")) {
                                    // line 310
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Press Release"));
                                    echo "
                                            ";
                                }
                                // line 312
                                echo "
                                        ";
                            } else {
                                // line 314
                                echo "                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 315), "content", [], "any", false, false, true, 315), 315, $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["label"] ?? null), 315, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                        ";
                            }
                            // line 317
                            echo "                                    ";
                            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/mark.html.twig"), "themes/cryptod/templates/article.html.twig", 317)-&gt;display($context);
                            // line 318
                            echo "                                
                                    ";
                            // line 319
                            if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 319), "entity", [], "any", false, false, true, 319), "label", [], "any", false, false, true, 319) != "Press release") &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                                // line 320
                                echo "                                    ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;coverimage($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_cover_image_capture", [], "any", false, false, true, 320), 320, $this-&gt;source)));
                                echo "
                                    ";
                            }
                            // line 322
                            echo "
                                    ";
                            // line 323
                            if ((($context["name"] ?? null) == "Press Releases")) {
                                // line 324
                                echo "                                    
                                            ";
                                // line 325
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 325)) &gt; 2)) {
                                    // line 326
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;coverimage($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 326), 326, $this-&gt;source)));
                                    echo "
                                            ";
                                } else {
                                    // line 328
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The cover image and all the rights belong to the client ordering given press release"));
                                    echo "
                                            ";
                                }
                                // line 330
                                echo "                                    
                                    ";
                            }
                            // line 332
                            echo "                                ";
                            if ((($context["name"] ?? null) == "Events")) {
                                // line 333
                                echo "                                    
                                            ";
                                // line 334
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Cover image by"));
                                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["content"] ?? null), "field_site", [], "any", false, false, true, 334), 334, $this-&gt;source), "html", null, true);
                                echo "\"&gt;";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 334, $this-&gt;source), "html", null, true);
                                echo "</a>
                                        
                                    ";
                            }
                            // line 337
                            echo "                                ";
                            if (((($context["name"] ?? null) == "Price Predictions") || ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_disclaimer", [], "any", false, false, true, 337), 0, [], "any", false, false, true, 337)) == "On"))) {
                                // line 338
                                echo "                                    
                                            
                                            
                                                ";
                                // line 341
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions.  We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available."));
                                echo "
                                            
                                        
    
                                    ";
                            }
                            // line 346
                            echo "                                ";
                            if ((($context["name"] ?? null) == "Market Releases")) {
                                // line 347
                                echo "                                    
                                            
                                            
                                                   ";
                                // line 350
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
                                echo "
                                            
                                        
    
                                    ";
                            }
                            // line 355
                            echo "                            
    
                                ";
                        }
                        // line 358
                        echo "
                                
                                    <a>
                                        ";
                        // line 363
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Read U.TODAY on"));
                        echo "
                                        ";
                        // line 364
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Google News"));
                        echo "
                                    </a>
                                
    
                                ";
                    } else {
                        // line 369
                        echo "                                
                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 371), "content", [], "any", false, false, true, 371), 371, $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["label"] ?? null), 371, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
                                    
                                ";
                    }
                    // line 374
                    echo "                            ";
                }
                // line 375
                echo "                            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 375, $this-&gt;source), "html", null, true);
                echo "__content\"&gt;
    
                                    ";
                // line 377
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 378
                    echo "                                    Airdrop Description
                                    ";
                }
                // line 380
                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["content"] ?? null), "body", [], "any", false, false, true, 380), 380, $this-&gt;source), "html", null, true);
                echo "
                                    ";
                // line 381
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 382
                    echo "                                    How to Participate
                                        ";
                    // line 383
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "howtoprct", [], "any", false, false, true, 383), 383, $this-&gt;source), "html", null, true);
                    echo "
                                    ";
                }
                // line 385
                echo "                                ";
                if ((($context["name"] ?? null) == "Events")) {
                    // line 386
                    echo "                                    ";
                    if (((($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 386)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null) == "Premium")) {
                        // line 387
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 387)) &gt; 2)) {
                            // line 388
                            echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 390), 390, $this-&gt;source), "html", null, true);
                            echo "\" target=\"_blank\"&gt;Buy
                                                        tickets</a>
                                                    ";
                            // line 392
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 392)) &gt; 2)) {
                                // line 393
                                echo "                                                    
                                                            Promo code
                                                            
                                                                ";
                                // line 396
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 396), 396, $this-&gt;source), "html", null, true);
                                echo "
                                                                
                                                            
                                                        
                                                    ";
                            }
                            // line 402
                            echo "                                            
                                            ";
                        }
                        // line 404
                        echo "                                    ";
                    }
                    // line 405
                    echo "                                ";
                }
                // line 406
                echo "                            
    
                                ";
                // line 408
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 408), "entity", [], "any", false, false, true, 408), "label", [], "any", false, false, true, 408) == "Market Releases")) {
                    // line 409
                    echo "
    
                                    
                                        ";
                    // line 412
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 412)) &gt; 2)) {
                        // line 413
                        echo "                                        
                                                ";
                        // line 414
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Organization"));
                        echo "
                                                ";
                        // line 415
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 415), 415, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 418
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 418)) &gt; 2)) {
                        // line 419
                        echo "                                        
                                                ";
                        // line 420
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Website"));
                        echo "
                                                <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 422), 422, $this-&gt;source), "html", null, true);
                        echo "' ";
                        if (($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettype(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 422)) != "Premium")) {
                            echo "  ";
                        }
                        // line 423
                        echo "                                                        rel=\"";
                        if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_premium_dofollow", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
                            echo "dofollow";
                        } else {
                            echo "nofollow";
                        }
                        echo "\"&gt;";
                        if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "hide_http", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this-&gt;source)), ["http://" =&gt; "", "https://" =&gt; ""]), "html", null, true);
                        } else {
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this-&gt;source), "html", null, true);
                        }
                        echo "</a>
                                                
                                            
                                        ";
                    }
                    // line 427
                    echo "
                                        ";
                    // line 428
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 428)) &gt; 2)) {
                        // line 429
                        echo "                                        
                                                ";
                        // line 430
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contacts"));
                        echo "
                                                ";
                        // line 431
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 431), 431, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 434
                    echo "                                
                                    <ul>
                                        ";
                    // line 436
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 436), 436, $this-&gt;source), "html", null, true);
                    echo "
                                    </ul>
    
    
    
    
                                ";
                }
                // line 443
                echo "
                                ";
                // line 444
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 444), "entity", [], "any", false, false, true, 444), "label", [], "any", false, false, true, 444) == "Press release")) {
                    // line 445
                    echo "                                
                                        Company details
                                        ";
                    // line 447
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 447)) &gt; 2)) {
                        // line 448
                        echo "                                    
                                            Organization:
                                            ";
                        // line 450
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 450), 450, $this-&gt;source), "html", null, true);
                        echo "
                                        
                                        ";
                    }
                    // line 453
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 453)) &gt; 2)) {
                        // line 454
                        echo "                                    
                                            Website:
                                            
                                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 457), 457, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
                                                    ";
                        // line 458
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 458), 458, $this-&gt;source), "html", null, true);
                        echo "
                                                
                                            
                                        
                                        ";
                    }
                    // line 463
                    echo "                                
                                    
                                    <ul>
                                        ";
                    // line 466
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 466), 466, $this-&gt;source), "html", null, true);
                    echo "
                                    </ul>
                                    
                                        
                                        
                                            ";
                    // line 471
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
                    echo "
                                        
                                    
                                ";
                }
                // line 475
                echo "
    
    
                                ";
                // line 478
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 479
                    echo "                                
                                        ";
                    // line 480
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 480)) &gt; 2)) {
                        // line 481
                        echo "                                        
                                                ";
                        // line 482
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Location"));
                        echo ":
                                                ";
                        // line 483
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 483), 483, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 486
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 486)) &gt; 2)) {
                        // line 487
                        echo "                                        
                                                ";
                        // line 488
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Platform"));
                        echo ":
                                                ";
                        // line 489
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 489), 489, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 492
                    echo "                                    ";
                    if ((($context["name"] ?? null) == "Events")) {
                        // line 493
                        echo "
                                            ";
                        // line 494
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 494)) &gt; 2)) {
                            // line 495
                            echo "                                            
                                                    ";
                            // line 496
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Start Date"));
                            echo ":
                                                    ";
                            // line 497
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 497), 497, $this-&gt;source)), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 500
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 500)) &gt; 2)) {
                            // line 501
                            echo "                                            
                                                    ";
                            // line 502
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("End Date"));
                            echo ":
                                                    ";
                            // line 503
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 503), 503, $this-&gt;source)), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 506
                        echo "
    
                                        ";
                    } else {
                        // line 509
                        echo "
                                            ";
                        // line 510
                        if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 510)) &lt; 3) &amp;&amp; (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 510)) &lt; 3))) {
                            // line 511
                            echo "                                            
                                                    ";
                            // line 512
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Dates"));
                            echo ":
                                                    N/A
                                                
                                            ";
                        } else {
                            // line 516
                            echo "
                                                ";
                            // line 517
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 517)) &gt; 2)) {
                                // line 518
                                echo "                                                
                                                        ";
                                // line 519
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("From"));
                                echo ":
                                                        ";
                                // line 520
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 520), 520, $this-&gt;source)), "html", null, true);
                                echo "
                                                    
                                                ";
                            }
                            // line 523
                            echo "                                            ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 523)) &gt; 2)) {
                                // line 524
                                echo "                                                
                                                        ";
                                // line 525
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Until"));
                                echo ":
                                                        ";
                                // line 526
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 526), 526, $this-&gt;source)), "html", null, true);
                                echo "
                                                    
                                                ";
                            }
                            // line 529
                            echo "
                                            ";
                        }
                        // line 531
                        echo "                                    ";
                    }
                    // line 532
                    echo "
    
    
                                        ";
                    // line 535
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 535)) &gt; 2)) {
                        // line 536
                        echo "                                        
                                                ";
                        // line 537
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Ticket from"));
                        echo ":
                                                ";
                        // line 538
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 538), 538, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 541
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 541)) &gt; 2)) {
                        // line 542
                        echo "                                        
                                                ";
                        // line 543
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Ticket to"));
                        echo ":
                                                ";
                        // line 544
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 544), 544, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 547
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 547)) &gt; 2)) {
                        // line 548
                        echo "                                        
                                                ";
                        // line 549
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Website"));
                        echo ":
                                                ";
                        // line 550
                        if (((($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 550)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null) == "Premium")) {
                            // line 551
                            echo "                                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $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["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $this-&gt;source), "html", null, true);
                        if (((($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 552)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#title"] ?? null) : null) == "Premium")) {
                            echo "</a>";
                        }
                        // line 553
                        echo "                                            
                                            
                                        ";
                    }
                    // line 556
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "value", [], "any", false, false, true, 556)) &gt; 2)) {
                        // line 557
                        echo "                                        
                                                ";
                        // line 558
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Value"));
                        echo ":
                                                ";
                        // line 559
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "value", [], "any", false, false, true, 559), 559, $this-&gt;source), "html", null, true);
                        echo "
                                                
                                            
                                        ";
                    }
                    // line 563
                    echo "
                                        ";
                    // line 564
                    if ((((($__internal_compile_8 = (($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 564)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null) == "Premium") || ((($__internal_compile_10 = (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "a", [], "any", false, false, true, 564)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) == "Premium"))) {
                        // line 565
                        echo "
                                            ";
                        // line 566
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 566)) &gt; 2)) {
                            // line 567
                            echo "                                            
                                                    ";
                            // line 568
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Organization"));
                            echo ":
                                                    ";
                            // line 569
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 569), 569, $this-&gt;source), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 572
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 572)) &gt; 2)) {
                            // line 573
                            echo "                                            
                                                    ";
                            // line 574
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contacts"));
                            echo ":
                                                    ";
                            // line 575
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 575), 575, $this-&gt;source), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 578
                        echo "                                        ";
                        if ((((((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 578)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 578)) &gt; 2))) {
                            // line 579
                            echo "                                            
                                                    ";
                            // line 580
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Social links"));
                            echo ":
                                                    
                                                        
                                                            ";
                            // line 583
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 583)) &gt; 2)) {
                                // line 584
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 586), 586, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 587
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Facebook"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 590
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 590)) &gt; 2)) {
                                // line 591
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 593), 593, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 594
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Twitter"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 597
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 597)) &gt; 2)) {
                                // line 598
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 600), 600, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 601
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Telegram"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 604
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 604)) &gt; 2)) {
                                // line 605
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 607), 607, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 608
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("YouTube"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 611
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 611)) &gt; 2)) {
                                // line 612
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 614), 614, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 615
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Reddit"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 618
                            echo "                                                    
                                                    
                                                
                                            ";
                        }
                        // line 622
                        echo "                                    ";
                    }
                    // line 623
                    echo "                                
                                    ";
                    // line 624
                    if (((($__internal_compile_12 = (($__internal_compile_13 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 624)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) == "Premium")) {
                        // line 625
                        echo "
                                        ";
                        // line 626
                        if ((twig_length_filter($this-&gt;env, ($context["speakers"] ?? null)) &gt; 2)) {
                            // line 627
                            echo "                                        ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Speakers"));
                            echo "
                                            ";
                            // line 628
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["speakers"] ?? null), 628, $this-&gt;source));
                            echo "
                                        ";
                        }
                        // line 630
                        echo "
                                        ";
                        // line 631
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 631)) &gt; 2)) {
                            // line 632
                            echo "                                        ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Agenda"));
                            echo "
                                            ";
                            // line 633
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 633), 633, $this-&gt;source), "html", null, true);
                            echo "
                                        ";
                        }
                        // line 635
                        echo "
                                        ";
                        // line 636
                        if ((($context["name"] ?? null) == "Airdrops")) {
                            // line 637
                            echo "                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 637)) &gt; 2)) {
                                // line 638
                                echo "                                            ";
                                if (((($__internal_compile_14 = (($__internal_compile_15 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 638)) &amp;&amp; is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null) == "Premium")) {
                                    // line 639
                                    echo "                                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 641), 641, $this-&gt;source), "html", null, true);
                                    echo "\"&gt;";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Buy tickets"));
                                    echo "</a>
                                                        ";
                                    // line 642
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 642)) &gt; 2)) {
                                        // line 643
                                        echo "                                                        
                                                                ";
                                        // line 644
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Promocode"));
                                        echo ":
                                                                ";
                                        // line 645
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 645), 645, $this-&gt;source), "html", null, true);
                                        echo "
                                                            
                                                        ";
                                    }
                                    // line 648
                                    echo "                                                
    
                                                ";
                                }
                                // line 651
                                echo "                                        ";
                            }
                            // line 652
                            echo "                                    ";
                        }
                        // line 653
                        echo "
                                    ";
                    }
                    // line 655
                    echo "
                                ";
                }
                // line 657
                echo "
                                ";
                // line 659
                echo "                            ";
                // line 660
                echo "                            ";
                // line 661
                echo "                            ";
                // line 662
                echo "                            ";
                // line 663
                echo "                            ";
                // line 664
                echo "                            ";
                // line 665
                echo "                            ";
                // line 666
                echo "                            ";
                // line 667
                echo "
                                ";
                // line 668
                if (((((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 668), "entity", [], "any", false, false, true, 668), "label", [], "any", false, false, true, 668) != "Profile") &amp;&amp; (($context["name"] ?? null) != "Press Releases")) &amp;&amp; (($context["name"] ?? null) != "Market Releases")) &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                    // line 669
                    echo "                                
                                        
                                            ";
                    // line 671
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/tag.html.twig"), "themes/cryptod/templates/article.html.twig", 671)-&gt;display($context);
                    // line 672
                    echo "                                    
                                    
    
    
                                ";
                }
                // line 677
                echo "
    
    
                                ";
                // line 680
                if ((($context["name"] ?? null) == "Author")) {
                    // line 681
                    echo "                                
                                        ";
                    // line 682
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 682)) &gt; 2)) {
                        // line 683
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 684), 684, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 686
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 686)) &gt; 2)) {
                        // line 687
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 688), 688, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 690
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 690)) &gt; 2)) {
                        // line 691
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 692), 692, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 694
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 694)) &gt; 2)) {
                        // line 695
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 696), 696, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 698
                    echo "                                
                                ";
                }
                // line 700
                echo "                        
    
    
                        
                        ";
                // line 704
                if ((((($context["name"] ?? null) != "Press Releases") &amp;&amp; (($context["name"] ?? null) != "Events")) &amp;&amp; (($context["name"] ?? null) != "Airdrops"))) {
                    // line 705
                    echo "
                            
                                
                                    ";
                    // line 708
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getContents($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 708), 708, $this-&gt;source)));
                    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["node"] ?? null), "id", [], "any", false, false, true, 728), 728, $this-&gt;source), "html", null, true);
                    echo "\"
                                               preload=\"none\"&gt;
                                        
                                    
                                    
                                        
                                        
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 738, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 738, $this-&gt;source)), "html", null, true);
                    echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 741, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 741, $this-&gt;source)), "html", null, true);
                    echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 744, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 744, $this-&gt;source)), "html", null, true);
                    echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            
                                        
                                    
                                
                            
                        ";
                }
                // line 753
                echo "                    ";
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 754
                    echo "                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 756), 756, $this-&gt;source), "html", null, true);
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Participate in Airdrop"));
                    echo "</a>
    
                            
    
                        ";
                }
                // line 761
                echo "
    
                        ";
                // line 763
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 763)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_22", "mobile" =&gt; "block_23"]));
                // line 764
                echo "
    
                        ";
                // line 766
                if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Profile") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Airdrops"))) {
                    // line 767
                    echo "                        ";
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Press release") || (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Market Releases"))) {
                        // line 768
                        echo "                            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_3"), "html", null, true);
                        echo "
                            ";
                    } else {
                        // line 770
                        echo "                            ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 770), "entity", [], "any", false, false, true, 770), "label", [], "any", false, false, true, 770) == "Event")) {
                            // line 771
                            echo "                                ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_2"), "html", null, true);
                            echo "
                                ";
                        } else {
                            // line 773
                            echo "                                
                                        
                                            Related articles
                                        
                                        
                                            
                                                ";
                            // line 779
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_6"), "html", null, true);
                            echo "
                                            
                                        
                                    
                                ";
                        }
                        // line 784
                        echo "                        ";
                    }
                    // line 785
                    echo "                    ";
                } else {
                    // line 786
                    echo "                        ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("author_articles", "block_1"), "html", null, true);
                    echo "
                        ";
                }
                // line 788
                echo "
    
                        ";
            }
            // line 791
            echo "
                        
                            Prev. article
                            Next article
                        
                    
                ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/article.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  1785 =&gt; 791,  1780 =&gt; 788,  1774 =&gt; 786,  1771 =&gt; 785,  1768 =&gt; 784,  1760 =&gt; 779,  1752 =&gt; 773,  1746 =&gt; 771,  1743 =&gt; 770,  1737 =&gt; 768,  1734 =&gt; 767,  1732 =&gt; 766,  1728 =&gt; 764,  1726 =&gt; 763,  1722 =&gt; 761,  1712 =&gt; 756,  1708 =&gt; 754,  1705 =&gt; 753,  1691 =&gt; 744,  1683 =&gt; 741,  1675 =&gt; 738,  1662 =&gt; 728,  1639 =&gt; 708,  1634 =&gt; 705,  1632 =&gt; 704,  1626 =&gt; 700,  1622 =&gt; 698,  1617 =&gt; 696,  1614 =&gt; 695,  1611 =&gt; 694,  1606 =&gt; 692,  1603 =&gt; 691,  1600 =&gt; 690,  1595 =&gt; 688,  1592 =&gt; 687,  1589 =&gt; 686,  1584 =&gt; 684,  1581 =&gt; 683,  1579 =&gt; 682,  1576 =&gt; 681,  1574 =&gt; 680,  1569 =&gt; 677,  1562 =&gt; 672,  1560 =&gt; 671,  1556 =&gt; 669,  1554 =&gt; 668,  1551 =&gt; 667,  1549 =&gt; 666,  1547 =&gt; 665,  1545 =&gt; 664,  1543 =&gt; 663,  1541 =&gt; 662,  1539 =&gt; 661,  1537 =&gt; 660,  1535 =&gt; 659,  1532 =&gt; 657,  1528 =&gt; 655,  1524 =&gt; 653,  1521 =&gt; 652,  1518 =&gt; 651,  1513 =&gt; 648,  1507 =&gt; 645,  1503 =&gt; 644,  1500 =&gt; 643,  1498 =&gt; 642,  1492 =&gt; 641,  1488 =&gt; 639,  1485 =&gt; 638,  1482 =&gt; 637,  1480 =&gt; 636,  1477 =&gt; 635,  1472 =&gt; 633,  1467 =&gt; 632,  1465 =&gt; 631,  1462 =&gt; 630,  1457 =&gt; 628,  1452 =&gt; 627,  1450 =&gt; 626,  1447 =&gt; 625,  1445 =&gt; 624,  1442 =&gt; 623,  1439 =&gt; 622,  1433 =&gt; 618,  1427 =&gt; 615,  1423 =&gt; 614,  1419 =&gt; 612,  1416 =&gt; 611,  1410 =&gt; 608,  1406 =&gt; 607,  1402 =&gt; 605,  1399 =&gt; 604,  1393 =&gt; 601,  1389 =&gt; 600,  1385 =&gt; 598,  1382 =&gt; 597,  1376 =&gt; 594,  1372 =&gt; 593,  1368 =&gt; 591,  1365 =&gt; 590,  1359 =&gt; 587,  1355 =&gt; 586,  1351 =&gt; 584,  1349 =&gt; 583,  1343 =&gt; 580,  1340 =&gt; 579,  1337 =&gt; 578,  1331 =&gt; 575,  1327 =&gt; 574,  1324 =&gt; 573,  1321 =&gt; 572,  1315 =&gt; 569,  1311 =&gt; 568,  1308 =&gt; 567,  1306 =&gt; 566,  1303 =&gt; 565,  1301 =&gt; 564,  1298 =&gt; 563,  1291 =&gt; 559,  1287 =&gt; 558,  1284 =&gt; 557,  1281 =&gt; 556,  1276 =&gt; 553,  1268 =&gt; 552,  1265 =&gt; 551,  1263 =&gt; 550,  1259 =&gt; 549,  1256 =&gt; 548,  1253 =&gt; 547,  1247 =&gt; 544,  1243 =&gt; 543,  1240 =&gt; 542,  1237 =&gt; 541,  1231 =&gt; 538,  1227 =&gt; 537,  1224 =&gt; 536,  1222 =&gt; 535,  1217 =&gt; 532,  1214 =&gt; 531,  1210 =&gt; 529,  1204 =&gt; 526,  1200 =&gt; 525,  1197 =&gt; 524,  1194 =&gt; 523,  1188 =&gt; 520,  1184 =&gt; 519,  1181 =&gt; 518,  1179 =&gt; 517,  1176 =&gt; 516,  1169 =&gt; 512,  1166 =&gt; 511,  1164 =&gt; 510,  1161 =&gt; 509,  1156 =&gt; 506,  1150 =&gt; 503,  1146 =&gt; 502,  1143 =&gt; 501,  1140 =&gt; 500,  1134 =&gt; 497,  1130 =&gt; 496,  1127 =&gt; 495,  1125 =&gt; 494,  1122 =&gt; 493,  1119 =&gt; 492,  1113 =&gt; 489,  1109 =&gt; 488,  1106 =&gt; 487,  1103 =&gt; 486,  1097 =&gt; 483,  1093 =&gt; 482,  1090 =&gt; 481,  1088 =&gt; 480,  1085 =&gt; 479,  1083 =&gt; 478,  1078 =&gt; 475,  1071 =&gt; 471,  1063 =&gt; 466,  1058 =&gt; 463,  1050 =&gt; 458,  1046 =&gt; 457,  1041 =&gt; 454,  1038 =&gt; 453,  1032 =&gt; 450,  1028 =&gt; 448,  1026 =&gt; 447,  1022 =&gt; 445,  1020 =&gt; 444,  1017 =&gt; 443,  1007 =&gt; 436,  1003 =&gt; 434,  997 =&gt; 431,  993 =&gt; 430,  990 =&gt; 429,  988 =&gt; 428,  985 =&gt; 427,  967 =&gt; 423,  961 =&gt; 422,  956 =&gt; 420,  953 =&gt; 419,  950 =&gt; 418,  944 =&gt; 415,  940 =&gt; 414,  937 =&gt; 413,  935 =&gt; 412,  930 =&gt; 409,  928 =&gt; 408,  924 =&gt; 406,  921 =&gt; 405,  918 =&gt; 404,  914 =&gt; 402,  905 =&gt; 396,  900 =&gt; 393,  898 =&gt; 392,  893 =&gt; 390,  889 =&gt; 388,  886 =&gt; 387,  883 =&gt; 386,  880 =&gt; 385,  875 =&gt; 383,  872 =&gt; 382,  870 =&gt; 381,  865 =&gt; 380,  861 =&gt; 378,  859 =&gt; 377,  853 =&gt; 375,  850 =&gt; 374,  842 =&gt; 371,  838 =&gt; 369,  830 =&gt; 364,  826 =&gt; 363,  819 =&gt; 358,  814 =&gt; 355,  806 =&gt; 350,  801 =&gt; 347,  798 =&gt; 346,  790 =&gt; 341,  785 =&gt; 338,  782 =&gt; 337,  772 =&gt; 334,  769 =&gt; 333,  766 =&gt; 332,  762 =&gt; 330,  756 =&gt; 328,  750 =&gt; 326,  748 =&gt; 325,  745 =&gt; 324,  743 =&gt; 323,  740 =&gt; 322,  734 =&gt; 320,  732 =&gt; 319,  729 =&gt; 318,  726 =&gt; 317,  719 =&gt; 315,  716 =&gt; 314,  712 =&gt; 312,  706 =&gt; 310,  704 =&gt; 309,  699 =&gt; 306,  693 =&gt; 304,  691 =&gt; 303,  687 =&gt; 302,  682 =&gt; 301,  680 =&gt; 300,  677 =&gt; 299,  673 =&gt; 297,  667 =&gt; 293,  659 =&gt; 289,  656 =&gt; 288,  648 =&gt; 284,  646 =&gt; 283,  641 =&gt; 280,  638 =&gt; 279,  630 =&gt; 276,  626 =&gt; 274,  623 =&gt; 273,  614 =&gt; 267,  609 =&gt; 265,  603 =&gt; 261,  600 =&gt; 260,  594 =&gt; 257,  590 =&gt; 255,  587 =&gt; 254,  579 =&gt; 251,  575 =&gt; 249,  573 =&gt; 248,  567 =&gt; 246,  563 =&gt; 244,  561 =&gt; 243,  557 =&gt; 242,  553 =&gt; 240,  549 =&gt; 238,  540 =&gt; 232,  535 =&gt; 229,  533 =&gt; 228,  528 =&gt; 226,  524 =&gt; 224,  520 =&gt; 222,  511 =&gt; 216,  505 =&gt; 212,  503 =&gt; 211,  498 =&gt; 209,  494 =&gt; 207,  492 =&gt; 206,  488 =&gt; 204,  486 =&gt; 203,  482 =&gt; 202,  478 =&gt; 201,  472 =&gt; 199,  469 =&gt; 198,  467 =&gt; 197,  460 =&gt; 192,  456 =&gt; 190,  453 =&gt; 189,  451 =&gt; 188,  449 =&gt; 187,  447 =&gt; 186,  444 =&gt; 184,  442 =&gt; 183,  440 =&gt; 182,  438 =&gt; 181,  436 =&gt; 180,  434 =&gt; 179,  432 =&gt; 178,  430 =&gt; 177,  428 =&gt; 176,  426 =&gt; 175,  424 =&gt; 174,  422 =&gt; 173,  418 =&gt; 170,  416 =&gt; 169,  407 =&gt; 165,  403 =&gt; 163,  400 =&gt; 162,  397 =&gt; 161,  394 =&gt; 160,  392 =&gt; 159,  388 =&gt; 158,  375 =&gt; 150,  367 =&gt; 147,  359 =&gt; 144,  348 =&gt; 135,  346 =&gt; 134,  340 =&gt; 132,  338 =&gt; 131,  335 =&gt; 130,  332 =&gt; 129,  329 =&gt; 128,  321 =&gt; 125,  317 =&gt; 123,  314 =&gt; 122,  311 =&gt; 121,  309 =&gt; 120,  306 =&gt; 119,  300 =&gt; 116,  293 =&gt; 115,  291 =&gt; 114,  283 =&gt; 109,  279 =&gt; 108,  267 =&gt; 107,  263 =&gt; 105,  257 =&gt; 103,  254 =&gt; 102,  246 =&gt; 100,  244 =&gt; 99,  241 =&gt; 98,  238 =&gt; 97,  235 =&gt; 96,  232 =&gt; 95,  230 =&gt; 94,  223 =&gt; 90,  217 =&gt; 89,  214 =&gt; 88,  210 =&gt; 86,  208 =&gt; 85,  199 =&gt; 79,  195 =&gt; 78,  186 =&gt; 72,  178 =&gt; 67,  174 =&gt; 65,  172 =&gt; 64,  168 =&gt; 63,  165 =&gt; 62,  159 =&gt; 59,  150 =&gt; 53,  135 =&gt; 43,  127 =&gt; 40,  119 =&gt; 37,  111 =&gt; 31,  103 =&gt; 29,  100 =&gt; 28,  96 =&gt; 26,  93 =&gt; 25,  87 =&gt; 23,  84 =&gt; 22,  78 =&gt; 20,  76 =&gt; 19,  70 =&gt; 16,  64 =&gt; 15,  57 =&gt; 10,  55 =&gt; 9,  51 =&gt; 7,  49 =&gt; 6,  47 =&gt; 5,  45 =&gt; 4,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/article.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 6, "include" =&gt; 95);
            static $filters = array("twittershares" =&gt; 2, "facebookshares" =&gt; 3, "getcat" =&gt; 4, "escape" =&gt; 15, "length" =&gt; 19, "sharingTwitter" =&gt; 37, "checktitle" =&gt; 37, "sharingFacebook" =&gt; 40, "sharingReddit" =&gt; 43, "render" =&gt; 64, "raw" =&gt; 78, "getauthorlink" =&gt; 78, "getimagetag" =&gt; 79, "getavatar" =&gt; 79, "getauthorname" =&gt; 89, "t" =&gt; 100, "date" =&gt; 107, "nl2br" =&gt; 115, "watermark" =&gt; 198, "gettxt" =&gt; 242, "coverimage" =&gt; 320, "gettype" =&gt; 422, "replace" =&gt; 423, "getContents" =&gt; 708);
            static $functions = array("random" =&gt; 1, "drupal_view" =&gt; 59);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['twittershares', 'facebookshares', 'getcat', 'escape', 'length', 'sharingTwitter', 'checktitle', 'sharingFacebook', 'sharingReddit', 'render', 'raw', 'getauthorlink', 'getimagetag', 'getavatar', 'getauthorname', 't', 'date', 'nl2br', 'watermark', 'gettxt', 'coverimage', 'gettype', 'replace', 'getContents'],
                    ['random', 'drupal_view']
                );
            } 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('694594a8f1a22_article.html.twig_4D5gaNzKNy0Gq1dNMH7ayRAL-', '&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/cryptod/templates/article.html.twig */
    class __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2 extends 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
            $context["b"] = twig_random($this-&gt;env, 30);
            // line 2
            $context["tshares"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;twittershares($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2), 2, $this-&gt;source));
            // line 3
            $context["fshares"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;facebookshares($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 3), 3, $this-&gt;source));
            // line 4
            $context["name"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getcat($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 4), 4, $this-&gt;source));
            // line 5
            $context["style"] = "article";
            // line 6
            if ((($context["name"] ?? null) == "Events")) {
                // line 7
                echo "    ";
                $context["style"] = "campaign-article";
            }
            // line 9
            if ((($context["name"] ?? null) == "Author")) {
                // line 10
                echo "
        
            
                
                    
                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                echo "\" width=\"170\" height=\"170\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 15, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                        ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 16, $this-&gt;source), "html", null, true);
                echo "
                        
                            
                                ";
                // line 19
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 19)) &gt; 2)) {
                    // line 20
                    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["content"] ?? null), "field_facebook", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"Go to Facebook\"&gt;</a>
                                ";
                }
                // line 22
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 22)) &gt; 2)) {
                    // line 23
                    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["content"] ?? null), "field_linkedin", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"Go to LinkedIn\"&gt;</a>
                                ";
                }
                // line 25
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 25)) &gt; 2)) {
                    // line 26
                    echo "                            <a></a>
                                ";
                }
                // line 28
                echo "                            ";
                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 28)) &gt; 2)) {
                    // line 29
                    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["content"] ?? null), "field_email", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
                    echo "\" target=\"_blank\" title=\"";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 29, $this-&gt;source), "html", null, true);
                    echo "\"&gt;</a>
                                ";
                }
                // line 31
                echo "                        
                            
                                
                                
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 37, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 37, $this-&gt;source)), "html", null, true);
                echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 40, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 40, $this-&gt;source)), "html", null, true);
                echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 43, $this-&gt;source)), "html", null, true);
                echo "&amp;text=";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 43, $this-&gt;source)), "html", null, true);
                echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                    
                                
                            
                        
                    
                    
                        
                            ";
                // line 53
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 53), 53, $this-&gt;source), "html", null, true);
                echo "
                        
                    
                
            
    
            ";
                // line 59
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("author_articles", "block_1"), "html", null, true);
                echo "
    
            ";
            } else {
                // line 62
                echo "        
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 63, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                    ";
                // line 64
                if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "without_image", [], "any", false, false, true, 64), 0, [], "any", false, false, true, 64)) == "On")) {
                    // line 65
                    echo "                
                        
                            ";
                    // line 67
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["date"] ?? null), 67, $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(($context["label"] ?? null), 72, $this-&gt;source), "html", null, true);
                    echo "
    
                    
                        
                            
                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 78), 78, $this-&gt;source)));
                    echo "\"&gt;
                                    ";
                    // line 79
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getimagetag($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getavatar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 79), 79, $this-&gt;source)), "article__lead-img", ""));
                    echo "
                                </a>
                                <a>
                                    Read U.TODAY on
                                    Google News
                                </a>
                                ";
                    // line 85
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 85), "entity", [], "any", false, false, true, 85), "label", [], "any", false, false, true, 85) != "Profile") &amp;&amp; (($context["nБame"] ?? null) != "Events"))) {
                        // line 86
                        echo "
                                ";
                    }
                    // line 88
                    echo "                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this-&gt;source)));
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 89), 89, $this-&gt;source)));
                    echo "</a>
                                    ";
                    // line 90
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 90), 90, $this-&gt;source), "html", null, true);
                    echo "
                                
                            
                        
                        ";
                    // line 94
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 95
                        echo "                        ";
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 95)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_9", "mobile" =&gt; "block_10"]));
                        // line 96
                        echo "                    ";
                    }
                    // line 97
                    echo "                    ";
                } else {
                    // line 98
                    echo "
                        ";
                    // line 99
                    if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_original_article", [], "any", false, false, true, 99), 0, [], "any", false, false, true, 99)) == "On")) {
                        // line 100
                        echo "                        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Original"));
                        echo " U.Today ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("article"));
                        echo "
                        ";
                    }
                    // line 102
                    echo "                    ";
                    if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tweet_based", [], "any", false, false, true, 102), 0, [], "any", false, false, true, 102)) == "On")) {
                        // line 103
                        echo "                        ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Original article based on tweet"));
                        echo "
                        ";
                    }
                    // line 105
                    echo "
                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 107, $this-&gt;source), "html", null, true);
                    echo " , Category: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 107, $this-&gt;source), "html", null, true);
                    echo " ,Author: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 107), 107, $this-&gt;source)));
                    echo " , Date: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this-&gt;source), "d M Y"), "html", null, true);
                    echo " , Week: ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 107), "value", [], "any", false, false, true, 107), 107, $this-&gt;source), "W"), "html", null, true);
                    echo "'
                            data-url=\"";
                    // line 108
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 108, $this-&gt;source), "html", null, true);
                    echo "\"
                        &gt;";
                    // line 109
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 109, $this-&gt;source), "html", null, true);
                    echo "
                        
                            
                                
    
                                    ";
                    // line 114
                    if ((((((($context["name"] ?? null) != "Author") &amp;&amp; (($context["name"] ?? null) != "Events")) &amp;&amp; (($context["name"] ?? null) != "Press Releases")) &amp;&amp; (($context["name"] ?? null) != "Airdrops")) &amp;&amp; (($context["name"] ?? null) != "Market Releases"))) {
                        // line 115
                        echo "                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 115), "html", null, true)))) {
                            echo "humble--tags-breaking";
                        }
                        echo "\"&gt;
                                            ";
                        // line 116
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_kategoria", [], "any", false, false, true, 116), 116, $this-&gt;source), "html", null, true);
                        echo "
                                        
                                    ";
                    }
                    // line 119
                    echo "
                                    ";
                    // line 120
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Event") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 120), "entity", [], "any", false, false, true, 120), "label", [], "any", false, false, true, 120) != "Airdrops"))) {
                        // line 121
                        echo "                                    ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 121), "entity", [], "any", false, false, true, 121), "label", [], "any", false, false, true, 121) != "Profile")) {
                            // line 122
                            echo "                                        ";
                            if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 122), "entity", [], "any", false, false, true, 122), "label", [], "any", false, false, true, 122) != "Press release") &amp;&amp; (($context["name"] ?? null) != "Market Releases"))) {
                                // line 123
                                echo "                                            
                                                    
                                                        By <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this-&gt;source)));
                                echo "\"&gt;";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content_author", [], "any", false, false, true, 125), 125, $this-&gt;source)));
                                echo "</a>
                                                    
                                            ";
                            }
                            // line 128
                            echo "                                    ";
                        }
                        // line 129
                        echo "                                ";
                    }
                    // line 130
                    echo "                            
                                ";
                    // line 131
                    if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Profile") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Event")) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) != "Airdrops"))) {
                        // line 132
                        echo "                                    ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_date_format_filter($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["node"] ?? null), "created", [], "any", false, false, true, 132), "value", [], "any", false, false, true, 132), 132, $this-&gt;source), "D, j/m/Y - G:i"), "html", null, true);
                        echo "
                                    ";
                    }
                    // line 134
                    echo "                                ";
                    // line 135
                    echo "
                                    
                            
                            
                                
                                    
                                    
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 144, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 144, $this-&gt;source)), "html", null, true);
                    echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 147, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 147, $this-&gt;source)), "html", null, true);
                    echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 150, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 150, $this-&gt;source)), "html", null, true);
                    echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                        
                                    
                                
                            
                        
                        ";
                    // line 158
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_leed", [], "any", false, false, true, 158), 158, $this-&gt;source), "html", null, true);
                    echo "
                        ";
                    // line 159
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 160
                        echo "                            ";
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 160)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_9", "mobile" =&gt; "block_10"]));
                        // line 161
                        echo "                    ";
                    }
                    // line 162
                    echo "                    ";
                    if ((($context["name"] ?? null) == "Airdrops")) {
                        // line 163
                        echo "                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
                        echo "\"&gt;";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Participate in Airdrop"));
                        echo "</a>
    
                            
                        ";
                    }
                    // line 169
                    echo "                    ";
                    // line 170
                    echo "
    
                        ";
                    // line 173
                    echo "                    ";
                    // line 174
                    echo "                    ";
                    // line 175
                    echo "                    ";
                    // line 176
                    echo "                    ";
                    // line 177
                    echo "                    ";
                    // line 178
                    echo "                    ";
                    // line 179
                    echo "                    ";
                    // line 180
                    echo "                    ";
                    // line 181
                    echo "                    ";
                    // line 182
                    echo "                    ";
                    // line 183
                    echo "                    ";
                    // line 184
                    echo "
                        ";
                    // line 186
                    echo "                    ";
                    // line 187
                    echo "                    ";
                    // line 188
                    echo "                    ";
                    // line 189
                    echo "                    ";
                    if (((($context["name"] ?? null) != "Profile") &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                        // line 190
                        echo "
                        ";
                    }
                    // line 192
                    echo "
    
    
    
    
                        ";
                    // line 197
                    if ((($context["name"] ?? null) != "Airdrops")) {
                        // line 198
                        echo "                    ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 198), "content", [], "any", false, false, true, 198))) &gt; 2)) {
                            // line 199
                            echo "                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 199, $this-&gt;source), "html", null, true);
                            echo "__wrap\"&gt;
    
                            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 201, $this-&gt;source), "html", null, true);
                            echo "__body\"&gt;
                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 202, $this-&gt;source), "html", null, true);
                            echo "__main\"&gt;
                                    ";
                            // line 203
                            if ((($context["name"] ?? null) == "Events")) {
                                // line 204
                                echo "                                    
                                            Event details
                                            ";
                                // line 206
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 206)) &gt; 2)) {
                                    // line 207
                                    echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 209), 209, $this-&gt;source), "html", null, true);
                                    echo "\" target=\"_blank\"&gt;Buy
                                                        tickets</a>
                                                    ";
                                    // line 211
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 211)) &gt; 2)) {
                                        // line 212
                                        echo "                                                    
    
                                                            Promo code
                                                            
                                                                ";
                                        // line 216
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 216), 216, $this-&gt;source), "html", null, true);
                                        echo "
                                                                
                                                            
                                                        
                                                    ";
                                    }
                                    // line 222
                                    echo "                                            
                                            ";
                                } else {
                                    // line 224
                                    echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "register", [], "any", false, false, true, 226), 226, $this-&gt;source), "html", null, true);
                                    echo "\"
                                                            target=\"_blank\"&gt;Registration</a>
                                                    ";
                                    // line 228
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 228)) &gt; 2)) {
                                        // line 229
                                        echo "                                                    
                                                            Promo code
                                                            
                                                                ";
                                        // line 232
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 232), 232, $this-&gt;source), "html", null, true);
                                        echo "
                                                                
                                                            
                                                        
                                                    ";
                                    }
                                    // line 238
                                    echo "                                            
                                            ";
                                }
                                // line 240
                                echo "                                        
                                                Dates:
                                                ";
                                // line 242
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 242), 242, $this-&gt;source)), "html", null, true);
                                echo "
                                                    ";
                                // line 243
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 243)) &gt; 2) &amp;&amp; (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 243)) &gt; 2))) {
                                    // line 244
                                    echo "                                                    -
                                                    ";
                                }
                                // line 246
                                echo "                                                ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 246), 246, $this-&gt;source)), "html", null, true);
                                echo "
                                            
                                            ";
                                // line 248
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 248)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_country", [], "any", false, false, true, 248)) &gt; 2))) {
                                    // line 249
                                    echo "                                        
                                                Location:
                                                ";
                                    // line 251
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_city", [], "any", false, false, true, 251), 251, $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["content"] ?? null), "field_country", [], "any", false, false, true, 251), 251, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 254
                                echo "                                    ";
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 254)) &gt; 2)) {
                                    // line 255
                                    echo "                                        
                                                Venue:
                                                ";
                                    // line 257
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 257), 257, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 260
                                echo "                                    ";
                                if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 260)) &gt; 2) &amp;&amp; ((($__internal_compile_0 = (($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 260)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#title"] ?? null) : null) == "Premium"))) {
                                    // line 261
                                    echo "                                        
                                                Website:
                                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 265), 265, $this-&gt;source), "html", null, true);
                                    echo "\"&gt;
                                                        
                                                            ";
                                    // line 267
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 267), 267, $this-&gt;source), "html", null, true);
                                    echo "
                                                        
                                                        
                                                    
                                            
                                            ";
                                }
                                // line 273
                                echo "                                    ";
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 273)) &gt; 2)) {
                                    // line 274
                                    echo "                                        
                                                Price:
                                                ";
                                    // line 276
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_price_currency", [], "any", false, false, true, 276), 276, $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["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 276), 276, $this-&gt;source), "html", null, true);
                                    echo "
                                            
                                            ";
                                }
                                // line 279
                                echo "                                    ";
                                if (((((((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 279)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 279)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_linkedin", [], "any", false, false, true, 279)) &gt; 2))) {
                                    // line 280
                                    echo "                                        
                                                Social links:
                                                
                                                    ";
                                    // line 283
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 283)) &gt; 2)) {
                                        // line 284
                                        echo "                                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 284), 284, $this-&gt;source), "html", null, true);
                                        echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#x\"&gt;
                                                            X
                                                        
                                                    ";
                                    }
                                    // line 288
                                    echo "                                                ";
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 288)) &gt; 2)) {
                                        // line 289
                                        echo "                                                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 289), 289, $this-&gt;source), "html", null, true);
                                        echo "\" class=\"btn btn--border-dark campaign-details__clip\" onclick=\"copyLink(this)\" aria-label=\"Copy link\" data-link=\"#telegram\"&gt;
                                                            Telegram
                                                        
                                                    ";
                                    }
                                    // line 293
                                    echo "
                                                    
                                            
                                            ";
                                }
                                // line 297
                                echo "                                    
                                    ";
                            }
                            // line 299
                            echo "                                
                                        ";
                            // line 300
                            if ((((($context["name"] ?? null) == "Press Releases") || (($context["name"] ?? null) == "Market Releases")) || ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_watermark", [], "any", false, false, true, 300), 0, [], "any", false, false, true, 300)) != "On"))) {
                                // line 301
                                echo "                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 301), 301, $this-&gt;source), "html", null, true);
                                echo "\"
                                                 alt=\"";
                                // line 302
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 302, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                            ";
                                // line 303
                                if ((($context["name"] ?? null) == "Market Releases")) {
                                    // line 304
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Market Release"));
                                    echo "
                                            ";
                                }
                                // line 306
                                echo "
    
    
                                            ";
                                // line 309
                                if ((($context["name"] ?? null) == "Press Releases")) {
                                    // line 310
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Press Release"));
                                    echo "
                                            ";
                                }
                                // line 312
                                echo "
                                        ";
                            } else {
                                // line 314
                                echo "                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 315), "content", [], "any", false, false, true, 315), 315, $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["label"] ?? null), 315, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                        ";
                            }
                            // line 317
                            echo "                                    ";
                            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/mark.html.twig"), "themes/cryptod/templates/article.html.twig", 317)-&gt;display($context);
                            // line 318
                            echo "                                
                                    ";
                            // line 319
                            if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 319), "entity", [], "any", false, false, true, 319), "label", [], "any", false, false, true, 319) != "Press release") &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                                // line 320
                                echo "                                    ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;coverimage($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_cover_image_capture", [], "any", false, false, true, 320), 320, $this-&gt;source)));
                                echo "
                                    ";
                            }
                            // line 322
                            echo "
                                    ";
                            // line 323
                            if ((($context["name"] ?? null) == "Press Releases")) {
                                // line 324
                                echo "                                    
                                            ";
                                // line 325
                                if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 325)) &gt; 2)) {
                                    // line 326
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;coverimage($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "coverimagecaption", [], "any", false, false, true, 326), 326, $this-&gt;source)));
                                    echo "
                                            ";
                                } else {
                                    // line 328
                                    echo "                                            ";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The cover image and all the rights belong to the client ordering given press release"));
                                    echo "
                                            ";
                                }
                                // line 330
                                echo "                                    
                                    ";
                            }
                            // line 332
                            echo "                                ";
                            if ((($context["name"] ?? null) == "Events")) {
                                // line 333
                                echo "                                    
                                            ";
                                // line 334
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Cover image by"));
                                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["content"] ?? null), "field_site", [], "any", false, false, true, 334), 334, $this-&gt;source), "html", null, true);
                                echo "\"&gt;";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 334, $this-&gt;source), "html", null, true);
                                echo "</a>
                                        
                                    ";
                            }
                            // line 337
                            echo "                                ";
                            if (((($context["name"] ?? null) == "Price Predictions") || ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_disclaimer", [], "any", false, false, true, 337), 0, [], "any", false, false, true, 337)) == "On"))) {
                                // line 338
                                echo "                                    
                                            
                                            
                                                ";
                                // line 341
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions.  We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available."));
                                echo "
                                            
                                        
    
                                    ";
                            }
                            // line 346
                            echo "                                ";
                            if ((($context["name"] ?? null) == "Market Releases")) {
                                // line 347
                                echo "                                    
                                            
                                            
                                                   ";
                                // line 350
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
                                echo "
                                            
                                        
    
                                    ";
                            }
                            // line 355
                            echo "                            
    
                                ";
                        }
                        // line 358
                        echo "
                                
                                    <a>
                                        ";
                        // line 363
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Read U.TODAY on"));
                        echo "
                                        ";
                        // line 364
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Google News"));
                        echo "
                                    </a>
                                
    
                                ";
                    } else {
                        // line 369
                        echo "                                
                                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;watermark($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 371), "content", [], "any", false, false, true, 371), 371, $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["label"] ?? null), 371, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
                                    
                                ";
                    }
                    // line 374
                    echo "                            ";
                }
                // line 375
                echo "                            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style"] ?? null), 375, $this-&gt;source), "html", null, true);
                echo "__content\"&gt;
    
                                    ";
                // line 377
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 378
                    echo "                                    Airdrop Description
                                    ";
                }
                // line 380
                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["content"] ?? null), "body", [], "any", false, false, true, 380), 380, $this-&gt;source), "html", null, true);
                echo "
                                    ";
                // line 381
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 382
                    echo "                                    How to Participate
                                        ";
                    // line 383
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "howtoprct", [], "any", false, false, true, 383), 383, $this-&gt;source), "html", null, true);
                    echo "
                                    ";
                }
                // line 385
                echo "                                ";
                if ((($context["name"] ?? null) == "Events")) {
                    // line 386
                    echo "                                    ";
                    if (((($__internal_compile_2 = (($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 386)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null) == "Premium")) {
                        // line 387
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 387)) &gt; 2)) {
                            // line 388
                            echo "                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 390), 390, $this-&gt;source), "html", null, true);
                            echo "\" target=\"_blank\"&gt;Buy
                                                        tickets</a>
                                                    ";
                            // line 392
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 392)) &gt; 2)) {
                                // line 393
                                echo "                                                    
                                                            Promo code
                                                            
                                                                ";
                                // line 396
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 396), 396, $this-&gt;source), "html", null, true);
                                echo "
                                                                
                                                            
                                                        
                                                    ";
                            }
                            // line 402
                            echo "                                            
                                            ";
                        }
                        // line 404
                        echo "                                    ";
                    }
                    // line 405
                    echo "                                ";
                }
                // line 406
                echo "                            
    
                                ";
                // line 408
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 408), "entity", [], "any", false, false, true, 408), "label", [], "any", false, false, true, 408) == "Market Releases")) {
                    // line 409
                    echo "
    
                                    
                                        ";
                    // line 412
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 412)) &gt; 2)) {
                        // line 413
                        echo "                                        
                                                ";
                        // line 414
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Organization"));
                        echo "
                                                ";
                        // line 415
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 415), 415, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 418
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 418)) &gt; 2)) {
                        // line 419
                        echo "                                        
                                                ";
                        // line 420
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Website"));
                        echo "
                                                <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 422), 422, $this-&gt;source), "html", null, true);
                        echo "' ";
                        if (($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettype(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 422)) != "Premium")) {
                            echo "  ";
                        }
                        // line 423
                        echo "                                                        rel=\"";
                        if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_premium_dofollow", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
                            echo "dofollow";
                        } else {
                            echo "nofollow";
                        }
                        echo "\"&gt;";
                        if (($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "hide_http", [], "any", false, false, true, 423), 0, [], "any", false, false, true, 423)) == "On")) {
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this-&gt;source)), ["http://" =&gt; "", "https://" =&gt; ""]), "html", null, true);
                        } else {
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 423), 423, $this-&gt;source), "html", null, true);
                        }
                        echo "</a>
                                                
                                            
                                        ";
                    }
                    // line 427
                    echo "
                                        ";
                    // line 428
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 428)) &gt; 2)) {
                        // line 429
                        echo "                                        
                                                ";
                        // line 430
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contacts"));
                        echo "
                                                ";
                        // line 431
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_contacts", [], "any", false, false, true, 431), 431, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 434
                    echo "                                
                                    <ul>
                                        ";
                    // line 436
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 436), 436, $this-&gt;source), "html", null, true);
                    echo "
                                    </ul>
    
    
    
    
                                ";
                }
                // line 443
                echo "
                                ";
                // line 444
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 444), "entity", [], "any", false, false, true, 444), "label", [], "any", false, false, true, 444) == "Press release")) {
                    // line 445
                    echo "                                
                                        Company details
                                        ";
                    // line 447
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 447)) &gt; 2)) {
                        // line 448
                        echo "                                    
                                            Organization:
                                            ";
                        // line 450
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 450), 450, $this-&gt;source), "html", null, true);
                        echo "
                                        
                                        ";
                    }
                    // line 453
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 453)) &gt; 2)) {
                        // line 454
                        echo "                                    
                                            Website:
                                            
                                                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 457), 457, $this-&gt;source), "html", null, true);
                        echo "\"&gt;
                                                    ";
                        // line 458
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_site", [], "any", false, false, true, 458), 458, $this-&gt;source), "html", null, true);
                        echo "
                                                
                                            
                                        
                                        ";
                    }
                    // line 463
                    echo "                                
                                    
                                    <ul>
                                        ";
                    // line 466
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tags", [], "any", false, false, true, 466), 466, $this-&gt;source), "html", null, true);
                    echo "
                                    </ul>
                                    
                                        
                                        
                                            ";
                    // line 471
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: This is sponsored content. The information on this page is not endorsed or supported by U.Today, and U.Today is not responsible or liable for any inaccuracies, poor quality, advertising, products or other materials found within the publication. Readers should do their own research before taking any actions related to the company. U.Today is not responsible, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any content, goods or services mentioned in the article."));
                    echo "
                                        
                                    
                                ";
                }
                // line 475
                echo "
    
    
                                ";
                // line 478
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 479
                    echo "                                
                                        ";
                    // line 480
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 480)) &gt; 2)) {
                        // line 481
                        echo "                                        
                                                ";
                        // line 482
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Location"));
                        echo ":
                                                ";
                        // line 483
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_event_place", [], "any", false, false, true, 483), 483, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 486
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 486)) &gt; 2)) {
                        // line 487
                        echo "                                        
                                                ";
                        // line 488
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Platform"));
                        echo ":
                                                ";
                        // line 489
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "platform", [], "any", false, false, true, 489), 489, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 492
                    echo "                                    ";
                    if ((($context["name"] ?? null) == "Events")) {
                        // line 493
                        echo "
                                            ";
                        // line 494
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 494)) &gt; 2)) {
                            // line 495
                            echo "                                            
                                                    ";
                            // line 496
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Start Date"));
                            echo ":
                                                    ";
                            // line 497
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 497), 497, $this-&gt;source)), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 500
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 500)) &gt; 2)) {
                            // line 501
                            echo "                                            
                                                    ";
                            // line 502
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("End Date"));
                            echo ":
                                                    ";
                            // line 503
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 503), 503, $this-&gt;source)), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 506
                        echo "
    
                                        ";
                    } else {
                        // line 509
                        echo "
                                            ";
                        // line 510
                        if (((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 510)) &lt; 3) &amp;&amp; (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 510)) &lt; 3))) {
                            // line 511
                            echo "                                            
                                                    ";
                            // line 512
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Dates"));
                            echo ":
                                                    N/A
                                                
                                            ";
                        } else {
                            // line 516
                            echo "
                                                ";
                            // line 517
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 517)) &gt; 2)) {
                                // line 518
                                echo "                                                
                                                        ";
                                // line 519
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("From"));
                                echo ":
                                                        ";
                                // line 520
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_start", [], "any", false, false, true, 520), 520, $this-&gt;source)), "html", null, true);
                                echo "
                                                    
                                                ";
                            }
                            // line 523
                            echo "                                            ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 523)) &gt; 2)) {
                                // line 524
                                echo "                                                
                                                        ";
                                // line 525
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Until"));
                                echo ":
                                                        ";
                                // line 526
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettxt($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_date_end", [], "any", false, false, true, 526), 526, $this-&gt;source)), "html", null, true);
                                echo "
                                                    
                                                ";
                            }
                            // line 529
                            echo "
                                            ";
                        }
                        // line 531
                        echo "                                    ";
                    }
                    // line 532
                    echo "
    
    
                                        ";
                    // line 535
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 535)) &gt; 2)) {
                        // line 536
                        echo "                                        
                                                ";
                        // line 537
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Ticket from"));
                        echo ":
                                                ";
                        // line 538
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_from", [], "any", false, false, true, 538), 538, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 541
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 541)) &gt; 2)) {
                        // line 542
                        echo "                                        
                                                ";
                        // line 543
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Ticket to"));
                        echo ":
                                                ";
                        // line 544
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_tickets_to", [], "any", false, false, true, 544), 544, $this-&gt;source), "html", null, true);
                        echo "
                                            
                                        ";
                    }
                    // line 547
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 547)) &gt; 2)) {
                        // line 548
                        echo "                                        
                                                ";
                        // line 549
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Website"));
                        echo ":
                                                ";
                        // line 550
                        if (((($__internal_compile_4 = (($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 550)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null) == "Premium")) {
                            // line 551
                            echo "                                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $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["content"] ?? null), "field_site", [], "any", false, false, true, 552), 552, $this-&gt;source), "html", null, true);
                        if (((($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 552)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#title"] ?? null) : null) == "Premium")) {
                            echo "</a>";
                        }
                        // line 553
                        echo "                                            
                                            
                                        ";
                    }
                    // line 556
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "value", [], "any", false, false, true, 556)) &gt; 2)) {
                        // line 557
                        echo "                                        
                                                ";
                        // line 558
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Value"));
                        echo ":
                                                ";
                        // line 559
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "value", [], "any", false, false, true, 559), 559, $this-&gt;source), "html", null, true);
                        echo "
                                                
                                            
                                        ";
                    }
                    // line 563
                    echo "
                                        ";
                    // line 564
                    if ((((($__internal_compile_8 = (($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 564)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#title"] ?? null) : null) == "Premium") || ((($__internal_compile_10 = (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "a", [], "any", false, false, true, 564)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) == "Premium"))) {
                        // line 565
                        echo "
                                            ";
                        // line 566
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 566)) &gt; 2)) {
                            // line 567
                            echo "                                            
                                                    ";
                            // line 568
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Organization"));
                            echo ":
                                                    ";
                            // line 569
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_company_name", [], "any", false, false, true, 569), 569, $this-&gt;source), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 572
                        echo "                                        ";
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 572)) &gt; 2)) {
                            // line 573
                            echo "                                            
                                                    ";
                            // line 574
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contacts"));
                            echo ":
                                                    ";
                            // line 575
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_other_contacts", [], "any", false, false, true, 575), 575, $this-&gt;source), "html", null, true);
                            echo "
                                                
                                            ";
                        }
                        // line 578
                        echo "                                        ";
                        if ((((((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 578)) &gt; 2) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 578)) &gt; 2)) || (twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 578)) &gt; 2))) {
                            // line 579
                            echo "                                            
                                                    ";
                            // line 580
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Social links"));
                            echo ":
                                                    
                                                        
                                                            ";
                            // line 583
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 583)) &gt; 2)) {
                                // line 584
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_facebook", [], "any", false, false, true, 586), 586, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 587
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Facebook"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 590
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 590)) &gt; 2)) {
                                // line 591
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_twitter", [], "any", false, false, true, 593), 593, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 594
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Twitter"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 597
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 597)) &gt; 2)) {
                                // line 598
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_telegram", [], "any", false, false, true, 600), 600, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 601
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Telegram"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 604
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 604)) &gt; 2)) {
                                // line 605
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_youtube", [], "any", false, false, true, 607), 607, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 608
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("YouTube"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 611
                            echo "                                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 611)) &gt; 2)) {
                                // line 612
                                echo "                                                            <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link_reddit", [], "any", false, false, true, 614), 614, $this-&gt;source), "html", null, true);
                                echo "\"&gt;
                                                                    ";
                                // line 615
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Reddit"));
                                echo "
                                                                </a>
                                                            ";
                            }
                            // line 618
                            echo "                                                    
                                                    
                                                
                                            ";
                        }
                        // line 622
                        echo "                                    ";
                    }
                    // line 623
                    echo "                                
                                    ";
                    // line 624
                    if (((($__internal_compile_12 = (($__internal_compile_13 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 624)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) == "Premium")) {
                        // line 625
                        echo "
                                        ";
                        // line 626
                        if ((twig_length_filter($this-&gt;env, ($context["speakers"] ?? null)) &gt; 2)) {
                            // line 627
                            echo "                                        ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Speakers"));
                            echo "
                                            ";
                            // line 628
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["speakers"] ?? null), 628, $this-&gt;source));
                            echo "
                                        ";
                        }
                        // line 630
                        echo "
                                        ";
                        // line 631
                        if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 631)) &gt; 2)) {
                            // line 632
                            echo "                                        ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Agenda"));
                            echo "
                                            ";
                            // line 633
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_shedule2", [], "any", false, false, true, 633), 633, $this-&gt;source), "html", null, true);
                            echo "
                                        ";
                        }
                        // line 635
                        echo "
                                        ";
                        // line 636
                        if ((($context["name"] ?? null) == "Airdrops")) {
                            // line 637
                            echo "                                        ";
                            if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 637)) &gt; 2)) {
                                // line 638
                                echo "                                            ";
                                if (((($__internal_compile_14 = (($__internal_compile_15 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_app_type", [], "any", false, false, true, 638)) &amp;&amp; is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null) == "Premium")) {
                                    // line 639
                                    echo "                                                <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_buy_tickets", [], "any", false, false, true, 641), 641, $this-&gt;source), "html", null, true);
                                    echo "\"&gt;";
                                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Buy tickets"));
                                    echo "</a>
                                                        ";
                                    // line 642
                                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 642)) &gt; 2)) {
                                        // line 643
                                        echo "                                                        
                                                                ";
                                        // line 644
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Promocode"));
                                        echo ":
                                                                ";
                                        // line 645
                                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_promocode", [], "any", false, false, true, 645), 645, $this-&gt;source), "html", null, true);
                                        echo "
                                                            
                                                        ";
                                    }
                                    // line 648
                                    echo "                                                
    
                                                ";
                                }
                                // line 651
                                echo "                                        ";
                            }
                            // line 652
                            echo "                                    ";
                        }
                        // line 653
                        echo "
                                    ";
                    }
                    // line 655
                    echo "
                                ";
                }
                // line 657
                echo "
                                ";
                // line 659
                echo "                            ";
                // line 660
                echo "                            ";
                // line 661
                echo "                            ";
                // line 662
                echo "                            ";
                // line 663
                echo "                            ";
                // line 664
                echo "                            ";
                // line 665
                echo "                            ";
                // line 666
                echo "                            ";
                // line 667
                echo "
                                ";
                // line 668
                if (((((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 668), "entity", [], "any", false, false, true, 668), "label", [], "any", false, false, true, 668) != "Profile") &amp;&amp; (($context["name"] ?? null) != "Press Releases")) &amp;&amp; (($context["name"] ?? null) != "Market Releases")) &amp;&amp; (($context["name"] ?? null) != "Events"))) {
                    // line 669
                    echo "                                
                                        
                                            ";
                    // line 671
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/tag.html.twig"), "themes/cryptod/templates/article.html.twig", 671)-&gt;display($context);
                    // line 672
                    echo "                                    
                                    
    
    
                                ";
                }
                // line 677
                echo "
    
    
                                ";
                // line 680
                if ((($context["name"] ?? null) == "Author")) {
                    // line 681
                    echo "                                
                                        ";
                    // line 682
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 682)) &gt; 2)) {
                        // line 683
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_facebook", [], "any", false, false, true, 684), 684, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 686
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 686)) &gt; 2)) {
                        // line 687
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_twitter", [], "any", false, false, true, 688), 688, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 690
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 690)) &gt; 2)) {
                        // line 691
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_linkedin", [], "any", false, false, true, 692), 692, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 694
                    echo "                                    ";
                    if ((twig_length_filter($this-&gt;env, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 694)) &gt; 2)) {
                        // line 695
                        echo "                                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_email", [], "any", false, false, true, 696), 696, $this-&gt;source), "html", null, true);
                        echo "\"&gt;</a>
                                        ";
                    }
                    // line 698
                    echo "                                
                                ";
                }
                // line 700
                echo "                        
    
    
                        
                        ";
                // line 704
                if ((((($context["name"] ?? null) != "Press Releases") &amp;&amp; (($context["name"] ?? null) != "Events")) &amp;&amp; (($context["name"] ?? null) != "Airdrops"))) {
                    // line 705
                    echo "
                            
                                
                                    ";
                    // line 708
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getContents($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 708), 708, $this-&gt;source)));
                    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["node"] ?? null), "id", [], "any", false, false, true, 728), 728, $this-&gt;source), "html", null, true);
                    echo "\"
                                               preload=\"none\"&gt;
                                        
                                    
                                    
                                        
                                        
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 738, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 738, $this-&gt;source)), "html", null, true);
                    echo "\", \"Twtitter Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 741, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 741, $this-&gt;source)), "html", null, true);
                    echo "\", \"Facebook Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 744, $this-&gt;source)), "html", null, true);
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 744, $this-&gt;source)), "html", null, true);
                    echo "\", \"Reddit Sharing\", \"width=1200,height=600\");return false;'&gt;</a>
                                            
                                        
                                    
                                
                            
                        ";
                }
                // line 753
                echo "                    ";
                if ((($context["name"] ?? null) == "Airdrops")) {
                    // line 754
                    echo "                        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "adlink", [], "any", false, false, true, 756), 756, $this-&gt;source), "html", null, true);
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Participate in Airdrop"));
                    echo "</a>
    
                            
    
                        ";
                }
                // line 761
                echo "
    
                        ";
                // line 763
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/article.html.twig", 763)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_22", "mobile" =&gt; "block_23"]));
                // line 764
                echo "
    
                        ";
                // line 766
                if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Profile") &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 766), "entity", [], "any", false, false, true, 766), "label", [], "any", false, false, true, 766) != "Airdrops"))) {
                    // line 767
                    echo "                        ";
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Press release") || (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 767), "entity", [], "any", false, false, true, 767), "label", [], "any", false, false, true, 767) == "Market Releases"))) {
                        // line 768
                        echo "                            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_3"), "html", null, true);
                        echo "
                            ";
                    } else {
                        // line 770
                        echo "                            ";
                        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 770), "entity", [], "any", false, false, true, 770), "label", [], "any", false, false, true, 770) == "Event")) {
                            // line 771
                            echo "                                ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_2"), "html", null, true);
                            echo "
                                ";
                        } else {
                            // line 773
                            echo "                                
                                        
                                            Related articles
                                        
                                        
                                            
                                                ";
                            // line 779
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("related_article", "block_6"), "html", null, true);
                            echo "
                                            
                                        
                                    
                                ";
                        }
                        // line 784
                        echo "                        ";
                    }
                    // line 785
                    echo "                    ";
                } else {
                    // line 786
                    echo "                        ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("author_articles", "block_1"), "html", null, true);
                    echo "
                        ";
                }
                // line 788
                echo "
    
                        ";
            }
            // line 791
            echo "
                        
                            Prev. article
                            Next article
                        
                    
                ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/article.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  1785 =&gt; 791,  1780 =&gt; 788,  1774 =&gt; 786,  1771 =&gt; 785,  1768 =&gt; 784,  1760 =&gt; 779,  1752 =&gt; 773,  1746 =&gt; 771,  1743 =&gt; 770,  1737 =&gt; 768,  1734 =&gt; 767,  1732 =&gt; 766,  1728 =&gt; 764,  1726 =&gt; 763,  1722 =&gt; 761,  1712 =&gt; 756,  1708 =&gt; 754,  1705 =&gt; 753,  1691 =&gt; 744,  1683 =&gt; 741,  1675 =&gt; 738,  1662 =&gt; 728,  1639 =&gt; 708,  1634 =&gt; 705,  1632 =&gt; 704,  1626 =&gt; 700,  1622 =&gt; 698,  1617 =&gt; 696,  1614 =&gt; 695,  1611 =&gt; 694,  1606 =&gt; 692,  1603 =&gt; 691,  1600 =&gt; 690,  1595 =&gt; 688,  1592 =&gt; 687,  1589 =&gt; 686,  1584 =&gt; 684,  1581 =&gt; 683,  1579 =&gt; 682,  1576 =&gt; 681,  1574 =&gt; 680,  1569 =&gt; 677,  1562 =&gt; 672,  1560 =&gt; 671,  1556 =&gt; 669,  1554 =&gt; 668,  1551 =&gt; 667,  1549 =&gt; 666,  1547 =&gt; 665,  1545 =&gt; 664,  1543 =&gt; 663,  1541 =&gt; 662,  1539 =&gt; 661,  1537 =&gt; 660,  1535 =&gt; 659,  1532 =&gt; 657,  1528 =&gt; 655,  1524 =&gt; 653,  1521 =&gt; 652,  1518 =&gt; 651,  1513 =&gt; 648,  1507 =&gt; 645,  1503 =&gt; 644,  1500 =&gt; 643,  1498 =&gt; 642,  1492 =&gt; 641,  1488 =&gt; 639,  1485 =&gt; 638,  1482 =&gt; 637,  1480 =&gt; 636,  1477 =&gt; 635,  1472 =&gt; 633,  1467 =&gt; 632,  1465 =&gt; 631,  1462 =&gt; 630,  1457 =&gt; 628,  1452 =&gt; 627,  1450 =&gt; 626,  1447 =&gt; 625,  1445 =&gt; 624,  1442 =&gt; 623,  1439 =&gt; 622,  1433 =&gt; 618,  1427 =&gt; 615,  1423 =&gt; 614,  1419 =&gt; 612,  1416 =&gt; 611,  1410 =&gt; 608,  1406 =&gt; 607,  1402 =&gt; 605,  1399 =&gt; 604,  1393 =&gt; 601,  1389 =&gt; 600,  1385 =&gt; 598,  1382 =&gt; 597,  1376 =&gt; 594,  1372 =&gt; 593,  1368 =&gt; 591,  1365 =&gt; 590,  1359 =&gt; 587,  1355 =&gt; 586,  1351 =&gt; 584,  1349 =&gt; 583,  1343 =&gt; 580,  1340 =&gt; 579,  1337 =&gt; 578,  1331 =&gt; 575,  1327 =&gt; 574,  1324 =&gt; 573,  1321 =&gt; 572,  1315 =&gt; 569,  1311 =&gt; 568,  1308 =&gt; 567,  1306 =&gt; 566,  1303 =&gt; 565,  1301 =&gt; 564,  1298 =&gt; 563,  1291 =&gt; 559,  1287 =&gt; 558,  1284 =&gt; 557,  1281 =&gt; 556,  1276 =&gt; 553,  1268 =&gt; 552,  1265 =&gt; 551,  1263 =&gt; 550,  1259 =&gt; 549,  1256 =&gt; 548,  1253 =&gt; 547,  1247 =&gt; 544,  1243 =&gt; 543,  1240 =&gt; 542,  1237 =&gt; 541,  1231 =&gt; 538,  1227 =&gt; 537,  1224 =&gt; 536,  1222 =&gt; 535,  1217 =&gt; 532,  1214 =&gt; 531,  1210 =&gt; 529,  1204 =&gt; 526,  1200 =&gt; 525,  1197 =&gt; 524,  1194 =&gt; 523,  1188 =&gt; 520,  1184 =&gt; 519,  1181 =&gt; 518,  1179 =&gt; 517,  1176 =&gt; 516,  1169 =&gt; 512,  1166 =&gt; 511,  1164 =&gt; 510,  1161 =&gt; 509,  1156 =&gt; 506,  1150 =&gt; 503,  1146 =&gt; 502,  1143 =&gt; 501,  1140 =&gt; 500,  1134 =&gt; 497,  1130 =&gt; 496,  1127 =&gt; 495,  1125 =&gt; 494,  1122 =&gt; 493,  1119 =&gt; 492,  1113 =&gt; 489,  1109 =&gt; 488,  1106 =&gt; 487,  1103 =&gt; 486,  1097 =&gt; 483,  1093 =&gt; 482,  1090 =&gt; 481,  1088 =&gt; 480,  1085 =&gt; 479,  1083 =&gt; 478,  1078 =&gt; 475,  1071 =&gt; 471,  1063 =&gt; 466,  1058 =&gt; 463,  1050 =&gt; 458,  1046 =&gt; 457,  1041 =&gt; 454,  1038 =&gt; 453,  1032 =&gt; 450,  1028 =&gt; 448,  1026 =&gt; 447,  1022 =&gt; 445,  1020 =&gt; 444,  1017 =&gt; 443,  1007 =&gt; 436,  1003 =&gt; 434,  997 =&gt; 431,  993 =&gt; 430,  990 =&gt; 429,  988 =&gt; 428,  985 =&gt; 427,  967 =&gt; 423,  961 =&gt; 422,  956 =&gt; 420,  953 =&gt; 419,  950 =&gt; 418,  944 =&gt; 415,  940 =&gt; 414,  937 =&gt; 413,  935 =&gt; 412,  930 =&gt; 409,  928 =&gt; 408,  924 =&gt; 406,  921 =&gt; 405,  918 =&gt; 404,  914 =&gt; 402,  905 =&gt; 396,  900 =&gt; 393,  898 =&gt; 392,  893 =&gt; 390,  889 =&gt; 388,  886 =&gt; 387,  883 =&gt; 386,  880 =&gt; 385,  875 =&gt; 383,  872 =&gt; 382,  870 =&gt; 381,  865 =&gt; 380,  861 =&gt; 378,  859 =&gt; 377,  853 =&gt; 375,  850 =&gt; 374,  842 =&gt; 371,  838 =&gt; 369,  830 =&gt; 364,  826 =&gt; 363,  819 =&gt; 358,  814 =&gt; 355,  806 =&gt; 350,  801 =&gt; 347,  798 =&gt; 346,  790 =&gt; 341,  785 =&gt; 338,  782 =&gt; 337,  772 =&gt; 334,  769 =&gt; 333,  766 =&gt; 332,  762 =&gt; 330,  756 =&gt; 328,  750 =&gt; 326,  748 =&gt; 325,  745 =&gt; 324,  743 =&gt; 323,  740 =&gt; 322,  734 =&gt; 320,  732 =&gt; 319,  729 =&gt; 318,  726 =&gt; 317,  719 =&gt; 315,  716 =&gt; 314,  712 =&gt; 312,  706 =&gt; 310,  704 =&gt; 309,  699 =&gt; 306,  693 =&gt; 304,  691 =&gt; 303,  687 =&gt; 302,  682 =&gt; 301,  680 =&gt; 300,  677 =&gt; 299,  673 =&gt; 297,  667 =&gt; 293,  659 =&gt; 289,  656 =&gt; 288,  648 =&gt; 284,  646 =&gt; 283,  641 =&gt; 280,  638 =&gt; 279,  630 =&gt; 276,  626 =&gt; 274,  623 =&gt; 273,  614 =&gt; 267,  609 =&gt; 265,  603 =&gt; 261,  600 =&gt; 260,  594 =&gt; 257,  590 =&gt; 255,  587 =&gt; 254,  579 =&gt; 251,  575 =&gt; 249,  573 =&gt; 248,  567 =&gt; 246,  563 =&gt; 244,  561 =&gt; 243,  557 =&gt; 242,  553 =&gt; 240,  549 =&gt; 238,  540 =&gt; 232,  535 =&gt; 229,  533 =&gt; 228,  528 =&gt; 226,  524 =&gt; 224,  520 =&gt; 222,  511 =&gt; 216,  505 =&gt; 212,  503 =&gt; 211,  498 =&gt; 209,  494 =&gt; 207,  492 =&gt; 206,  488 =&gt; 204,  486 =&gt; 203,  482 =&gt; 202,  478 =&gt; 201,  472 =&gt; 199,  469 =&gt; 198,  467 =&gt; 197,  460 =&gt; 192,  456 =&gt; 190,  453 =&gt; 189,  451 =&gt; 188,  449 =&gt; 187,  447 =&gt; 186,  444 =&gt; 184,  442 =&gt; 183,  440 =&gt; 182,  438 =&gt; 181,  436 =&gt; 180,  434 =&gt; 179,  432 =&gt; 178,  430 =&gt; 177,  428 =&gt; 176,  426 =&gt; 175,  424 =&gt; 174,  422 =&gt; 173,  418 =&gt; 170,  416 =&gt; 169,  407 =&gt; 165,  403 =&gt; 163,  400 =&gt; 162,  397 =&gt; 161,  394 =&gt; 160,  392 =&gt; 159,  388 =&gt; 158,  375 =&gt; 150,  367 =&gt; 147,  359 =&gt; 144,  348 =&gt; 135,  346 =&gt; 134,  340 =&gt; 132,  338 =&gt; 131,  335 =&gt; 130,  332 =&gt; 129,  329 =&gt; 128,  321 =&gt; 125,  317 =&gt; 123,  314 =&gt; 122,  311 =&gt; 121,  309 =&gt; 120,  306 =&gt; 119,  300 =&gt; 116,  293 =&gt; 115,  291 =&gt; 114,  283 =&gt; 109,  279 =&gt; 108,  267 =&gt; 107,  263 =&gt; 105,  257 =&gt; 103,  254 =&gt; 102,  246 =&gt; 100,  244 =&gt; 99,  241 =&gt; 98,  238 =&gt; 97,  235 =&gt; 96,  232 =&gt; 95,  230 =&gt; 94,  223 =&gt; 90,  217 =&gt; 89,  214 =&gt; 88,  210 =&gt; 86,  208 =&gt; 85,  199 =&gt; 79,  195 =&gt; 78,  186 =&gt; 72,  178 =&gt; 67,  174 =&gt; 65,  172 =&gt; 64,  168 =&gt; 63,  165 =&gt; 62,  159 =&gt; 59,  150 =&gt; 53,  135 =&gt; 43,  127 =&gt; 40,  119 =&gt; 37,  111 =&gt; 31,  103 =&gt; 29,  100 =&gt; 28,  96 =&gt; 26,  93 =&gt; 25,  87 =&gt; 23,  84 =&gt; 22,  78 =&gt; 20,  76 =&gt; 19,  70 =&gt; 16,  64 =&gt; 15,  57 =&gt; 10,  55 =&gt; 9,  51 =&gt; 7,  49 =&gt; 6,  47 =&gt; 5,  45 =&gt; 4,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/article.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 6, "include" =&gt; 95);
            static $filters = array("twittershares" =&gt; 2, "facebookshares" =&gt; 3, "getcat" =&gt; 4, "escape" =&gt; 15, "length" =&gt; 19, "sharingTwitter" =&gt; 37, "checktitle" =&gt; 37, "sharingFacebook" =&gt; 40, "sharingReddit" =&gt; 43, "render" =&gt; 64, "raw" =&gt; 78, "getauthorlink" =&gt; 78, "getimagetag" =&gt; 79, "getavatar" =&gt; 79, "getauthorname" =&gt; 89, "t" =&gt; 100, "date" =&gt; 107, "nl2br" =&gt; 115, "watermark" =&gt; 198, "gettxt" =&gt; 242, "coverimage" =&gt; 320, "gettype" =&gt; 422, "replace" =&gt; 423, "getContents" =&gt; 708);
            static $functions = array("random" =&gt; 1, "drupal_view" =&gt; 59);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['twittershares', 'facebookshares', 'getcat', 'escape', 'length', 'sharingTwitter', 'checktitle', 'sharingFacebook', 'sharingReddit', 'render', 'raw', 'getauthorlink', 'getimagetag', 'getavatar', 'getauthorname', 't', 'date', 'nl2br', 'watermark', 'gettxt', 'coverimage', 'gettype', 'replace', 'getContents'],
                    ['random', 'drupal_view']
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_625426e732c5f7a66fde6d628d98a6b2', 'themes/cryptod/templates/article.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/article.html.twig', 'themes/cryptod/templates/node.html.twig', 87) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.D8L34Q6urdhP37GGSY-H8ER_ZXw,sites/default/files/php/twig/694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T/do2US7s1rU0uxih1sQKbugLCPPqU5jxpw9Q-kV_Z1-s.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T', '&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/cryptod/templates/field.html.twig */
    class __TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            echo "
    ";
            // line 40
            if (($context["label_hidden"] ?? null)) {
                // line 41
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 42
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 42, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 43
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 44
                        echo "       ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 46
                    echo "    
      ";
                } else {
                    // line 48
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // 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["item"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "  ";
                }
            } else {
                // line 53
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 53, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 55
                if (($context["multiple"] ?? null)) {
                    // line 56
                    echo "      
        ";
                }
                // line 58
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 59
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 61
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 62
                    echo "      
        ";
                }
                // line 64
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  123 =&gt; 64,  119 =&gt; 62,  116 =&gt; 61,  108 =&gt; 59,  103 =&gt; 58,  99 =&gt; 56,  97 =&gt; 55,  91 =&gt; 54,  86 =&gt; 53,  82 =&gt; 51,  74 =&gt; 49,  69 =&gt; 48,  65 =&gt; 46,  56 =&gt; 44,  52 =&gt; 43,  47 =&gt; 42,  44 =&gt; 41,  42 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 40, "for" =&gt; 43);
            static $filters = array("escape" =&gt; 42);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_field.html.twig_5vzCNjgRMPP4013nIe_22Jj1T', '&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/cryptod/templates/field.html.twig */
    class __TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            echo "
    ";
            // line 40
            if (($context["label_hidden"] ?? null)) {
                // line 41
                echo "  ";
                if (($context["multiple"] ?? null)) {
                    // line 42
                    echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 42, $this-&gt;source), "html", null, true);
                    echo "&gt;
          ";
                    // line 43
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // line 44
                        echo "       ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
                        echo "
          ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 46
                    echo "    
      ";
                } else {
                    // line 48
                    echo "    ";
                    $context['_parent'] = $context;
                    $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                    foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                        // 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["item"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                        echo "
        ";
                    }
                    $_parent = $context['_parent'];
                    unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                    $context = array_intersect_key($context, $_parent) + $_parent;
                    // line 51
                    echo "  ";
                }
            } else {
                // line 53
                echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 53, $this-&gt;source), "html", null, true);
                echo "&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_attributes"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 54, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 55
                if (($context["multiple"] ?? null)) {
                    // line 56
                    echo "      
        ";
                }
                // line 58
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 59
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 59), 59, $this-&gt;source), "html", null, true);
                    echo "
        ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 61
                echo "    ";
                if (($context["multiple"] ?? null)) {
                    // line 62
                    echo "      
        ";
                }
                // line 64
                echo "  
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  123 =&gt; 64,  119 =&gt; 62,  116 =&gt; 61,  108 =&gt; 59,  103 =&gt; 58,  99 =&gt; 56,  97 =&gt; 55,  91 =&gt; 54,  86 =&gt; 53,  82 =&gt; 51,  74 =&gt; 49,  69 =&gt; 48,  65 =&gt; 46,  56 =&gt; 44,  52 =&gt; 43,  47 =&gt; 42,  44 =&gt; 41,  42 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 40, "for" =&gt; 43);
            static $filters = array("escape" =&gt; 42);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'for'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e1b85ae19d20b7a722a4e9e5f3c69a1f', 'themes/cryptod/templates/field.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 294)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.XejMF-4UrMincYBDXFeirnPa4yE,sites/default/files/php/twig/694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V/h3J2C4u9ldf9qlo4q6uOMs0GclOBr7QqDEgOP86XT34.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V', '&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/cryptod/templates/field--field-leed.html.twig */
    class __TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 39), 39, $this-&gt;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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--field-leed.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--field-leed.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--field-leed.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39);
            static $filters = array("escape" =&gt; 39);
            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('694594a8f1a22_field--field-leed.html.tw_PU2aqCyJwVjeMNuUTioykc45V', '&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/cryptod/templates/field--field-leed.html.twig */
    class __TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 39), 39, $this-&gt;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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--field-leed.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--field-leed.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--field-leed.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39);
            static $filters = array("escape" =&gt; 39);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_d947b04342b1ca218cdb1b27c15de9d5', 'themes/cryptod/templates/field--field-leed.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field--field-leed.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field--field-leed.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 388)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.bEix07eMgCkp4YaW2TSi5XpNzV0,sites/default/files/php/twig/694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN/pxPLIclZYuBExPPmDyul3kvczBbPIBlqrv5kvYNm23E.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN', '&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/cryptod/templates/banner.html.twig */
    class __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2 extends 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 "    ";
            $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 1, $this-&gt;source)));
            // line 2
            echo "    ";
            if ((($context["view"] ?? null) &gt; 0)) {
                // line 3
                echo "        ";
                if ((($context["card"] ?? null) != 0)) {
                    // line 4
                    echo "            
            ";
                }
                // line 6
                echo "        
            Advertisement
            
                ";
                // line 9
                if ((($context["ad"] ?? null) == 1)) {
                    // line 10
                    echo "                AD
                ";
                }
                // line 12
                echo "            
            
            
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 15, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                    ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 16, $this-&gt;source)), "html", null, true);
                echo "
                
                ";
                // line 18
                if ((twig_length_filter($this-&gt;env, ($context["mobile"] ?? null)) &gt; 2)) {
                    // line 19
                    echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["mobile"] ?? null), 19, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                    ";
                    // line 20
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["mobile"] ?? null), 20, $this-&gt;source)), "html", null, true);
                    echo "
                
                    ";
                }
                // line 23
                echo "        
        ";
                // line 24
                if ((($context["card"] ?? null) != 0)) {
                    // line 25
                    echo "        
        ";
                }
                // line 27
                echo "        
        ";
            }
            // line 29
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/banner.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  103 =&gt; 29,  99 =&gt; 27,  95 =&gt; 25,  93 =&gt; 24,  90 =&gt; 23,  84 =&gt; 20,  79 =&gt; 19,  77 =&gt; 18,  72 =&gt; 16,  68 =&gt; 15,  63 =&gt; 12,  59 =&gt; 10,  57 =&gt; 9,  52 =&gt; 6,  48 =&gt; 4,  45 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/banner.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("length" =&gt; 1, "escape" =&gt; 15);
            static $functions = array("drupal_view_result" =&gt; 1, "drupal_view" =&gt; 16);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['length', 'escape'],
                    ['drupal_view_result', 'drupal_view']
                );
            } 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('694594a8f1a22_banner.html.twig_nSak47kX9a3HF2LAPN2brb2MN', '&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/cryptod/templates/banner.html.twig */
    class __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2 extends 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 "    ";
            $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 1, $this-&gt;source)));
            // line 2
            echo "    ";
            if ((($context["view"] ?? null) &gt; 0)) {
                // line 3
                echo "        ";
                if ((($context["card"] ?? null) != 0)) {
                    // line 4
                    echo "            
            ";
                }
                // line 6
                echo "        
            Advertisement
            
                ";
                // line 9
                if ((($context["ad"] ?? null) == 1)) {
                    // line 10
                    echo "                AD
                ";
                }
                // line 12
                echo "            
            
            
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 15, $this-&gt;source), "html", null, true);
                echo "\"&gt;
                    ";
                // line 16
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["desktop"] ?? null), 16, $this-&gt;source)), "html", null, true);
                echo "
                
                ";
                // line 18
                if ((twig_length_filter($this-&gt;env, ($context["mobile"] ?? null)) &gt; 2)) {
                    // line 19
                    echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["mobile"] ?? null), 19, $this-&gt;source), "html", null, true);
                    echo "\"&gt;
                    ";
                    // line 20
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("banner", $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["mobile"] ?? null), 20, $this-&gt;source)), "html", null, true);
                    echo "
                
                    ";
                }
                // line 23
                echo "        
        ";
                // line 24
                if ((($context["card"] ?? null) != 0)) {
                    // line 25
                    echo "        
        ";
                }
                // line 27
                echo "        
        ";
            }
            // line 29
            echo "
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/banner.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  103 =&gt; 29,  99 =&gt; 27,  95 =&gt; 25,  93 =&gt; 24,  90 =&gt; 23,  84 =&gt; 20,  79 =&gt; 19,  77 =&gt; 18,  72 =&gt; 16,  68 =&gt; 15,  63 =&gt; 12,  59 =&gt; 10,  57 =&gt; 9,  52 =&gt; 6,  48 =&gt; 4,  45 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/banner.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("length" =&gt; 1, "escape" =&gt; 15);
            static $functions = array("drupal_view_result" =&gt; 1, "drupal_view" =&gt; 16);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['length', 'escape'],
                    ['drupal_view_result', 'drupal_view']
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2', 'themes/cryptod/templates/banner.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/banner.html.twig', 'themes/cryptod/templates/article.html.twig', 160) (Line: 395)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.wFyJZuzxiFwCg98Z1EZhSuVtO5M,sites/default/files/php/twig/694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3/Ik3zVzp7EMkgTfIU3vN7C25SQteoOt1fBhhv2jyWYSI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3', '&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/cryptod/templates/views-view.html.twig */
    class __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf extends 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 37
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 37, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  42 =&gt; 37,  40 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34);
            static $filters = array("escape" =&gt; 37);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_views-view.html.twig_eLdW2Ehl2ttzKtGuXpoMiQex3', '&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/cryptod/templates/views-view.html.twig */
    class __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf extends 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 37
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 37, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  42 =&gt; 37,  40 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 34);
            static $filters = array("escape" =&gt; 37);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_24d05d95d97828dc3adb292bd0b33caf', 'themes/cryptod/templates/views-view.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
    __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 395)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.64sAsGbO4R7qKFwRnA55bnnruaI,sites/default/files/php/twig/694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG/henVMawnLU5Pc_8bMQlouKDhparCLB3VcnNYVSj0_b4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG', '&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/cryptod/templates/views-view-unformatted.html.twig */
    class __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4 extends 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 20
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                $context["row_classes"] = [0 =&gt; ((            // line 23
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 25
                echo $this-&gt;extensions['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, 25), 25, $this-&gt;source), "html", null, true);
                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 "themes/cryptod/templates/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 25,  47 =&gt; 23,  46 =&gt; 22,  42 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-unformatted.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 18, "for" =&gt; 20, "set" =&gt; 22);
            static $filters = array("escape" =&gt; 25);
            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('694594a8f1a22_views-view-unformatted.ht_9yxQHj484ysC5wGQjt_PZD_QG', '&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/cryptod/templates/views-view-unformatted.html.twig */
    class __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4 extends 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 20
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["rows"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["row"]) {
                // line 22
                $context["row_classes"] = [0 =&gt; ((            // line 23
    ($context["default_row_class"] ?? null)) ? ("views-row") : (""))];
                // line 25
                echo $this-&gt;extensions['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, 25), 25, $this-&gt;source), "html", null, true);
                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 "themes/cryptod/templates/views-view-unformatted.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  49 =&gt; 25,  47 =&gt; 23,  46 =&gt; 22,  42 =&gt; 20,  39 =&gt; 18,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-unformatted.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-unformatted.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 18, "for" =&gt; 20, "set" =&gt; 22);
            static $filters = array("escape" =&gt; 25);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4', 'themes/cryptod/templates/views-view-unformatted.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-unformatted.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
    __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 395)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.BxYNN3KxcYUR-uYir6pXo2ATwwc,sites/default/files/php/twig/694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV/51UTIlX7jHgYhhWhzUEOEI8FEeo3kyv6YVngx76rFjI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV', '&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/cryptod/templates/views-view-fields--banner.html.twig */
    class __TwigTemplate_5133079ec2cfcf04ad5b0f114f465387 extends 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
            $context["bannerIndex"] = twig_random($this-&gt;env, 40);
            // line 2
            if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;allowAds(($context["nodeid"] ?? null))) {
                // line 3
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["arg_1"] ?? null), 3, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 4
                if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "banner", [], "any", false, false, true, 4), "content", [], "any", false, false, true, 4)))) &gt; 200)) {
                    // line 5
                    echo "        
                ";
                    // line 6
                    echo $this-&gt;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["fields"] ?? null), "banner", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source), "html", null, true);
                    echo "
            
        ";
                } else {
                    // line 9
                    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["fields"] ?? null), "source_2", [], "any", false, false, true, 9), "content", [], "any", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                    echo "&gt;
                ";
                    // line 10
                    if ((($context["bannerIndex"] ?? null) &gt; 30)) {
                        // line 11
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11)))) &gt; 20)) {
                            // line 12
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 12), "content", [], "any", false, false, true, 12), 12, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 14
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 14), "content", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 16
                        echo "            ";
                    } elseif ((($context["bannerIndex"] ?? null) &gt; 20)) {
                        // line 17
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 17), "content", [], "any", false, false, true, 17)))) &gt; 20)) {
                            // line 18
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 18), "content", [], "any", false, false, true, 18), 18, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 20
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 20), "content", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 22
                        echo "            ";
                    } elseif ((($context["bannerIndex"] ?? null) &gt; 10)) {
                        // line 23
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 23), "content", [], "any", false, false, true, 23)))) &gt; 20)) {
                            // line 24
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 24), "content", [], "any", false, false, true, 24), 24, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 26
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 26), "content", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 28
                        echo "            ";
                    } else {
                        // line 29
                        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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 29), "content", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
                        echo "
                ";
                    }
                    // line 31
                    echo "        
        ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--banner.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  126 =&gt; 31,  120 =&gt; 29,  117 =&gt; 28,  111 =&gt; 26,  105 =&gt; 24,  102 =&gt; 23,  99 =&gt; 22,  93 =&gt; 20,  87 =&gt; 18,  84 =&gt; 17,  81 =&gt; 16,  75 =&gt; 14,  69 =&gt; 12,  66 =&gt; 11,  64 =&gt; 10,  59 =&gt; 9,  53 =&gt; 6,  50 =&gt; 5,  48 =&gt; 4,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--banner.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("allowAds" =&gt; 2, "escape" =&gt; 3, "length" =&gt; 4, "render" =&gt; 4, "raw" =&gt; 12);
            static $functions = array("random" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['allowAds', 'escape', 'length', 'render', 'raw'],
                    ['random']
                );
            } 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('694594a8f1a22_views-view-fields--banner_Qy1IuNPJcBMzNGHFRE4Toy-zV', '&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/cryptod/templates/views-view-fields--banner.html.twig */
    class __TwigTemplate_5133079ec2cfcf04ad5b0f114f465387 extends 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
            $context["bannerIndex"] = twig_random($this-&gt;env, 40);
            // line 2
            if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;allowAds(($context["nodeid"] ?? null))) {
                // line 3
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["arg_1"] ?? null), 3, $this-&gt;source), "html", null, true);
                echo "
        ";
                // line 4
                if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "banner", [], "any", false, false, true, 4), "content", [], "any", false, false, true, 4)))) &gt; 200)) {
                    // line 5
                    echo "        
                ";
                    // line 6
                    echo $this-&gt;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["fields"] ?? null), "banner", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source), "html", null, true);
                    echo "
            
        ";
                } else {
                    // line 9
                    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["fields"] ?? null), "source_2", [], "any", false, false, true, 9), "content", [], "any", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                    echo "&gt;
                ";
                    // line 10
                    if ((($context["bannerIndex"] ?? null) &gt; 30)) {
                        // line 11
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11)))) &gt; 20)) {
                            // line 12
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite3", [], "any", false, false, true, 12), "content", [], "any", false, false, true, 12), 12, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 14
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 14), "content", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 16
                        echo "            ";
                    } elseif ((($context["bannerIndex"] ?? null) &gt; 20)) {
                        // line 17
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 17), "content", [], "any", false, false, true, 17)))) &gt; 20)) {
                            // line 18
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite2", [], "any", false, false, true, 18), "content", [], "any", false, false, true, 18), 18, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 20
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 20), "content", [], "any", false, false, true, 20), 20, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 22
                        echo "            ";
                    } elseif ((($context["bannerIndex"] ?? null) &gt; 10)) {
                        // line 23
                        echo "                ";
                        if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 23), "content", [], "any", false, false, true, 23)))) &gt; 20)) {
                            // line 24
                            echo "                    ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "infinite1", [], "any", false, false, true, 24), "content", [], "any", false, false, true, 24), 24, $this-&gt;source));
                            echo "
                    ";
                        } else {
                            // line 26
                            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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 26), "content", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                            echo "
                    ";
                        }
                        // line 28
                        echo "            ";
                    } else {
                        // line 29
                        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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "source", [], "any", false, false, true, 29), "content", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
                        echo "
                ";
                    }
                    // line 31
                    echo "        
        ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--banner.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  126 =&gt; 31,  120 =&gt; 29,  117 =&gt; 28,  111 =&gt; 26,  105 =&gt; 24,  102 =&gt; 23,  99 =&gt; 22,  93 =&gt; 20,  87 =&gt; 18,  84 =&gt; 17,  81 =&gt; 16,  75 =&gt; 14,  69 =&gt; 12,  66 =&gt; 11,  64 =&gt; 10,  59 =&gt; 9,  53 =&gt; 6,  50 =&gt; 5,  48 =&gt; 4,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--banner.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--banner.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("allowAds" =&gt; 2, "escape" =&gt; 3, "length" =&gt; 4, "render" =&gt; 4, "raw" =&gt; 12);
            static $functions = array("random" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['allowAds', 'escape', 'length', 'render', 'raw'],
                    ['random']
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_5133079ec2cfcf04ad5b0f114f465387', 'themes/cryptod/templates/views-view-fields--banner.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--banner.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--banner.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__banner', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
    __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 395)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.h08LqXdFjlwgDgJBhTA3WOHYUHg,sites/default/files/php/twig/694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo/iDcGy6629LaqPLbprU_xnMeQyaaKstGL-m-Z5pU4bfg.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo', '&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/cryptod/templates/container.html.twig */
    class __TwigTemplate_cd183d8a77a535ef84751dfd8a080160 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 28, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 28,  41 =&gt; 25,  40 =&gt; 24,  39 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/container.html.twig", "/var/www/utoday/web/themes/cryptod/templates/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_container.html.twig_D6e2MN0kDkuVI8QeLOhZoiOAo', '&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/cryptod/templates/container.html.twig */
    class __TwigTemplate_cd183d8a77a535ef84751dfd8a080160 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 23
            $context["classes"] = [0 =&gt; ((        // line 24
    ($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
    ($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
            // line 28
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 28, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/container.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  43 =&gt; 28,  41 =&gt; 25,  40 =&gt; 24,  39 =&gt; 23,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/container.html.twig", "/var/www/utoday/web/themes/cryptod/templates/container.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 23);
            static $filters = array("escape" =&gt; 28);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set'],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_cd183d8a77a535ef84751dfd8a080160', 'themes/cryptod/templates/container.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/container.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/container.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 492)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 72)
    __TwigTemplate_7730e1e22fd98ce9ae04d8d6b63d37a2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 395)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.Kz5WHBhRvhYXclpm75-xDX-vNtQ,sites/default/files/php/twig/694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv/CNUlEK8w5EcKNinHIW4T0zBx3sTRh5pGXPRGcUdoSms.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv', '&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/cryptod/templates/field--node--field-image.html.twig */
    class __TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3 extends 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 38
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 38), 38, $this-&gt;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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--field-image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 38,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--field-image.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-image.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 38);
            static $filters = array("escape" =&gt; 38);
            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('694594a8f1a22_field--node--field-image._QjwW2RJQOcABbHvcKdqZqdbJv', '&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/cryptod/templates/field--node--field-image.html.twig */
    class __TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3 extends 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 38
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 38), 38, $this-&gt;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;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--field-image.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 38,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--field-image.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-image.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 38);
            static $filters = array("escape" =&gt; 38);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_05dc0bbe43b4e0c97494be9ce0fa0af3', 'themes/cryptod/templates/field--node--field-image.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field--node--field-image.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field--node--field-image.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 683)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.z51lX6q9W9LCf-b8c6DEzOuauIs,sites/default/files/php/twig/694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5/INNfu5gbhlWht6R0W8AKL-AV1oq_BHxAejvHmuLw5bo.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5', '&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/cryptod/templates/mark.html.twig */
    class __TwigTemplate_e4252199bf580778be9c8b175124a7a5 extends 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
            $context["name"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getcat($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source));
            // line 2
            if ((($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2)) == "Sponsored") || ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2)) == "Sponsored"))) {
                // line 3
                echo "Sponsored
    ";
            }
            // line 5
            if ((($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 5), "content", [], "any", false, false, true, 5)) == "Partnership material") || ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 5)) == "Partnership material"))) {
                // line 6
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Partnership material"));
                echo "
    ";
            }
            // line 8
            if ((($context["name"] ?? null) == "Press Releases")) {
                // line 9
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Press Release"));
                echo "
        ";
                // line 10
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("PR"));
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/mark.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 10,  57 =&gt; 9,  55 =&gt; 8,  49 =&gt; 6,  47 =&gt; 5,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/mark.html.twig", "/var/www/utoday/web/themes/cryptod/templates/mark.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("getcat" =&gt; 1, "getmark" =&gt; 2, "t" =&gt; 6);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['getcat', 'getmark', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_mark.html.twig_pT6NK3BcGa76efGF9OqgfyH-5', '&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/cryptod/templates/mark.html.twig */
    class __TwigTemplate_e4252199bf580778be9c8b175124a7a5 extends 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
            $context["name"] = $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getcat($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source));
            // line 2
            if ((($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2)) == "Sponsored") || ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 2)) == "Sponsored"))) {
                // line 3
                echo "Sponsored
    ";
            }
            // line 5
            if ((($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "nid", [], "any", false, false, true, 5), "content", [], "any", false, false, true, 5)) == "Partnership material") || ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getmark(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 5)) == "Partnership material"))) {
                // line 6
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Partnership material"));
                echo "
    ";
            }
            // line 8
            if ((($context["name"] ?? null) == "Press Releases")) {
                // line 9
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Press Release"));
                echo "
        ";
                // line 10
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("PR"));
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/mark.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  62 =&gt; 10,  57 =&gt; 9,  55 =&gt; 8,  49 =&gt; 6,  47 =&gt; 5,  43 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/mark.html.twig", "/var/www/utoday/web/themes/cryptod/templates/mark.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 2);
            static $filters = array("getcat" =&gt; 1, "getmark" =&gt; 2, "t" =&gt; 6);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if'],
                    ['getcat', 'getmark', 't'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e4252199bf580778be9c8b175124a7a5', 'themes/cryptod/templates/mark.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/mark.html.twig', 'themes/cryptod/templates/article.html.twig', 317) (Line: 727)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.hQlS2hc7JpB6FiHcTejAIoUdGic,sites/default/files/php/twig/694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s/_TzFYGHPjFln7thXwQu48kyUX8-bag92FH7xUEsjA1M.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s', '&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/cryptod/templates/field--body.html.twig */
    class __TwigTemplate_75845256f703f5319a38e035b4af7dd9 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            echo "    ";
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 40
                echo "        ";
                if (((($context["nodetype"] ?? null) == "landing") || (($context["nodetype"] ?? null) == "page"))) {
                    // line 41
                    echo "           ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    echo "
            ";
                } else {
                    // line 43
                    echo "            ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;formatbody($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this-&gt;source)));
                    echo "
            ";
                }
                // line 45
                echo "    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--body.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 45,  53 =&gt; 43,  47 =&gt; 41,  44 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--body.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--body.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39, "if" =&gt; 40);
            static $filters = array("escape" =&gt; 41, "raw" =&gt; 43, "formatbody" =&gt; 43);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape', 'raw', 'formatbody'],
                    []
                );
            } 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('694594a8f1a22_field--body.html.twig_PswVpGjA9xwsQVjMM3UsAyy2s', '&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/cryptod/templates/field--body.html.twig */
    class __TwigTemplate_75845256f703f5319a38e035b4af7dd9 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            echo "    ";
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 40
                echo "        ";
                if (((($context["nodetype"] ?? null) == "landing") || (($context["nodetype"] ?? null) == "page"))) {
                    // line 41
                    echo "           ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                    echo "
            ";
                } else {
                    // line 43
                    echo "            ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;formatbody($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 43), 43, $this-&gt;source)));
                    echo "
            ";
                }
                // line 45
                echo "    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--body.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  59 =&gt; 45,  53 =&gt; 43,  47 =&gt; 41,  44 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--body.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--body.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39, "if" =&gt; 40);
            static $filters = array("escape" =&gt; 41, "raw" =&gt; 43, "formatbody" =&gt; 43);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'if'],
                    ['escape', 'raw', 'formatbody'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_75845256f703f5319a38e035b4af7dd9', 'themes/cryptod/templates/field--body.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field--body.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.hPvXAXgrrn2jjU4XHvzXDnP6BoA,sites/default/files/php/twig/694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ/31qYfnN-LN17TFJ2InhrXYUgHJ776HdaDrmuhap3LzI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ', '&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_0494e5e034be96763e12e7c07adf84c5 extends 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('694594a8f1a22___string_template__d7d7f1_njYi-ET19P6VLDzSZFwzkN-DJ', '&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_0494e5e034be96763e12e7c07adf84c5 extends 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_0494e5e034be96763e12e7c07adf84c5', '__string_template__d7d7f1a462505651fc222178924da388') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ items | safe_join(separator) }}') (Line: 234)
    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: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 719)
    Drupal\views\Plugin\views\field\EntityField->renderItems(Array) (Line: 1220)
    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: 285)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_3', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 956)
    Drupal\cryptocompare\TwigExtension\RemoveSpace->formatbody(Array) (Line: 54)
    __TwigTemplate_75845256f703f5319a38e035b4af7dd9->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.zT3meVMrVE5vFqpFpJ5nvG2PRyc,sites/default/files/php/twig/694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ/3uKnyCZ2rf5E8L7n2lnS0CgvYJbpfUHQeD_njKCvigk.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ', '&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/cryptod/templates/views-view-field.html.twig */
    class __TwigTemplate_85b81137c33f631bebe187fbd51ed983 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 21, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 21);
            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('694594a8f1a22_views-view-field.html.twi_PZ9_Vr9Lt94KrIVqazIGTdnaJ', '&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/cryptod/templates/views-view-field.html.twig */
    class __TwigTemplate_85b81137c33f631bebe187fbd51ed983 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 21
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["output"] ?? null), 21, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-field.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 21,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-field.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-field.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 21);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_85b81137c33f631bebe187fbd51ed983', 'themes/cryptod/templates/views-view-field.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-field.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-field.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_3', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 956)
    Drupal\cryptocompare\TwigExtension\RemoveSpace->formatbody(Array) (Line: 54)
    __TwigTemplate_75845256f703f5319a38e035b4af7dd9->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.3BYsBZ5ZVdhzZHi5wcEUiPxvBF4,sites/default/files/php/twig/694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy/11nuYvttfIhoFzIWIkBxJnvVkuTj-1a7zCAxRqICK8A.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy', '&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__4efce73a253763d377fa9c00d3e5682a */
    class __TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2 extends 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;sandbox-&gt;ensureToStringAllowed(($context["field_content_author__target_id"] ?? null), 1, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__4efce73a253763d377fa9c00d3e5682a";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__4efce73a253763d377fa9c00d3e5682a", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22___string_template__4efce7_P2v9CSly3QMKZUOOzJ4qVevvy', '&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__4efce73a253763d377fa9c00d3e5682a */
    class __TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2 extends 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;sandbox-&gt;ensureToStringAllowed(($context["field_content_author__target_id"] ?? null), 1, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__4efce73a253763d377fa9c00d3e5682a";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__4efce73a253763d377fa9c00d3e5682a", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_7b7014ad7530fee19ec0be1d4e1225e2', '__string_template__4efce73a253763d377fa9c00d3e5682a') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ field_content_author__target_id }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ field_content_author__target_id }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    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: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ field_content_author__target_id }}', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1217)
    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: 285)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_3', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 956)
    Drupal\cryptocompare\TwigExtension\RemoveSpace->formatbody(Array) (Line: 54)
    __TwigTemplate_75845256f703f5319a38e035b4af7dd9->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.KfenDKvj0RJONPiaYk7CoqhOd7E,sites/default/files/php/twig/694594a8f1a22_views-view--stroies_front_kI6ICVhpi4qkJuTyGzbfHiGCU/beGQPhnR1VWY1K3r5L3SDTbx5UOO_Kqa0Wm-VIdrAno.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view--stroies_front_kI6ICVhpi4qkJuTyGzbfHiGCU', '&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/cryptod/templates/views-view--stroies_front--block_3.html.twig */
    class __TwigTemplate_0c19a9abf0fd0526f8cf7facdd8c7964 extends 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
            echo "
        
            HOT Stories
            <a> </a>
        
        
            ";
            // line 39
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "
        
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view--stroies_front--block_3.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 39,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view--stroies_front--block_3.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--stroies_front--block_3.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 39);
            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('694594a8f1a22_views-view--stroies_front_kI6ICVhpi4qkJuTyGzbfHiGCU', '&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/cryptod/templates/views-view--stroies_front--block_3.html.twig */
    class __TwigTemplate_0c19a9abf0fd0526f8cf7facdd8c7964 extends 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
            echo "
        
            HOT Stories
            <a> </a>
        
        
            ";
            // line 39
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 39, $this-&gt;source), "html", null, true);
            echo "
        
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view--stroies_front--block_3.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 39,  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view--stroies_front--block_3.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--stroies_front--block_3.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 39);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_0c19a9abf0fd0526f8cf7facdd8c7964', 'themes/cryptod/templates/views-view--stroies_front--block_3.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view--stroies_front--block_3.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view--stroies_front--block_3.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view__stroies_front__block_3', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 956)
    Drupal\cryptocompare\TwigExtension\RemoveSpace->formatbody(Array) (Line: 54)
    __TwigTemplate_75845256f703f5319a38e035b4af7dd9->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.gAkJS--G5FUPby-I_4jjk9A0hy8,sites/default/files/php/twig/694594a8f1a22_views-view-fields--stroie_fYvZmyBLhH-iX9f5wARva4g4K/zLoIRTGIdbKtxr-B38gRv_QqZXUsigXLvgM0Qyl5SSg.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--stroie_fYvZmyBLhH-iX9f5wARva4g4K', '&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/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig */
    class __TwigTemplate_0c28e5bf28edaeeec67f75ca66b14052 extends 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 echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source), "html", null, true);
            echo "\" class=\"hot__col\"&gt;
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_views-view-fields--stroie_fYvZmyBLhH-iX9f5wARva4g4K', '&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/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig */
    class __TwigTemplate_0c28e5bf28edaeeec67f75ca66b14052 extends 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 echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source), "html", null, true);
            echo "\" class=\"hot__col\"&gt;
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
    </a>
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_0c28e5bf28edaeeec67f75ca66b14052', 'themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--stroies_front--block_3.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__stroies_front__block_3', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
    __TwigTemplate_0c19a9abf0fd0526f8cf7facdd8c7964->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view--stroies_front--block_3.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view__stroies_front__block_3', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 956)
    Drupal\cryptocompare\TwigExtension\RemoveSpace->formatbody(Array) (Line: 54)
    __TwigTemplate_75845256f703f5319a38e035b4af7dd9->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/field--body.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 866)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.JSFbzwu9tAtfGGWPl7nsq_qEcyk,sites/default/files/php/twig/694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG/wu4Yuv0WzWDc3q26SDr6NCFb-a2SOGpPu0D_40Z370Y.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG', '&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/cryptod/templates/tag.html.twig */
    class __TwigTemplate_c1557ea921dc90208d8e659b97591c11 extends 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
            if ((($context["language"] ?? null) == "en")) {
                // 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["content"] ?? null), "field_tags", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/tag.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/tag.html.twig", "/var/www/utoday/web/themes/cryptod/templates/tag.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            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('694594a8f1a22_tag.html.twig_IrS-RO2IjNadWJxgavNn0TTiG', '&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/cryptod/templates/tag.html.twig */
    class __TwigTemplate_c1557ea921dc90208d8e659b97591c11 extends 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
            if ((($context["language"] ?? null) == "en")) {
                // 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["content"] ?? null), "field_tags", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
                echo "
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/tag.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/tag.html.twig", "/var/www/utoday/web/themes/cryptod/templates/tag.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_c1557ea921dc90208d8e659b97591c11', 'themes/cryptod/templates/tag.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/tag.html.twig', 'themes/cryptod/templates/article.html.twig', 671) (Line: 1560)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.2I6RUiAUPUq5SpqoEc6Ji2vUBiA,sites/default/files/php/twig/694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo/x34MD7fbAyqgC4txF_RqrRrCw5nOOKR9ZhXop276G3w.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo', '&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/cryptod/templates/field--node--field-tags.html.twig */
    class __TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 40
                echo "    ";
                $context["content"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 40);
                // line 41
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettaglink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source)), "html", null, true);
                echo "\"&gt;#";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                echo "</a>
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--field-tags.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 41,  43 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--field-tags.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-tags.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39, "set" =&gt; 40);
            static $filters = array("escape" =&gt; 41, "gettaglink" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'set'],
                    ['escape', 'gettaglink'],
                    []
                );
            } 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('694594a8f1a22_field--node--field-tags.h_MM2bH0ISYDMDPKJ7ksXlKocUo', '&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/cryptod/templates/field--node--field-tags.html.twig */
    class __TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050 extends Template
    {
        private $source;
        private $macros = [];
    
        public function __construct(Environment $env)
        {
            parent::__construct($env);
    
            $this-&gt;source = $this-&gt;getSourceContext();
    
            $this-&gt;parent = false;
    
            $this-&gt;blocks = [
            ];
            $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
            $this-&gt;checkSecurity();
        }
    
        protected function doDisplay(array $context, array $blocks = [])
        {
            $macros = $this-&gt;macros;
            // line 39
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 40
                echo "    ";
                $context["content"] = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 40);
                // line 41
                echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gettaglink($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source)), "html", null, true);
                echo "\"&gt;#";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                echo "</a>
    ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/field--node--field-tags.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  46 =&gt; 41,  43 =&gt; 40,  39 =&gt; 39,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/field--node--field-tags.html.twig", "/var/www/utoday/web/themes/cryptod/templates/field--node--field-tags.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 39, "set" =&gt; 40);
            static $filters = array("escape" =&gt; 41, "gettaglink" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['for', 'set'],
                    ['escape', 'gettaglink'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_2d6f8740bbbe0bbadcd09b9aee00f050', 'themes/cryptod/templates/field--node--field-tags.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/field--node--field-tags.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/field--node--field-tags.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 41)
    __TwigTemplate_c1557ea921dc90208d8e659b97591c11->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 1560)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.yYLJO-2PVYaSPGQUBFzKsHoem6Y,sites/default/files/php/twig/694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J/1RQ0vTcZSByEddsWsc7Ib-rg5v2gjgb94IruMyp9Z28.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J', '&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__be3e9dbb3672078306838238f8928068 */
    class __TwigTemplate_baeab89dcca686a685c69991ffd86d85 extends 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\cryptocompare\TwigExtension\RemoveSpace']-&gt;getalias($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 1, $this-&gt;source)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__be3e9dbb3672078306838238f8928068";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__be3e9dbb3672078306838238f8928068", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1, "getalias" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'getalias'],
                    []
                );
            } 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('694594a8f1a22___string_template__be3e9d_XT0zjBuKoYXs_veKTkYB4qT8J', '&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__be3e9dbb3672078306838238f8928068 */
    class __TwigTemplate_baeab89dcca686a685c69991ffd86d85 extends 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\cryptocompare\TwigExtension\RemoveSpace']-&gt;getalias($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 1, $this-&gt;source)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__be3e9dbb3672078306838238f8928068";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__be3e9dbb3672078306838238f8928068", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1, "getalias" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'getalias'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_baeab89dcca686a685c69991ffd86d85', '__string_template__be3e9dbb3672078306838238f8928068') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ nid|getalias }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ nid|getalias }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    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: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ nid|getalias }}', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    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: 285)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_6', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.RjnV3RxYH8sIBAdD2A8khWEAdVM,sites/default/files/php/twig/694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a/Esz2A22uL_4dV9HcFJVNBybxLZ6Tfp2PCdO-g1dpACM.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a', '&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/cryptod/templates/views-view-fields--related_article.html.twig */
    class __TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04 extends 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 3
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--related_article.html.twig", 3)-&gt;display($context);
            echo "
        
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "path", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getlinkbytag($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "tid", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source)));
            echo "\"&gt;
            ";
            // line 7
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7)) {
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
                echo " ";
            } else {
                echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
            }
            echo "
        </a>
        
            By<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this-&gt;source))), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this-&gt;source))), "html", null, true);
            echo "</a>
            
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--related_article.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 11,  58 =&gt; 7,  52 =&gt; 6,  46 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--related_article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--related_article.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 3, "if" =&gt; 7);
            static $filters = array("escape" =&gt; 2, "raw" =&gt; 6, "getlinkbytag" =&gt; 6, "getauthorlink" =&gt; 11, "render" =&gt; 11, "getauthorname" =&gt; 11);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include', 'if'],
                    ['escape', 'raw', 'getlinkbytag', 'getauthorlink', 'render', 'getauthorname'],
                    []
                );
            } 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('694594a8f1a22_views-view-fields--relate_bc7roK4Wuy3f_5J0Au37vTS7a', '&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/cryptod/templates/views-view-fields--related_article.html.twig */
    class __TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04 extends 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 3
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--related_article.html.twig", 3)-&gt;display($context);
            echo "
        
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "path", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getlinkbytag($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "tid", [], "any", false, false, true, 6), "content", [], "any", false, false, true, 6), 6, $this-&gt;source)));
            echo "\"&gt;
            ";
            // line 7
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7)) {
                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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "name_1", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
                echo " ";
            } else {
                echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 7), "content", [], "any", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
            }
            echo "
        </a>
        
            By<a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this-&gt;source))), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 11), "content", [], "any", false, false, true, 11), 11, $this-&gt;source))), "html", null, true);
            echo "</a>
            
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--related_article.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  71 =&gt; 11,  58 =&gt; 7,  52 =&gt; 6,  46 =&gt; 3,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--related_article.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--related_article.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 3, "if" =&gt; 7);
            static $filters = array("escape" =&gt; 2, "raw" =&gt; 6, "getlinkbytag" =&gt; 6, "getauthorlink" =&gt; 11, "render" =&gt; 11, "getauthorname" =&gt; 11);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include', 'if'],
                    ['escape', 'raw', 'getlinkbytag', 'getauthorlink', 'render', 'getauthorname'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_ca37c6ad1c9ffc136e8471e0793f6f04', 'themes/cryptod/templates/views-view-fields--related_article.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--related_article.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--related_article.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__related_article', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 1760)
    __TwigTemplate_625426e732c5f7a66fde6d628d98a6b2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 62)
    __TwigTemplate_e934e56c1e459c359b150360c7169113->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/node.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array, ) (Line: 238)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 239)
    Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 128)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.5vldoRLIYzEPL38uTX6N9Qkvlls,sites/default/files/php/twig/694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM/Cc0wkNrFlK-iHygJNdLzkmfHmHg_pXPfVN4oPvG1XR4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM', '&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/cryptod/html.html.twig */
    class __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd extends 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
            if ((($context["node_type"] ?? null) == "social")) {
                // line 2
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 2, $this-&gt;source), "html", null, true);
                echo "
    ";
            } else {
                // line 4
                echo "    ";
                if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gethtml(($context["nid"] ?? null))) {
                    // line 5
                    echo "        ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gethtml($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 5, $this-&gt;source)));
                    echo "
        ";
                } else {
                    // line 6
                    echo "
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language"] ?? null), 7, $this-&gt;source), "html", null, true);
                    echo "\" dir=\"ltr\" prefix=\"og: ogp.me/ns#\" class=\"theme-light\"&gt;
            
                
                
                
                
                extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 14, $this-&gt;source));
                    echo "\"&gt;
                    ";
                    // line 15
                    if ((twig_in_filter("mentions", ($context["myurl"] ?? null)) || $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;istwitter(($context["nid"] ?? null)))) {
                        // line 16
                        echo "                    
                    ";
                    }
                    // line 18
                    echo "                
                    ";
                    // line 19
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/gtag1.html.twig"), "themes/cryptod/html.html.twig", 19)-&gt;display($context);
                    // line 20
                    echo "                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                    
                    ";
                    // line 41
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/nofollow.html.twig"), "themes/cryptod/html.html.twig", 41)-&gt;display($context);
                    // line 42
                    echo "                
                    
                    
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
                    echo "\"&gt;
                        .ccc-widget.ccc-list .header-div a img {
                                width: 26px;
                                height: 26px;
                            }
                        
                        ";
                    // line 51
                    if ((($context["breaking"] ?? null) != "")) {
                        // line 52
                        echo "                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["breaking"] ?? null), 52, $this-&gt;source), "html", null, true);
                        echo "\"/&gt;
                        ";
                    }
                    // line 54
                    echo "                    ";
                    if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, ($context["head_title"] ?? null), " | ")) &gt; 2)) {
                        // line 55
                        echo "                        ";
                        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), 55, $this-&gt;source), " | "));
                        echo "
                        ";
                    }
                    // line 57
                    echo "                    
                        
                            function copyToClipboard(e) {
                                let input = document.body.appendChild(document.createElement(\"input\"));
                                input.value = window.location.href;
                                input.select();
                                document.execCommand('copy');
                                input.parentNode.removeChild(input);
    
                                let tooltip = document.createElement('div');
                                tooltip.className = 'copy-tooltip';
                                tooltip.innerHTML = 'Copied!';
    
                                if (!e.querySelector('.copy-tooltip')) {
                                    e.append(tooltip);
    
                                    setTimeout(() =&gt; {
                                        e.querySelector('.copy-tooltip').remove();
                                    }, 2000);
                                }
                            }
                        
                        
                            @media (max-width: 849px) {
                                body #onesignal-slidedown-container.slide-up {
                                    bottom: 60px
                                }
                            }
                        
    
    
                        
                        
                            .captcha-container {
                                display: none; /* CAPTCHA скрыта по умолчанию */
                            }
                        
    
    
            
    
            ";
                    // line 98
                    if (($context["logged_in"] ?? null)) {
                        // line 99
                        echo "            
                    .contextual-links {
                        display: none;
                    }
                
            ";
                    }
                    // line 105
                    echo "
            
            ";
                    // line 107
                    if ((((($context["nodetype"] ?? null) == "story") || (($context["nodetype"] ?? null) == "news")) || (($context["nodetype"] ?? null) == "press_release"))) {
                        // line 108
                        echo "            
                
                    
                
            ";
                    }
                    // line 113
                    echo "        ";
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/gtag2.html.twig"), "themes/cryptod/html.html.twig", 113)-&gt;display($context);
                    // line 114
                    echo "
            ";
                    // line 115
                    $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_1"));
                    // line 116
                    echo "
            ";
                    // line 117
                    if ((($context["view"] ?? null) &gt; 0)) {
                        // line 118
                        echo "            
                    ";
                        // line 119
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 119)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_1", "mobile" =&gt; "block_2", "ad" =&gt; "1", "card" =&gt; "0"]));
                        // line 120
                        echo "            
            ";
                    }
                    // line 122
                    echo "        
                
                    
                        
                            
                        
                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 128, $this-&gt;source), "html", null, true);
                    echo "/img/icons/logo.svg\" width=\"188\" height=\"30\" alt=\"U.TODAY\"&gt;</a>
                        
                            <a> AdvertisementAdvert.</a>
                        
                    
                    
                        
                        
                            
                                
                                    
                                    
                                
                            
                            ";
                    // line 142
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "topmenu", [], "any", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
                    echo "
                            
                                Our social media
                                There's a lot to see there, too
                                <a></a><a></a><a></a><a></a>
                            
                        
                    
    
                
            
            
            ";
                    // line 154
                    if ((($context["nodetype"] ?? null) == "landing")) {
                        // line 155
                        echo "            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 155, $this-&gt;source), "html", null, true);
                        echo "
            ";
                    } else {
                        // line 157
                        echo "            
                    ";
                        // line 158
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 158, $this-&gt;source), "html", null, true);
                        echo "
                
            ";
                    }
                    // line 161
                    echo "
            
                urlt = '";
                    // line 163
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 163, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 163, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urlf = '";
                    // line 164
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 164, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 164, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urltg = '";
                    // line 165
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTelegram($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 165, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 165, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urlrd = '";
                    // line 166
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 166, $this-&gt;source)));
                    echo "&amp;title=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 166, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
            
    
    
            
                
                    
                        
                            <a>Subscribe</a>
                            Subscribe to daily newsletter
                        
                        
                            
                                Our social media
                                There's a lot to see there, too
                            
                            
                                <a></a>
                                <a></a>
                                <a></a>
    ";
                    // line 187
                    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), "footermenu", [], "any", false, false, true, 193), 193, $this-&gt;source), "html", null, true);
                    echo "
                    
                    
                        ";
                    // line 196
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: The opinions expressed here are not investment advice; they are provided for informational purposes only. The opinions expressed by our writers are their own and do not represent the views of U.Today. Every investment and all trading involves risk, so you should always perform your own research prior to making decisions. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. We do not recommend investing money you cannot afford to lose."));
                    echo "
                    
                    
                        © 2017-2025 U.Today. All rights reserved.
                        <a>Terms and conditions</a><a>Privacy Policy</a>
                    
    
                
            
            
                
                    
                    
                        Subscribe to daily newsletter
                        
                            
                                
                            
                            By pressing the “Subscribe button” you agree with our <a>Privacy Policy</a>
                            Subscribe
                            
                                
                            
                        
                    
    
                
            
    
            ";
                    // line 227
                    $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_3"));
                    // line 228
                    echo "        ";
                    $context["view2"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_4"));
                    // line 229
                    echo "        ";
                    if (((($context["view"] ?? null) &gt; 0) &amp;&amp; (($context["view2"] ?? null) &gt; 0))) {
                        // line 230
                        echo "            
                    ";
                        // line 231
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 231)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_3", "mobile" =&gt; "block_4", "ad" =&gt; "1"]));
                        // line 232
                        echo "            
            ";
                    }
                    // line 234
                    echo "        
                
                
                    
                        Successful!
                        Thank you. We'll contact you shortly.
                        Ok
                        
                    
                
            
            extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 247, $this-&gt;source));
                    echo "\"&gt;
    
                
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 250, $this-&gt;source), "html", null, true);
                    echo "/js/infinite-scroll.pkgd.min.js\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 251, $this-&gt;source), "html", null, true);
                    echo "/js/slick.min.js\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 252, $this-&gt;source), "html", null, true);
                    echo "/js/main.js?v=44\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 253, $this-&gt;source), "html", null, true);
                    echo "/libs/isotope.min.js\"&gt;
                
                    let isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
    
                    if (isSafari) {
                        document.body.classList.add('browser-safari');
                    }
                    const gEvent = function (type, share) {
                        gtag('event', share, {
                            'type': type,
                        });
                    };
                    let infinitePage = 1;
                    jQuery('.main-news-block').on('append.infiniteScroll', function (event, response, path, items) {
    
                        emailInput = document.getElementsByClassName('input__elem');
                        submitButton = document.getElementsByClassName('submit-button');
                        for (let i = 0; i &lt; emailInput.length; i++) {
                            emailInput[i].addEventListener('input', () =&gt; {
                                let form = emailInput[i].closest('form');
                                let captchaContainer = form.querySelector('.captcha-container');
                                if (emailInput[i].validity.valid) {
                                    console.log('OK', captchaContainer);
                                    captchaContainer.style.display = 'block';
                                } else {
                                    captchaContainer.style.display = 'none';
                                }
                            });
                        }
    
    
    
    
                        const btnsCloseBanner = document.getElementsByClassName('something__close');
                        for (let elem of btnsCloseBanner) {
                            elem.addEventListener('click', () =&gt; {
                                elem.closest('.something').remove();
                            })
                        }
    
    
                        gtag('event', 'infinite', {
                            'infinite': infinitePage,
                        });
                        infinitePage += 1;
    
                        ";
                    // line 299
                    if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
                        // line 300
                        echo "                    twttr.widgets.load();
                        ";
                    }
                    // line 302
                    echo "                    [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                //return null;
                            }
                        });
                    });
    
                    //submit event ajax
                    jQuery(document).on('submit', '.sevent', function () {
                        var data = new FormData();
                        var file;
                        if (document.getElementById('input__file')) {
                            file = document.getElementById('input__file').files;
                            jQuery.each(file, function (key, value) {
                                data.append(key, value);
                            });
                        }
    
                        if (document.getElementById('input__file2')) {
                            file = document.getElementById('input__file2').files;
                            jQuery.each(file, function (key, value) {
    
                                data.append(key, value);
                            });
                        }
                        jQuery.each(this, function (i, val) {
                            var input = jQuery(val);
                            if (input.attr('name') != 'file') data.append(input.attr('name'), input.val());
                        });
    
    
                        jQuery.ajax({
                            url: jQuery(this).attr('action'),
                            type: 'POST',
                            dataType: 'json',
                            cache: false,
                            processData: false,
                            contentType: false,
                            data: data,
                            success: function (data) {
                                jQuery('.sevent').html('Thanks for submit. We will contact you soon.');
                                return false;
                            },
                            error: function (xhr, err) {
    
                                alert('Error');
                            }
                        });
                        return false;
                    });
    
                    //submit event end
                
    
                
                    const initBanners = function () {
                        let elements =
                            document.getElementsByClassName('imageBannersContainer');
                        for (let i = 0; i &lt; elements.length; i++) {
                            let bannerElements = elements[i].getElementsByClassName(\"imageBanner\");
                            let bannerIndex = Math.random() * bannerElements.length;
                            let firstDigitStr = String(bannerIndex)[0];
                            bannerElements[firstDigitStr].style.display = 'block';
                        }
                    };
    
                    jQuery(document).ready(function () {
    
                        (function (\$) {
                            if (jQuery(window).width() &gt; '850') {
                                jQuery('.press-releases__slider, .upcoming__slider').slick({
                                    infinite: false,
                                    slidesToShow: 3,
                                    slidesToScroll: 1,
                                    arrows: true,
                                    dots: false
                                });
                            }
                        })(jQuery);
    
    
                        initBanners();
    
                        var OneSignal = window.OneSignal || [];
                        OneSignal.push(function () {
                            OneSignal.init({
                                appId: \"8fd8204c-a529-4b35-98be-27f71d473d9a\",
                            });
                        });
    
                        let menus = document.querySelectorAll('.main_page a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'header_menu_click', {
                                'header_menu_click': 'click',
                            });
                        }));
    
                        menus = document.querySelectorAll('.article a[target=\"_blank\"]');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'article_link_click', {
                                'article_link_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.article__related a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'card_click', {
                                'card_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.views-infinite-scroll-content-wrapper .category-item a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'related_click', {
                                'related_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.article__listen-audio');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'tts_click', {
                                'tts_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.header__nav-link');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'header_menu_click', {
                                'header_menu': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.footer__nav-child-link');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'footer_menu_click', {
                                'footer_menu': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.card__subscribe-item');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'subscribe', {
                                'subscribe': 'click',
                            });
                        }));
    
    
    
    
    
                        ";
                    // line 448
                    if (((($context["node_type"] ?? null) == "press_release") || (($context["node_type"] ?? null) == "story"))) {
                        // line 449
                        echo "                    document.querySelector('.article__content').oncopy = addLink;
                        ";
                    }
                    // line 451
                    echo "                    [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                return null;
                            }
                        });
                        jQuery('.ad-feedback__form, .press-releases_form, .event_form, .airdrop_form').submit(function (e) {
                            e.preventDefault();
                            //data = 'subject=' + e.target.querySelector('input[name=subject]').value + '&amp;name=' + e.target.querySelector('input[name=submit-name]').value + '&amp;mail=' + e.target.querySelector('input[name=submit-email]').value + '&amp;desc=' + e.target.querySelector('textarea[name=submit-massage]').value;
                            let fd = new FormData();
                            let other_data = jQuery(e.target).serializeArray();
                            jQuery.each(other_data, function (key, input) {
                                fd.append(input.name, input.value);
                            });
                            if(e.target.querySelector('input[name=submit-file]') != null) {
                                fd.append('file', jQuery(e.target.querySelector('input[name=submit-file]'))[0].files[0]);
                            }
                            jQuery.ajax({
                                url: '/umail',
                                type: 'post',
                                contentType: false,
                                processData: false,
                                data: fd,
                                success: function () {
    
                                }
                            });
                        });
                        jQuery('.subscribe-page__form, .footer__subscribe-form,.aside-sub,.subscribe-form,.sub-slot__form').submit(function (e) {
                            e.preventDefault();
                            const form = e.target;
                            const inputs = form.elements;
                            let data = '';
                            for (const input of inputs) {
                                data = data + input.name + '=' + input.value + '&amp;';
                            }
    
                            jQuery.ajax({
                                url: '/getresponse.php',
                                type: 'post',
                                data: data,
                                success: function () {
                                    e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
                                    jQuery('.card__subscribe-em .input__status').text('Subscribed');
                                    e.target.querySelector('.success').style.display = 'block';
                                }
                            });
                        });
                        jQuery('.modal__form').submit(function (e) {
    
                            const form = e.target;
                            const inputs = form.elements;
                            let data = '';
                            for (const input of inputs) {
                                data = data + input.name + '=' + input.value + '&amp;';
                            }
    
                            jQuery.ajax({
                                url: '/getresponse.php',
                                type: 'post',
                                data: data,
                                success: function () {
                                    // e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
                                    // jQuery('.card__subscribe-em .input__status').text('Subscribed');
                                    // e.target.querySelector('.success').style.display = 'block';
                                }
                            });
                        });
    
                        ";
                    // line 521
                    if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
                        // line 522
                        echo "
                        let tweets = jQuery(\".memories__news\");
    
                        jQuery(tweets).each(function (t, tweet) {
    
                            var id = jQuery(this).attr('name');
    
                            twttr.widgets.createTweet(
                                id, tweet,
                                {
                                    conversation: 'none',    // or all
                                    cards: 'visible',  // or visible
                                }).then(function (el) {
                                console.log('Tweet added:' + id);
                            });
                        });
    
                        ";
                    }
                    // line 540
                    echo "
    
    
                        ";
                    // line 543
                    if ((((($context["node_type"] ?? null) == "story") || (($context["node_type"] ?? null) == "news")) || (($context["node_type"] ?? null) == "bnews"))) {
                        // line 544
                        echo "                    var nextPages = [
                            ";
                        // line 545
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_1"), "html", null, true);
                        echo "
                        ];
                        jQuery('.views-row').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            scrollThreshold: 1200,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 558
                    echo "                    ";
                    if ((($context["node_type"] ?? null) == "press_release")) {
                        // line 559
                        echo "                    var nextPages = [
                            ";
                        // line 560
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_2"), "html", null, true);
                        echo "
                        ];
    
                        jQuery('.main-news-block').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 573
                    echo "                    ";
                    if ((($context["node_type"] ?? null) == "event")) {
                        // line 574
                        echo "                    var nextPages = [
                            ";
                        // line 575
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_5"), "html", null, true);
                        echo "
                        ];
    
                        jQuery('.main-news-block').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 588
                    echo "
    
    
                    });
    
                    function addLink() {
                        let body = document.getElementsByTagName('body')[0],
                            selection = window.getSelection(),
                            copyright = \"Read more on U.Today <a href='\&quot; + document.location.href + \&quot;'>\" + document.location.href + \"</a>\",
                            copyrightText = selection + copyright,
                            newdiv = document.createElement('div');
    
                        newdiv.style.position = 'absolute';
                        body.appendChild(newdiv);
                        newdiv.innerHTML = copyrightText;
                        selection.selectAllChildren(newdiv);
    
                        window.onclick = function () {
                            body.removeChild(newdiv);
                        };
                    }
                
    
                
                    document.addEventListener(\"scroll\", (event) =&gt; {
                        [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                //return null;
                            }
    
                        });
                    });
                    document.addEventListener('DOMContentLoaded', function () {
                        document.querySelectorAll('audio').forEach(function (audio) {
                            let loaded = false;
    
                            audio.addEventListener('loadedmetadata', function () {
                                loaded = true;
                                checkLoad();
                            });
    
                            audio.addEventListener('canplaythrough', function () {
                                loaded = true;
                                checkLoad();
                            });
    
                            function checkLoad() {
                                if (loaded) {
                                    const article = audio.closest('.article__listen');
                                    const duration = Math.floor(audio.duration);
                                    const minutes = Math.floor(duration / 60);
                                    const seconds = Math.floor(duration % 60);
                                    minutesDisplay.textContent = `\${minutes}:\${(seconds &lt; 10 ? '0' : '')}\${seconds}`;
    
                                    console.log(duration);
                                }
                            }
                        });
    
                        let currentAudio = null;
    
                        document.body.addEventListener('click', function (e) {
                            const article = e.target.closest('.article__listen');
    
                            if (!article) return;
    
                            const audio = article.querySelector('audio');
                            const playPauseButton = article.querySelector('.article__listen-btn');
    
                            if (audio &amp;&amp; playPauseButton) {
                                if (audio !== currentAudio) {
                                    if (currentAudio) {
                                        currentAudio.pause();
                                        const currentPlayPauseButton = currentAudio.parentElement.querySelector('.article__listen-btn');
                                        if (currentPlayPauseButton) {
                                            currentPlayPauseButton.classList.remove('is-play');
                                        }
                                    }
    
                                    currentAudio = audio;
    
                                    audio.addEventListener('timeupdate', updateTimer);
                                }
    
                                if (audio.paused) {
                                    audio.play();
                                    playPauseButton.classList.add('is-play');
                                } else {
                                    audio.pause();
                                    playPauseButton.classList.remove('is-play');
                                }
    
                                function updateTimer() {
                                    if (!audio.duration) {
                                        audio.removeEventListener('timeupdate', updateTimer);
                                        audio.addEventListener('timeupdate', updateTimer);
                                        return;
                                    }
    
                                    const currentTime = audio.duration - audio.currentTime;
                                    const minutes = Math.floor(currentTime / 60);
                                    const seconds = Math.floor(currentTime % 60);
    
                                    minutesDisplay.textContent = `\${minutes}:\${(seconds &lt; 10 ? '0' : '')}\${seconds}`;
                                }
                            }
                        });
                    });
                
                
    
                    var emailInput = document.getElementsByClassName('input__elem');
                    var submitButton = document.getElementsByClassName('submit-button');
                    for (let i = 0; i &lt; emailInput.length; i++) {
                        emailInput[i].addEventListener('input', () =&gt; {
                            let form = emailInput[i].closest('form');
                            let captchaContainer = form.querySelector('.captcha-container');
                            if (emailInput[i].validity.valid) {
                                console.log('OK', captchaContainer);
                                captchaContainer.style.display = 'block';
                            } else {
                                captchaContainer.style.display = 'none';
                            }
                        });
                    }
    
    
                    let isCaptchaCompleted = false;
    
    
                    function captchaSuccess() {
                        //console.log('captchaSuccess', submitButton.length);
                        submitButton = document.getElementsByClassName('submit-button');
                        isCaptchaCompleted = true;
                        for (let i = 0; i &lt; submitButton.length; i++) {
                            submitButton[i].disabled = false;
                        }
                    }
    
    
                    function captchaExpired() {
                        isCaptchaCompleted = false;
                        submitButton = document.getElementsByClassName('submit-button');
                        for (let i = 0; i &lt; submitButton.length; i++) {
                            submitButton[i].disabled = true;
                        }
                    }
    
    
                    function validateCaptcha() {
                        if (!isCaptchaCompleted) {
                            return false;
                        }
                        return true;
                    }
    
                
                
                    
                    
                        
                            
                            
                                
                                
                                    Name
                                    
                                
                                
                                    Email
                                    
                                
                                
                                    Upload files (Optional)
                                    
                                    
                                        Upload files
                                        
                                    
                                    
                                
                                
                                    Description (Optional)
                                     
                                
                                Submit
                            
                        
                    
                
            
            
        ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  811 =&gt; 588,  795 =&gt; 575,  792 =&gt; 574,  789 =&gt; 573,  773 =&gt; 560,  770 =&gt; 559,  767 =&gt; 558,  751 =&gt; 545,  748 =&gt; 544,  746 =&gt; 543,  741 =&gt; 540,  721 =&gt; 522,  719 =&gt; 521,  647 =&gt; 451,  643 =&gt; 449,  641 =&gt; 448,  493 =&gt; 302,  489 =&gt; 300,  487 =&gt; 299,  438 =&gt; 253,  434 =&gt; 252,  430 =&gt; 251,  426 =&gt; 250,  420 =&gt; 247,  405 =&gt; 234,  401 =&gt; 232,  399 =&gt; 231,  396 =&gt; 230,  393 =&gt; 229,  390 =&gt; 228,  388 =&gt; 227,  354 =&gt; 196,  348 =&gt; 193,  340 =&gt; 187,  315 =&gt; 166,  309 =&gt; 165,  303 =&gt; 164,  297 =&gt; 163,  293 =&gt; 161,  287 =&gt; 158,  284 =&gt; 157,  278 =&gt; 155,  276 =&gt; 154,  261 =&gt; 142,  244 =&gt; 128,  236 =&gt; 122,  232 =&gt; 120,  230 =&gt; 119,  227 =&gt; 118,  225 =&gt; 117,  222 =&gt; 116,  220 =&gt; 115,  217 =&gt; 114,  214 =&gt; 113,  207 =&gt; 108,  205 =&gt; 107,  196 =&gt; 106,  193 =&gt; 105,  185 =&gt; 99,  183 =&gt; 98,  140 =&gt; 57,  134 =&gt; 55,  131 =&gt; 54,  125 =&gt; 52,  123 =&gt; 51,  114 =&gt; 45,  109 =&gt; 42,  107 =&gt; 41,  84 =&gt; 20,  82 =&gt; 19,  79 =&gt; 18,  75 =&gt; 16,  73 =&gt; 15,  69 =&gt; 14,  59 =&gt; 7,  56 =&gt; 6,  50 =&gt; 5,  47 =&gt; 4,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/html.html.twig", "/var/www/utoday/web/themes/cryptod/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1, "include" =&gt; 19, "set" =&gt; 115);
            static $filters = array("escape" =&gt; 2, "gethtml" =&gt; 4, "raw" =&gt; 5, "istwitter" =&gt; 15, "length" =&gt; 54, "safe_join" =&gt; 54, "sharingTwitter" =&gt; 163, "replace" =&gt; 163, "checktitle" =&gt; 163, "sharingFacebook" =&gt; 164, "sharingTelegram" =&gt; 165, "sharingReddit" =&gt; 166, "t" =&gt; 196);
            static $functions = array("drupal_view_result" =&gt; 115, "drupal_view" =&gt; 545);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'include', 'set'],
                    ['escape', 'gethtml', 'raw', 'istwitter', 'length', 'safe_join', 'sharingTwitter', 'replace', 'checktitle', 'sharingFacebook', 'sharingTelegram', 'sharingReddit', 't'],
                    ['drupal_view_result', 'drupal_view']
                );
            } 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('694594a8f1a22_html.html.twig_cpSwgEkUUjBGN81uHi7I2l0LM', '&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/cryptod/html.html.twig */
    class __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd extends 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
            if ((($context["node_type"] ?? null) == "social")) {
                // line 2
                echo "    ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 2, $this-&gt;source), "html", null, true);
                echo "
    ";
            } else {
                // line 4
                echo "    ";
                if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gethtml(($context["nid"] ?? null))) {
                    // line 5
                    echo "        ";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;gethtml($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 5, $this-&gt;source)));
                    echo "
        ";
                } else {
                    // line 6
                    echo "
            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language"] ?? null), 7, $this-&gt;source), "html", null, true);
                    echo "\" dir=\"ltr\" prefix=\"og: ogp.me/ns#\" class=\"theme-light\"&gt;
            
                
                
                
                
                extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 14, $this-&gt;source));
                    echo "\"&gt;
                    ";
                    // line 15
                    if ((twig_in_filter("mentions", ($context["myurl"] ?? null)) || $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;istwitter(($context["nid"] ?? null)))) {
                        // line 16
                        echo "                    
                    ";
                    }
                    // line 18
                    echo "                
                    ";
                    // line 19
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/gtag1.html.twig"), "themes/cryptod/html.html.twig", 19)-&gt;display($context);
                    // line 20
                    echo "                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
    
                    
                    
                    
                    
                    
                    
                    ";
                    // line 41
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/nofollow.html.twig"), "themes/cryptod/html.html.twig", 41)-&gt;display($context);
                    // line 42
                    echo "                
                    
                    
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 45, $this-&gt;source));
                    echo "\"&gt;
                        .ccc-widget.ccc-list .header-div a img {
                                width: 26px;
                                height: 26px;
                            }
                        
                        ";
                    // line 51
                    if ((($context["breaking"] ?? null) != "")) {
                        // line 52
                        echo "                        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["breaking"] ?? null), 52, $this-&gt;source), "html", null, true);
                        echo "\"/&gt;
                        ";
                    }
                    // line 54
                    echo "                    ";
                    if ((twig_length_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, ($context["head_title"] ?? null), " | ")) &gt; 2)) {
                        // line 55
                        echo "                        ";
                        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), 55, $this-&gt;source), " | "));
                        echo "
                        ";
                    }
                    // line 57
                    echo "                    
                        
                            function copyToClipboard(e) {
                                let input = document.body.appendChild(document.createElement(\"input\"));
                                input.value = window.location.href;
                                input.select();
                                document.execCommand('copy');
                                input.parentNode.removeChild(input);
    
                                let tooltip = document.createElement('div');
                                tooltip.className = 'copy-tooltip';
                                tooltip.innerHTML = 'Copied!';
    
                                if (!e.querySelector('.copy-tooltip')) {
                                    e.append(tooltip);
    
                                    setTimeout(() =&gt; {
                                        e.querySelector('.copy-tooltip').remove();
                                    }, 2000);
                                }
                            }
                        
                        
                            @media (max-width: 849px) {
                                body #onesignal-slidedown-container.slide-up {
                                    bottom: 60px
                                }
                            }
                        
    
    
                        
                        
                            .captcha-container {
                                display: none; /* CAPTCHA скрыта по умолчанию */
                            }
                        
    
    
            
    
            ";
                    // line 98
                    if (($context["logged_in"] ?? null)) {
                        // line 99
                        echo "            
                    .contextual-links {
                        display: none;
                    }
                
            ";
                    }
                    // line 105
                    echo "
            
            ";
                    // line 107
                    if ((((($context["nodetype"] ?? null) == "story") || (($context["nodetype"] ?? null) == "news")) || (($context["nodetype"] ?? null) == "press_release"))) {
                        // line 108
                        echo "            
                
                    
                
            ";
                    }
                    // line 113
                    echo "        ";
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/gtag2.html.twig"), "themes/cryptod/html.html.twig", 113)-&gt;display($context);
                    // line 114
                    echo "
            ";
                    // line 115
                    $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_1"));
                    // line 116
                    echo "
            ";
                    // line 117
                    if ((($context["view"] ?? null) &gt; 0)) {
                        // line 118
                        echo "            
                    ";
                        // line 119
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 119)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_1", "mobile" =&gt; "block_2", "ad" =&gt; "1", "card" =&gt; "0"]));
                        // line 120
                        echo "            
            ";
                    }
                    // line 122
                    echo "        
                
                    
                        
                            
                        
                        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 128, $this-&gt;source), "html", null, true);
                    echo "/img/icons/logo.svg\" width=\"188\" height=\"30\" alt=\"U.TODAY\"&gt;</a>
                        
                            <a> AdvertisementAdvert.</a>
                        
                    
                    
                        
                        
                            
                                
                                    
                                    
                                
                            
                            ";
                    // line 142
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "topmenu", [], "any", false, false, true, 142), 142, $this-&gt;source), "html", null, true);
                    echo "
                            
                                Our social media
                                There's a lot to see there, too
                                <a></a><a></a><a></a><a></a>
                            
                        
                    
    
                
            
            
            ";
                    // line 154
                    if ((($context["nodetype"] ?? null) == "landing")) {
                        // line 155
                        echo "            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 155, $this-&gt;source), "html", null, true);
                        echo "
            ";
                    } else {
                        // line 157
                        echo "            
                    ";
                        // line 158
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 158, $this-&gt;source), "html", null, true);
                        echo "
                
            ";
                    }
                    // line 161
                    echo "
            
                urlt = '";
                    // line 163
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTwitter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 163, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 163, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urlf = '";
                    // line 164
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingFacebook($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 164, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 164, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urltg = '";
                    // line 165
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingTelegram($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 165, $this-&gt;source)));
                    echo "&amp;text=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 165, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
                urlrd = '";
                    // line 166
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\sharing\TwigExtension\Sharing']-&gt;sharingReddit($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["myurl"] ?? null), 166, $this-&gt;source)));
                    echo "&amp;title=";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, twig_replace_filter($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;checktitle($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;safeJoin($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["head_title"] ?? null), 166, $this-&gt;source), " ")), ["|" =&gt; ""]), "html", null, true);
                    echo "';
            
    
    
            
                
                    
                        
                            <a>Subscribe</a>
                            Subscribe to daily newsletter
                        
                        
                            
                                Our social media
                                There's a lot to see there, too
                            
                            
                                <a></a>
                                <a></a>
                                <a></a>
    ";
                    // line 187
                    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), "footermenu", [], "any", false, false, true, 193), 193, $this-&gt;source), "html", null, true);
                    echo "
                    
                    
                        ";
                    // line 196
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Disclaimer: The opinions expressed here are not investment advice; they are provided for informational purposes only. The opinions expressed by our writers are their own and do not represent the views of U.Today. Every investment and all trading involves risk, so you should always perform your own research prior to making decisions. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. We do not recommend investing money you cannot afford to lose."));
                    echo "
                    
                    
                        © 2017-2025 U.Today. All rights reserved.
                        <a>Terms and conditions</a><a>Privacy Policy</a>
                    
    
                
            
            
                
                    
                    
                        Subscribe to daily newsletter
                        
                            
                                
                            
                            By pressing the “Subscribe button” you agree with our <a>Privacy Policy</a>
                            Subscribe
                            
                                
                            
                        
                    
    
                
            
    
            ";
                    // line 227
                    $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_3"));
                    // line 228
                    echo "        ";
                    $context["view2"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_4"));
                    // line 229
                    echo "        ";
                    if (((($context["view"] ?? null) &gt; 0) &amp;&amp; (($context["view2"] ?? null) &gt; 0))) {
                        // line 230
                        echo "            
                    ";
                        // line 231
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/html.html.twig", 231)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_3", "mobile" =&gt; "block_4", "ad" =&gt; "1"]));
                        // line 232
                        echo "            
            ";
                    }
                    // line 234
                    echo "        
                
                
                    
                        Successful!
                        Thank you. We'll contact you shortly.
                        Ok
                        
                    
                
            
            extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 247, $this-&gt;source));
                    echo "\"&gt;
    
                
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 250, $this-&gt;source), "html", null, true);
                    echo "/js/infinite-scroll.pkgd.min.js\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 251, $this-&gt;source), "html", null, true);
                    echo "/js/slick.min.js\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 252, $this-&gt;source), "html", null, true);
                    echo "/js/main.js?v=44\"&gt;
                extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 253, $this-&gt;source), "html", null, true);
                    echo "/libs/isotope.min.js\"&gt;
                
                    let isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent);
    
                    if (isSafari) {
                        document.body.classList.add('browser-safari');
                    }
                    const gEvent = function (type, share) {
                        gtag('event', share, {
                            'type': type,
                        });
                    };
                    let infinitePage = 1;
                    jQuery('.main-news-block').on('append.infiniteScroll', function (event, response, path, items) {
    
                        emailInput = document.getElementsByClassName('input__elem');
                        submitButton = document.getElementsByClassName('submit-button');
                        for (let i = 0; i &lt; emailInput.length; i++) {
                            emailInput[i].addEventListener('input', () =&gt; {
                                let form = emailInput[i].closest('form');
                                let captchaContainer = form.querySelector('.captcha-container');
                                if (emailInput[i].validity.valid) {
                                    console.log('OK', captchaContainer);
                                    captchaContainer.style.display = 'block';
                                } else {
                                    captchaContainer.style.display = 'none';
                                }
                            });
                        }
    
    
    
    
                        const btnsCloseBanner = document.getElementsByClassName('something__close');
                        for (let elem of btnsCloseBanner) {
                            elem.addEventListener('click', () =&gt; {
                                elem.closest('.something').remove();
                            })
                        }
    
    
                        gtag('event', 'infinite', {
                            'infinite': infinitePage,
                        });
                        infinitePage += 1;
    
                        ";
                    // line 299
                    if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
                        // line 300
                        echo "                    twttr.widgets.load();
                        ";
                    }
                    // line 302
                    echo "                    [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                //return null;
                            }
                        });
                    });
    
                    //submit event ajax
                    jQuery(document).on('submit', '.sevent', function () {
                        var data = new FormData();
                        var file;
                        if (document.getElementById('input__file')) {
                            file = document.getElementById('input__file').files;
                            jQuery.each(file, function (key, value) {
                                data.append(key, value);
                            });
                        }
    
                        if (document.getElementById('input__file2')) {
                            file = document.getElementById('input__file2').files;
                            jQuery.each(file, function (key, value) {
    
                                data.append(key, value);
                            });
                        }
                        jQuery.each(this, function (i, val) {
                            var input = jQuery(val);
                            if (input.attr('name') != 'file') data.append(input.attr('name'), input.val());
                        });
    
    
                        jQuery.ajax({
                            url: jQuery(this).attr('action'),
                            type: 'POST',
                            dataType: 'json',
                            cache: false,
                            processData: false,
                            contentType: false,
                            data: data,
                            success: function (data) {
                                jQuery('.sevent').html('Thanks for submit. We will contact you soon.');
                                return false;
                            },
                            error: function (xhr, err) {
    
                                alert('Error');
                            }
                        });
                        return false;
                    });
    
                    //submit event end
                
    
                
                    const initBanners = function () {
                        let elements =
                            document.getElementsByClassName('imageBannersContainer');
                        for (let i = 0; i &lt; elements.length; i++) {
                            let bannerElements = elements[i].getElementsByClassName(\"imageBanner\");
                            let bannerIndex = Math.random() * bannerElements.length;
                            let firstDigitStr = String(bannerIndex)[0];
                            bannerElements[firstDigitStr].style.display = 'block';
                        }
                    };
    
                    jQuery(document).ready(function () {
    
                        (function (\$) {
                            if (jQuery(window).width() &gt; '850') {
                                jQuery('.press-releases__slider, .upcoming__slider').slick({
                                    infinite: false,
                                    slidesToShow: 3,
                                    slidesToScroll: 1,
                                    arrows: true,
                                    dots: false
                                });
                            }
                        })(jQuery);
    
    
                        initBanners();
    
                        var OneSignal = window.OneSignal || [];
                        OneSignal.push(function () {
                            OneSignal.init({
                                appId: \"8fd8204c-a529-4b35-98be-27f71d473d9a\",
                            });
                        });
    
                        let menus = document.querySelectorAll('.main_page a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'header_menu_click', {
                                'header_menu_click': 'click',
                            });
                        }));
    
                        menus = document.querySelectorAll('.article a[target=\"_blank\"]');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'article_link_click', {
                                'article_link_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.article__related a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'card_click', {
                                'card_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.views-infinite-scroll-content-wrapper .category-item a');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'related_click', {
                                'related_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.article__listen-audio');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'tts_click', {
                                'tts_click': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.header__nav-link');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'header_menu_click', {
                                'header_menu': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.footer__nav-child-link');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'footer_menu_click', {
                                'footer_menu': 'click',
                            });
                        }));
                        menus = document.querySelectorAll('.card__subscribe-item');
                        menus.forEach(el =&gt; el.addEventListener('click', event =&gt; {
                            gtag('event', 'subscribe', {
                                'subscribe': 'click',
                            });
                        }));
    
    
    
    
    
                        ";
                    // line 448
                    if (((($context["node_type"] ?? null) == "press_release") || (($context["node_type"] ?? null) == "story"))) {
                        // line 449
                        echo "                    document.querySelector('.article__content').oncopy = addLink;
                        ";
                    }
                    // line 451
                    echo "                    [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                return null;
                            }
                        });
                        jQuery('.ad-feedback__form, .press-releases_form, .event_form, .airdrop_form').submit(function (e) {
                            e.preventDefault();
                            //data = 'subject=' + e.target.querySelector('input[name=subject]').value + '&amp;name=' + e.target.querySelector('input[name=submit-name]').value + '&amp;mail=' + e.target.querySelector('input[name=submit-email]').value + '&amp;desc=' + e.target.querySelector('textarea[name=submit-massage]').value;
                            let fd = new FormData();
                            let other_data = jQuery(e.target).serializeArray();
                            jQuery.each(other_data, function (key, input) {
                                fd.append(input.name, input.value);
                            });
                            if(e.target.querySelector('input[name=submit-file]') != null) {
                                fd.append('file', jQuery(e.target.querySelector('input[name=submit-file]'))[0].files[0]);
                            }
                            jQuery.ajax({
                                url: '/umail',
                                type: 'post',
                                contentType: false,
                                processData: false,
                                data: fd,
                                success: function () {
    
                                }
                            });
                        });
                        jQuery('.subscribe-page__form, .footer__subscribe-form,.aside-sub,.subscribe-form,.sub-slot__form').submit(function (e) {
                            e.preventDefault();
                            const form = e.target;
                            const inputs = form.elements;
                            let data = '';
                            for (const input of inputs) {
                                data = data + input.name + '=' + input.value + '&amp;';
                            }
    
                            jQuery.ajax({
                                url: '/getresponse.php',
                                type: 'post',
                                data: data,
                                success: function () {
                                    e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
                                    jQuery('.card__subscribe-em .input__status').text('Subscribed');
                                    e.target.querySelector('.success').style.display = 'block';
                                }
                            });
                        });
                        jQuery('.modal__form').submit(function (e) {
    
                            const form = e.target;
                            const inputs = form.elements;
                            let data = '';
                            for (const input of inputs) {
                                data = data + input.name + '=' + input.value + '&amp;';
                            }
    
                            jQuery.ajax({
                                url: '/getresponse.php',
                                type: 'post',
                                data: data,
                                success: function () {
                                    // e.target.querySelector('.subscribe-result').innerHTML = 'Subscribed';
                                    // jQuery('.card__subscribe-em .input__status').text('Subscribed');
                                    // e.target.querySelector('.success').style.display = 'block';
                                }
                            });
                        });
    
                        ";
                    // line 521
                    if (twig_in_filter("mentions", ($context["myurl"] ?? null))) {
                        // line 522
                        echo "
                        let tweets = jQuery(\".memories__news\");
    
                        jQuery(tweets).each(function (t, tweet) {
    
                            var id = jQuery(this).attr('name');
    
                            twttr.widgets.createTweet(
                                id, tweet,
                                {
                                    conversation: 'none',    // or all
                                    cards: 'visible',  // or visible
                                }).then(function (el) {
                                console.log('Tweet added:' + id);
                            });
                        });
    
                        ";
                    }
                    // line 540
                    echo "
    
    
                        ";
                    // line 543
                    if ((((($context["node_type"] ?? null) == "story") || (($context["node_type"] ?? null) == "news")) || (($context["node_type"] ?? null) == "bnews"))) {
                        // line 544
                        echo "                    var nextPages = [
                            ";
                        // line 545
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_1"), "html", null, true);
                        echo "
                        ];
                        jQuery('.views-row').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            scrollThreshold: 1200,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 558
                    echo "                    ";
                    if ((($context["node_type"] ?? null) == "press_release")) {
                        // line 559
                        echo "                    var nextPages = [
                            ";
                        // line 560
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_2"), "html", null, true);
                        echo "
                        ];
    
                        jQuery('.main-news-block').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 573
                    echo "                    ";
                    if ((($context["node_type"] ?? null) == "event")) {
                        // line 574
                        echo "                    var nextPages = [
                            ";
                        // line 575
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("infinit", "block_5"), "html", null, true);
                        echo "
                        ];
    
                        jQuery('.main-news-block').infiniteScroll({
                            path: function () {
                                return nextPages[this.loadCount];
                            },
                            append: '.article',
                            prefill: true,
                            status: '.scroller-status',
                            hideNav: '.pagination',
                        });
                        ";
                    }
                    // line 588
                    echo "
    
    
                    });
    
                    function addLink() {
                        let body = document.getElementsByTagName('body')[0],
                            selection = window.getSelection(),
                            copyright = \"Read more on U.Today <a href='\&quot; + document.location.href + \&quot;'>\" + document.location.href + \"</a>\",
                            copyrightText = selection + copyright,
                            newdiv = document.createElement('div');
    
                        newdiv.style.position = 'absolute';
                        body.appendChild(newdiv);
                        newdiv.innerHTML = copyrightText;
                        selection.selectAllChildren(newdiv);
    
                        window.onclick = function () {
                            body.removeChild(newdiv);
                        };
                    }
                
    
                
                    document.addEventListener(\"scroll\", (event) =&gt; {
                        [].forEach.call(document.querySelectorAll('.adsbygoogle'), function () {
                            try {
                                (adsbygoogle = window.adsbygoogle || []).push({});
                            } catch (e) {
                                //return null;
                            }
    
                        });
                    });
                    document.addEventListener('DOMContentLoaded', function () {
                        document.querySelectorAll('audio').forEach(function (audio) {
                            let loaded = false;
    
                            audio.addEventListener('loadedmetadata', function () {
                                loaded = true;
                                checkLoad();
                            });
    
                            audio.addEventListener('canplaythrough', function () {
                                loaded = true;
                                checkLoad();
                            });
    
                            function checkLoad() {
                                if (loaded) {
                                    const article = audio.closest('.article__listen');
                                    const duration = Math.floor(audio.duration);
                                    const minutes = Math.floor(duration / 60);
                                    const seconds = Math.floor(duration % 60);
                                    minutesDisplay.textContent = `\${minutes}:\${(seconds &lt; 10 ? '0' : '')}\${seconds}`;
    
                                    console.log(duration);
                                }
                            }
                        });
    
                        let currentAudio = null;
    
                        document.body.addEventListener('click', function (e) {
                            const article = e.target.closest('.article__listen');
    
                            if (!article) return;
    
                            const audio = article.querySelector('audio');
                            const playPauseButton = article.querySelector('.article__listen-btn');
    
                            if (audio &amp;&amp; playPauseButton) {
                                if (audio !== currentAudio) {
                                    if (currentAudio) {
                                        currentAudio.pause();
                                        const currentPlayPauseButton = currentAudio.parentElement.querySelector('.article__listen-btn');
                                        if (currentPlayPauseButton) {
                                            currentPlayPauseButton.classList.remove('is-play');
                                        }
                                    }
    
                                    currentAudio = audio;
    
                                    audio.addEventListener('timeupdate', updateTimer);
                                }
    
                                if (audio.paused) {
                                    audio.play();
                                    playPauseButton.classList.add('is-play');
                                } else {
                                    audio.pause();
                                    playPauseButton.classList.remove('is-play');
                                }
    
                                function updateTimer() {
                                    if (!audio.duration) {
                                        audio.removeEventListener('timeupdate', updateTimer);
                                        audio.addEventListener('timeupdate', updateTimer);
                                        return;
                                    }
    
                                    const currentTime = audio.duration - audio.currentTime;
                                    const minutes = Math.floor(currentTime / 60);
                                    const seconds = Math.floor(currentTime % 60);
    
                                    minutesDisplay.textContent = `\${minutes}:\${(seconds &lt; 10 ? '0' : '')}\${seconds}`;
                                }
                            }
                        });
                    });
                
                
    
                    var emailInput = document.getElementsByClassName('input__elem');
                    var submitButton = document.getElementsByClassName('submit-button');
                    for (let i = 0; i &lt; emailInput.length; i++) {
                        emailInput[i].addEventListener('input', () =&gt; {
                            let form = emailInput[i].closest('form');
                            let captchaContainer = form.querySelector('.captcha-container');
                            if (emailInput[i].validity.valid) {
                                console.log('OK', captchaContainer);
                                captchaContainer.style.display = 'block';
                            } else {
                                captchaContainer.style.display = 'none';
                            }
                        });
                    }
    
    
                    let isCaptchaCompleted = false;
    
    
                    function captchaSuccess() {
                        //console.log('captchaSuccess', submitButton.length);
                        submitButton = document.getElementsByClassName('submit-button');
                        isCaptchaCompleted = true;
                        for (let i = 0; i &lt; submitButton.length; i++) {
                            submitButton[i].disabled = false;
                        }
                    }
    
    
                    function captchaExpired() {
                        isCaptchaCompleted = false;
                        submitButton = document.getElementsByClassName('submit-button');
                        for (let i = 0; i &lt; submitButton.length; i++) {
                            submitButton[i].disabled = true;
                        }
                    }
    
    
                    function validateCaptcha() {
                        if (!isCaptchaCompleted) {
                            return false;
                        }
                        return true;
                    }
    
                
                
                    
                    
                        
                            
                            
                                
                                
                                    Name
                                    
                                
                                
                                    Email
                                    
                                
                                
                                    Upload files (Optional)
                                    
                                    
                                        Upload files
                                        
                                    
                                    
                                
                                
                                    Description (Optional)
                                     
                                
                                Submit
                            
                        
                    
                
            
            
        ";
                }
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/html.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  811 =&gt; 588,  795 =&gt; 575,  792 =&gt; 574,  789 =&gt; 573,  773 =&gt; 560,  770 =&gt; 559,  767 =&gt; 558,  751 =&gt; 545,  748 =&gt; 544,  746 =&gt; 543,  741 =&gt; 540,  721 =&gt; 522,  719 =&gt; 521,  647 =&gt; 451,  643 =&gt; 449,  641 =&gt; 448,  493 =&gt; 302,  489 =&gt; 300,  487 =&gt; 299,  438 =&gt; 253,  434 =&gt; 252,  430 =&gt; 251,  426 =&gt; 250,  420 =&gt; 247,  405 =&gt; 234,  401 =&gt; 232,  399 =&gt; 231,  396 =&gt; 230,  393 =&gt; 229,  390 =&gt; 228,  388 =&gt; 227,  354 =&gt; 196,  348 =&gt; 193,  340 =&gt; 187,  315 =&gt; 166,  309 =&gt; 165,  303 =&gt; 164,  297 =&gt; 163,  293 =&gt; 161,  287 =&gt; 158,  284 =&gt; 157,  278 =&gt; 155,  276 =&gt; 154,  261 =&gt; 142,  244 =&gt; 128,  236 =&gt; 122,  232 =&gt; 120,  230 =&gt; 119,  227 =&gt; 118,  225 =&gt; 117,  222 =&gt; 116,  220 =&gt; 115,  217 =&gt; 114,  214 =&gt; 113,  207 =&gt; 108,  205 =&gt; 107,  196 =&gt; 106,  193 =&gt; 105,  185 =&gt; 99,  183 =&gt; 98,  140 =&gt; 57,  134 =&gt; 55,  131 =&gt; 54,  125 =&gt; 52,  123 =&gt; 51,  114 =&gt; 45,  109 =&gt; 42,  107 =&gt; 41,  84 =&gt; 20,  82 =&gt; 19,  79 =&gt; 18,  75 =&gt; 16,  73 =&gt; 15,  69 =&gt; 14,  59 =&gt; 7,  56 =&gt; 6,  50 =&gt; 5,  47 =&gt; 4,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/html.html.twig", "/var/www/utoday/web/themes/cryptod/html.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1, "include" =&gt; 19, "set" =&gt; 115);
            static $filters = array("escape" =&gt; 2, "gethtml" =&gt; 4, "raw" =&gt; 5, "istwitter" =&gt; 15, "length" =&gt; 54, "safe_join" =&gt; 54, "sharingTwitter" =&gt; 163, "replace" =&gt; 163, "checktitle" =&gt; 163, "sharingFacebook" =&gt; 164, "sharingTelegram" =&gt; 165, "sharingReddit" =&gt; 166, "t" =&gt; 196);
            static $functions = array("drupal_view_result" =&gt; 115, "drupal_view" =&gt; 545);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if', 'include', 'set'],
                    ['escape', 'gethtml', 'raw', 'istwitter', 'length', 'safe_join', 'sharingTwitter', 'replace', 'checktitle', 'sharingFacebook', 'sharingTelegram', 'sharingReddit', 't'],
                    ['drupal_view_result', 'drupal_view']
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_fb1615b1195cf30513eb741d53bb20bd', 'themes/cryptod/html.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/html.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.RDqB0AZLDGO0kUR0r6gtTVKyOII,sites/default/files/php/twig/694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo/9tApwUlt4VySMiVG9VrIw64NG36Zun1lxgm85654VlI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo', '&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/cryptod/templates/gtag1.html.twig */
    class __TwigTemplate_e747831ad53c13677484d03e5b6b2e3f extends 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
            if ((($context["justdomain"] ?? null) == "News.U.Today")) {
                // line 2
                echo "
    (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-WBVMD96');
    
    
    
    
    
    ";
            }
            // line 14
            echo "
    ";
            // line 15
            if ((($context["justdomain"] ?? null) == "U.Today")) {
                // line 16
                echo "
        
    ";
                // line 23
                echo "    
        
        
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
    
            gtag('config', 'G-2PE2QV2V0X');
        
    ";
            }
            // line 33
            if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
                // line 34
                echo "
        
        (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-PP8JW6W');
        
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/gtag1.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 34,  76 =&gt; 33,  64 =&gt; 23,  60 =&gt; 16,  58 =&gt; 15,  55 =&gt; 14,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/gtag1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag1.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    [],
                    []
                );
            } 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('694594a8f1a22_gtag1.html.twig_nDIMeTYa4uuoNcVTpZvl0Wfqo', '&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/cryptod/templates/gtag1.html.twig */
    class __TwigTemplate_e747831ad53c13677484d03e5b6b2e3f extends 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
            if ((($context["justdomain"] ?? null) == "News.U.Today")) {
                // line 2
                echo "
    (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-WBVMD96');
    
    
    
    
    
    ";
            }
            // line 14
            echo "
    ";
            // line 15
            if ((($context["justdomain"] ?? null) == "U.Today")) {
                // line 16
                echo "
        
    ";
                // line 23
                echo "    
        
        
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());
    
            gtag('config', 'G-2PE2QV2V0X');
        
    ";
            }
            // line 33
            if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
                // line 34
                echo "
        
        (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-PP8JW6W');
        
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/gtag1.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  78 =&gt; 34,  76 =&gt; 33,  64 =&gt; 23,  60 =&gt; 16,  58 =&gt; 15,  55 =&gt; 14,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/gtag1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag1.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    [],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e747831ad53c13677484d03e5b6b2e3f', 'themes/cryptod/templates/gtag1.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/gtag1.html.twig', 'themes/cryptod/html.html.twig', 19) (Line: 82)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.Iti_MXeZCJqq4nk7PEWuQ4Kxci0,sites/default/files/php/twig/694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t/7rVS_2o2uNuheq3nQK-MxyEW_GCtxMI-v5yRnq28e5M.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t', '&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/cryptod/templates/nofollow.html.twig */
    class __TwigTemplate_b9b417c978cfe844cf08f0350e541296 extends 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
            if (!twig_in_filter("u.today", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                // line 2
                echo "    
    ";
            }
            // line 4
            if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getnoIndex($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(($context["nid"] ?? null))))) {
                // line 5
                echo "    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/nofollow.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 5,  45 =&gt; 4,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/nofollow.html.twig", "/var/www/utoday/web/themes/cryptod/templates/nofollow.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array("render" =&gt; 1, "getnoIndex" =&gt; 4);
            static $functions = array("url" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['render', 'getnoIndex'],
                    ['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('694594a8f1a22_nofollow.html.twig_itnU8CdMtRVoXzVr5Znbg9N3t', '&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/cryptod/templates/nofollow.html.twig */
    class __TwigTemplate_b9b417c978cfe844cf08f0350e541296 extends 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
            if (!twig_in_filter("u.today", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                // line 2
                echo "    
    ";
            }
            // line 4
            if ($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getnoIndex($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(($context["nid"] ?? null))))) {
                // line 5
                echo "    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/nofollow.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 5,  45 =&gt; 4,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/nofollow.html.twig", "/var/www/utoday/web/themes/cryptod/templates/nofollow.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array("render" =&gt; 1, "getnoIndex" =&gt; 4);
            static $functions = array("url" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    ['render', 'getnoIndex'],
                    ['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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_b9b417c978cfe844cf08f0350e541296', 'themes/cryptod/templates/nofollow.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/nofollow.html.twig', 'themes/cryptod/html.html.twig', 41) (Line: 107)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.BSjFhz-iozU5E8izrEExgKGPzZc,sites/default/files/php/twig/694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j/hqseabq5lmMa8cS4LYC5G1ZdWnbGG3nqO9S0F1vASB4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j', '&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/cryptod/templates/gtag2.html.twig */
    class __TwigTemplate_928174eff68cc23feabe2ef2815b170d extends 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
            if ((($context["justdomain"] ?? null) == "News.U.Today")) {
                // line 2
                echo "
    
        
    
    
    ";
            }
            // line 9
            echo "
    ";
            // line 10
            if ((($context["justdomain"] ?? null) == "U.Today")) {
                // line 11
                echo "
        
    ";
                // line 17
                echo "    
    
    ";
            }
            // line 20
            if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
                // line 21
                echo "    
        
            (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
                m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
            (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\");
    
            ym(70061293, \"init\", {
                clickmap:true,
                trackLinks:true,
                accurateTrackBounce:true
            });
        
        
        
        
        
        
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/gtag2.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  66 =&gt; 21,  64 =&gt; 20,  59 =&gt; 17,  55 =&gt; 11,  53 =&gt; 10,  50 =&gt; 9,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/gtag2.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag2.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    [],
                    []
                );
            } 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('694594a8f1a22_gtag2.html.twig_sIZnLACn3lMsLOv82K0ZKoq0j', '&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/cryptod/templates/gtag2.html.twig */
    class __TwigTemplate_928174eff68cc23feabe2ef2815b170d extends 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
            if ((($context["justdomain"] ?? null) == "News.U.Today")) {
                // line 2
                echo "
    
        
    
    
    ";
            }
            // line 9
            echo "
    ";
            // line 10
            if ((($context["justdomain"] ?? null) == "U.Today")) {
                // line 11
                echo "
        
    ";
                // line 17
                echo "    
    
    ";
            }
            // line 20
            if ((($context["justdomain"] ?? null) == "Ru.U.Today")) {
                // line 21
                echo "    
        
            (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
                m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
            (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\");
    
            ym(70061293, \"init\", {
                clickmap:true,
                trackLinks:true,
                accurateTrackBounce:true
            });
        
        
        
        
        
        
    
    ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/gtag2.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  66 =&gt; 21,  64 =&gt; 20,  59 =&gt; 17,  55 =&gt; 11,  53 =&gt; 10,  50 =&gt; 9,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/gtag2.html.twig", "/var/www/utoday/web/themes/cryptod/templates/gtag2.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("if" =&gt; 1);
            static $filters = array();
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['if'],
                    [],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_928174eff68cc23feabe2ef2815b170d', 'themes/cryptod/templates/gtag2.html.twig', NULL) (Line: 322)
    Twig\Template->loadTemplate('themes/cryptod/templates/gtag2.html.twig', 'themes/cryptod/html.html.twig', 113) (Line: 215)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.y6dCNBPO7jI6Opi6r_9fyiaOJTU,sites/default/files/php/twig/694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2/0IqdOAShRIqyfZJeTp9Y_sVSWy-pQaCI2esMdnYgBSk.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2', '&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/cryptod/templates/region.html.twig */
    class __TwigTemplate_2aa361e022b1385c82192ae435a1167d extends 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 $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/cryptod/templates/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/cryptod/templates/region.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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('694594a8f1a22_region.html.twig_-NihQkUG-a-h64yve1z8pcpT2', '&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/cryptod/templates/region.html.twig */
    class __TwigTemplate_2aa361e022b1385c82192ae435a1167d extends 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 $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/cryptod/templates/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/cryptod/templates/region.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_2aa361e022b1385c82192ae435a1167d', 'themes/cryptod/templates/region.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/region.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/region.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 492)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 261)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.0iK-7k9FkH4XXV-czh_ioLBeRBo,sites/default/files/php/twig/694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz/KwSZicJ7zb3yCDFgAjoRcOlh-ktrkg-szjOZz1D6ab4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz', '&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/cryptod/templates/page.html.twig */
    class __TwigTemplate_afc311ed320fd797f750f1c77455efb6 extends 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
            $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_17"));
            // line 2
            echo "
        ";
            // line 3
            if ((($context["view"] ?? null) &gt; 0)) {
                // line 4
                echo "        
                ";
                // line 5
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 5)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_17", "mobile" =&gt; "block_18", "ad" =&gt; "1"]));
                // line 6
                echo "        
        ";
            }
            // line 8
            echo "
    
        ";
            // line 10
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 10) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 10), "entity", [], "any", false, false, true, 10), "label", [], "any", false, false, true, 10) == "Landing"))) {
                // line 11
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
                echo "
        ";
            } else {
                // line 13
                echo "        ";
                if (($context["is_front"] ?? null)) {
                    // line 14
                    echo "            
                    ";
                    // line 15
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 15)) {
                        // line 16
                        echo "                    ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_1"), "html", null, true);
                        echo "
                        ";
                        // line 17
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_2"), "html", null, true);
                        echo "
                        ";
                        // line 18
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_3"), "html", null, true);
                        echo "
                    ";
                    }
                    // line 20
                    echo "            
            ";
                }
                // line 22
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "contenttop", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
                echo "
            env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "label", [], "any", false, false, true, 23) == "partner")) {
                    echo "main-aside-container";
                }
                if ((twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) || twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))))) {
                } else {
                    echo "main-aside-container ";
                    if (twig_in_filter("priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                        echo "container-price-index";
                    }
                }
                echo " \"&gt;
                ";
                // line 24
                if (twig_in_filter("priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 25
                    echo "                
                        
                            ";
                    // line 27
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 27)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "block_21"]));
                    // line 28
                    echo "                    
                        
                            ";
                    // line 30
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 30)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "block_7"]));
                    // line 31
                    echo "                    
                        ";
                    // line 32
                    echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
                    echo "
                    
                ";
                }
                // line 35
                echo "
                ";
                // line 36
                if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 36) || ($context["is_front"] ?? null)) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 36), "entity", [], "any", false, false, true, 36), "label", [], "any", false, false, true, 36) != "Basic page"))) {
                    // line 37
                    echo "            env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 37), "entity", [], "any", false, false, true, 37), "label", [], "any", false, false, true, 37) != "Profile")) {
                        echo "main-news-block";
                    }
                    echo " ";
                    if (($context["is_front"] ?? null)) {
                        echo "main_page";
                    }
                    echo "\"&gt;
    
                    
                        
                            ...
                            
                            <ul></ul>
                        
                        <ul itemscope>
                            <li itemscope>
                                <a>
                                    Home
                                </a>
                                
                            </li>
                            ";
                    // line 54
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getBread($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 54), 54, $this-&gt;source)));
                    echo "
                        </ul>
                    
    
    
                    ";
                } elseif (((twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) || (twig_get_attribute($this-&gt;env, $this-&gt;source,             // line 59
    ($context["node"] ?? null), "id", [], "any", false, false, true, 59) == 865)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 59), "entity", [], "any", false, false, true, 59), "label", [], "any", false, false, true, 59) == "Basic page"))) {
                    // line 60
                    echo "                
                        ";
                } elseif (!twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 62
                    echo "                    
                            ";
                }
                // line 64
                echo "                        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 65
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 66
                echo $this-&gt;extensions['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), "bottom", [], "any", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 67
                if (!twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 68
                    echo "
                        
                        ";
                } elseif (twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 71
                    echo "
                    
                    ";
                }
                // line 74
                echo "                ";
                if (((!twig_in_filter("/priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) &amp;&amp; !twig_in_filter("/events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) &amp;&amp; !twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))))) {
                    // line 75
                    echo "                    ";
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 75) != 865) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 75), "entity", [], "any", false, false, true, 75), "label", [], "any", false, false, true, 75) != "Basic page"))) {
                        // line 76
                        echo "                        
                                
                                    ";
                        // line 78
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 78)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 79
                        echo "                            
                                
                                    ";
                        // line 81
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 81)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 82
                        echo "                            
                                
                                    ";
                        // line 84
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 84)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_7", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 85
                        echo "                            
                                
                                    
                                        
                                            Latest Press releases
                                        
                                        
                                            ";
                        // line 92
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_39"), "html", null, true);
                        echo "
                                        
                                    
                                
                                
                                    
                                        baseUrl = \"https://widgets.cryptocompare.com/\";
                                        var scripts = document.getElementsByTagName(\"script\");
                                        var embedder = scripts[scripts.length - 1];
                                        (function () {
                                            var appName = encodeURIComponent(window.location.hostname);
                                            if (appName == \"\") {
                                                appName = \"local\";
                                            }
                                            var s = document.createElement(\"script\");
                                            s.type = \"text/javascript\";
                                            s.async = true;
                                            var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&amp;tsym=USD';
                                            s.src = theUrl + (theUrl.indexOf(\"?\") &gt;= 0 ? \"&amp;\" : \"?\") + \"app=\" + appName;
                                            embedder.parentNode.appendChild(s);
                                        })();
    
                                    
                                
    
    
                                
                                    
                                        Subscribe to daily newsletter
                                        <a>Subscribe</a>
                                    
                                
    
                                ";
                        // line 125
                        echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 125), 125, $this-&gt;source), "html", null, true);
                        echo "
                                ";
                        // line 126
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 126)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_8", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 127
                        echo "                        
                        ";
                    }
                    // line 129
                    echo "                ";
                }
                // line 130
                echo "
                    ";
                // line 131
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) == "partner")) {
                    // line 132
                    echo "                    
                            
                                ";
                    // line 134
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 134)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "block_21", "card" =&gt; "1"]));
                    // line 135
                    echo "                        
                            
                                ";
                    // line 137
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 137)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "block_7", "card" =&gt; "1"]));
                    // line 138
                    echo "                        
                            
                                
                                    baseUrl = \"https://widgets.cryptocompare.com/\";
                                    var scripts = document.getElementsByTagName(\"script\");
                                    var embedder = scripts[scripts.length - 1];
                                    (function () {
                                        var appName = encodeURIComponent(window.location.hostname);
                                        if (appName == \"\") {
                                            appName = \"local\";
                                        }
                                        var s = document.createElement(\"script\");
                                        s.type = \"text/javascript\";
                                        s.async = true;
                                        var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&amp;tsym=USD';
                                        s.src = theUrl + (theUrl.indexOf(\"?\") &gt;= 0 ? \"&amp;\" : \"?\") + \"app=\" + appName;
                                        embedder.parentNode.appendChild(s);
                                    })();
    
                                
                            
                            
                                
                                    Subscribe to daily newsletter
                                    <a>Subscribe</a>
                                
                            
                            ";
                    // line 165
                    echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
                    echo "
                            ";
                    // line 166
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 166)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_8", "mobile" =&gt; "", "card" =&gt; "1"]));
                    // line 167
                    echo "                    
                    ";
                }
                // line 169
                echo "        
        ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  347 =&gt; 169,  343 =&gt; 167,  341 =&gt; 166,  337 =&gt; 165,  308 =&gt; 138,  306 =&gt; 137,  302 =&gt; 135,  300 =&gt; 134,  296 =&gt; 132,  294 =&gt; 131,  291 =&gt; 130,  288 =&gt; 129,  284 =&gt; 127,  282 =&gt; 126,  278 =&gt; 125,  242 =&gt; 92,  233 =&gt; 85,  231 =&gt; 84,  227 =&gt; 82,  225 =&gt; 81,  221 =&gt; 79,  219 =&gt; 78,  215 =&gt; 76,  212 =&gt; 75,  209 =&gt; 74,  204 =&gt; 71,  199 =&gt; 68,  197 =&gt; 67,  193 =&gt; 66,  189 =&gt; 65,  184 =&gt; 64,  180 =&gt; 62,  176 =&gt; 60,  174 =&gt; 59,  166 =&gt; 54,  139 =&gt; 37,  137 =&gt; 36,  134 =&gt; 35,  128 =&gt; 32,  125 =&gt; 31,  123 =&gt; 30,  119 =&gt; 28,  117 =&gt; 27,  113 =&gt; 25,  111 =&gt; 24,  98 =&gt; 23,  93 =&gt; 22,  89 =&gt; 20,  84 =&gt; 18,  80 =&gt; 17,  75 =&gt; 16,  73 =&gt; 15,  70 =&gt; 14,  67 =&gt; 13,  61 =&gt; 11,  59 =&gt; 10,  55 =&gt; 8,  51 =&gt; 6,  49 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/page.html.twig", "/var/www/utoday/web/themes/cryptod/templates/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 3, "include" =&gt; 5);
            static $filters = array("length" =&gt; 1, "escape" =&gt; 11, "render" =&gt; 23, "raw" =&gt; 54, "getBread" =&gt; 54);
            static $functions = array("drupal_view_result" =&gt; 1, "drupal_view" =&gt; 16, "url" =&gt; 23);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['length', 'escape', 'render', 'raw', 'getBread'],
                    ['drupal_view_result', 'drupal_view', '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('694594a8f1a22_page.html.twig_KyzEjlfvy-2K4HZF4IlgyESGz', '&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/cryptod/templates/page.html.twig */
    class __TwigTemplate_afc311ed320fd797f750f1c77455efb6 extends 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
            $context["view"] = twig_length_filter($this-&gt;env, views_get_view_result("banner", "block_17"));
            // line 2
            echo "
        ";
            // line 3
            if ((($context["view"] ?? null) &gt; 0)) {
                // line 4
                echo "        
                ";
                // line 5
                $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 5)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_17", "mobile" =&gt; "block_18", "ad" =&gt; "1"]));
                // line 6
                echo "        
        ";
            }
            // line 8
            echo "
    
        ";
            // line 10
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 10) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 10), "entity", [], "any", false, false, true, 10), "label", [], "any", false, false, true, 10) == "Landing"))) {
                // line 11
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
                echo "
        ";
            } else {
                // line 13
                echo "        ";
                if (($context["is_front"] ?? null)) {
                    // line 14
                    echo "            
                    ";
                    // line 15
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "isPublished", [], "method", false, false, true, 15)) {
                        // line 16
                        echo "                    ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_1"), "html", null, true);
                        echo "
                        ";
                        // line 17
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_2"), "html", null, true);
                        echo "
                        ";
                        // line 18
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_3"), "html", null, true);
                        echo "
                    ";
                    }
                    // line 20
                    echo "            
            ";
                }
                // line 22
                echo "        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "contenttop", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
                echo "
            env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "label", [], "any", false, false, true, 23) == "partner")) {
                    echo "main-aside-container";
                }
                if ((twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) || twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))))) {
                } else {
                    echo "main-aside-container ";
                    if (twig_in_filter("priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                        echo "container-price-index";
                    }
                }
                echo " \"&gt;
                ";
                // line 24
                if (twig_in_filter("priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 25
                    echo "                
                        
                            ";
                    // line 27
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 27)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "block_21"]));
                    // line 28
                    echo "                    
                        
                            ";
                    // line 30
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 30)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "block_7"]));
                    // line 31
                    echo "                    
                        ";
                    // line 32
                    echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
                    echo "
                    
                ";
                }
                // line 35
                echo "
                ";
                // line 36
                if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 36) || ($context["is_front"] ?? null)) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 36), "entity", [], "any", false, false, true, 36), "label", [], "any", false, false, true, 36) != "Basic page"))) {
                    // line 37
                    echo "            env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 37), "entity", [], "any", false, false, true, 37), "label", [], "any", false, false, true, 37) != "Profile")) {
                        echo "main-news-block";
                    }
                    echo " ";
                    if (($context["is_front"] ?? null)) {
                        echo "main_page";
                    }
                    echo "\"&gt;
    
                    
                        
                            ...
                            
                            <ul></ul>
                        
                        <ul itemscope>
                            <li itemscope>
                                <a>
                                    Home
                                </a>
                                
                            </li>
                            ";
                    // line 54
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getBread($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 54), 54, $this-&gt;source)));
                    echo "
                        </ul>
                    
    
    
                    ";
                } elseif (((twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) || (twig_get_attribute($this-&gt;env, $this-&gt;source,             // line 59
    ($context["node"] ?? null), "id", [], "any", false, false, true, 59) == 865)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 59), "entity", [], "any", false, false, true, 59), "label", [], "any", false, false, true, 59) == "Basic page"))) {
                    // line 60
                    echo "                
                        ";
                } elseif (!twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 62
                    echo "                    
                            ";
                }
                // line 64
                echo "                        ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "content", [], "any", false, false, true, 64), 64, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 65
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 65), 65, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 66
                echo $this-&gt;extensions['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), "bottom", [], "any", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
                echo "
                            ";
                // line 67
                if (!twig_in_filter("events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 68
                    echo "
                        
                        ";
                } elseif (twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) {
                    // line 71
                    echo "
                    
                    ";
                }
                // line 74
                echo "                ";
                if (((!twig_in_filter("/priceindex", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))) &amp;&amp; !twig_in_filter("/events", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl(""))))) &amp;&amp; !twig_in_filter("/partners", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")))))) {
                    // line 75
                    echo "                    ";
                    if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "id", [], "any", false, false, true, 75) != 865) &amp;&amp; (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 75), "entity", [], "any", false, false, true, 75), "label", [], "any", false, false, true, 75) != "Basic page"))) {
                        // line 76
                        echo "                        
                                
                                    ";
                        // line 78
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 78)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 79
                        echo "                            
                                
                                    ";
                        // line 81
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 81)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 82
                        echo "                            
                                
                                    ";
                        // line 84
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 84)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_7", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 85
                        echo "                            
                                
                                    
                                        
                                            Latest Press releases
                                        
                                        
                                            ";
                        // line 92
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, views_embed_view("last_news", "block_39"), "html", null, true);
                        echo "
                                        
                                    
                                
                                
                                    
                                        baseUrl = \"https://widgets.cryptocompare.com/\";
                                        var scripts = document.getElementsByTagName(\"script\");
                                        var embedder = scripts[scripts.length - 1];
                                        (function () {
                                            var appName = encodeURIComponent(window.location.hostname);
                                            if (appName == \"\") {
                                                appName = \"local\";
                                            }
                                            var s = document.createElement(\"script\");
                                            s.type = \"text/javascript\";
                                            s.async = true;
                                            var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&amp;tsym=USD';
                                            s.src = theUrl + (theUrl.indexOf(\"?\") &gt;= 0 ? \"&amp;\" : \"?\") + \"app=\" + appName;
                                            embedder.parentNode.appendChild(s);
                                        })();
    
                                    
                                
    
    
                                
                                    
                                        Subscribe to daily newsletter
                                        <a>Subscribe</a>
                                    
                                
    
                                ";
                        // line 125
                        echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 125), 125, $this-&gt;source), "html", null, true);
                        echo "
                                ";
                        // line 126
                        $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 126)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_8", "mobile" =&gt; "", "card" =&gt; "1"]));
                        // line 127
                        echo "                        
                        ";
                    }
                    // line 129
                    echo "                ";
                }
                // line 130
                echo "
                    ";
                // line 131
                if ((twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "type", [], "any", false, false, true, 131), "entity", [], "any", false, false, true, 131), "label", [], "any", false, false, true, 131) == "partner")) {
                    // line 132
                    echo "                    
                            
                                ";
                    // line 134
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 134)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_5", "mobile" =&gt; "block_21", "card" =&gt; "1"]));
                    // line 135
                    echo "                        
                            
                                ";
                    // line 137
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 137)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_6", "mobile" =&gt; "block_7", "card" =&gt; "1"]));
                    // line 138
                    echo "                        
                            
                                
                                    baseUrl = \"https://widgets.cryptocompare.com/\";
                                    var scripts = document.getElementsByTagName(\"script\");
                                    var embedder = scripts[scripts.length - 1];
                                    (function () {
                                        var appName = encodeURIComponent(window.location.hostname);
                                        if (appName == \"\") {
                                            appName = \"local\";
                                        }
                                        var s = document.createElement(\"script\");
                                        s.type = \"text/javascript\";
                                        s.async = true;
                                        var theUrl = baseUrl + 'serve/v1/coin/chart?fsym=BTC&amp;tsym=USD';
                                        s.src = theUrl + (theUrl.indexOf(\"?\") &gt;= 0 ? \"&amp;\" : \"?\") + \"app=\" + appName;
                                        embedder.parentNode.appendChild(s);
                                    })();
    
                                
                            
                            
                                
                                    Subscribe to daily newsletter
                                    <a>Subscribe</a>
                                
                            
                            ";
                    // line 165
                    echo $this-&gt;extensions['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), "left_content", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
                    echo "
                            ";
                    // line 166
                    $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/banner.html.twig"), "themes/cryptod/templates/page.html.twig", 166)-&gt;display(twig_array_merge($context, ["desktop" =&gt; "block_8", "mobile" =&gt; "", "card" =&gt; "1"]));
                    // line 167
                    echo "                    
                    ";
                }
                // line 169
                echo "        
        ";
            }
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/page.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  347 =&gt; 169,  343 =&gt; 167,  341 =&gt; 166,  337 =&gt; 165,  308 =&gt; 138,  306 =&gt; 137,  302 =&gt; 135,  300 =&gt; 134,  296 =&gt; 132,  294 =&gt; 131,  291 =&gt; 130,  288 =&gt; 129,  284 =&gt; 127,  282 =&gt; 126,  278 =&gt; 125,  242 =&gt; 92,  233 =&gt; 85,  231 =&gt; 84,  227 =&gt; 82,  225 =&gt; 81,  221 =&gt; 79,  219 =&gt; 78,  215 =&gt; 76,  212 =&gt; 75,  209 =&gt; 74,  204 =&gt; 71,  199 =&gt; 68,  197 =&gt; 67,  193 =&gt; 66,  189 =&gt; 65,  184 =&gt; 64,  180 =&gt; 62,  176 =&gt; 60,  174 =&gt; 59,  166 =&gt; 54,  139 =&gt; 37,  137 =&gt; 36,  134 =&gt; 35,  128 =&gt; 32,  125 =&gt; 31,  123 =&gt; 30,  119 =&gt; 28,  117 =&gt; 27,  113 =&gt; 25,  111 =&gt; 24,  98 =&gt; 23,  93 =&gt; 22,  89 =&gt; 20,  84 =&gt; 18,  80 =&gt; 17,  75 =&gt; 16,  73 =&gt; 15,  70 =&gt; 14,  67 =&gt; 13,  61 =&gt; 11,  59 =&gt; 10,  55 =&gt; 8,  51 =&gt; 6,  49 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/page.html.twig", "/var/www/utoday/web/themes/cryptod/templates/page.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("set" =&gt; 1, "if" =&gt; 3, "include" =&gt; 5);
            static $filters = array("length" =&gt; 1, "escape" =&gt; 11, "render" =&gt; 23, "raw" =&gt; 54, "getBread" =&gt; 54);
            static $functions = array("drupal_view_result" =&gt; 1, "drupal_view" =&gt; 16, "url" =&gt; 23);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['set', 'if', 'include'],
                    ['length', 'escape', 'render', 'raw', 'getBread'],
                    ['drupal_view_result', 'drupal_view', '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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_afc311ed320fd797f750f1c77455efb6', 'themes/cryptod/templates/page.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/page.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.VtHyus0oIbQMeNAwBcYLkrbAD0w,sites/default/files/php/twig/694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow/Ts9h3CYksF-9m7pwjLebT7I5LmrRqk77qBz20rrfaNs.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow', '&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/cryptod/templates/block--views-block--top-news-block-1.html.twig */
    class __TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa extends 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 $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 28, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--top-news-block-1.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 28);
            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('694594a8f1a22_block--views-block--top-n_gHa-MWZIqGmeACO-rl8Lk_wow', '&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/cryptod/templates/block--views-block--top-news-block-1.html.twig */
    class __TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa extends 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 $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 28, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--top-news-block-1.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--top-news-block-1.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 28);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_8ad1363ed41bdc62624e76b162bb24fa', 'themes/cryptod/templates/block--views-block--top-news-block-1.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/block--views-block--top-news-block-1.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/block--views-block--top-news-block-1.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 94)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.4YAWPiyIUjrBkhn64Skzd9SDjMA,sites/default/files/php/twig/694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz/lNatDX0tKGMjCF8gkWSI8rkzOLgu4xVwh5HuiAQhXh0.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz', '&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__35e467714c050fc951f9a3b33ec8597e */
    class __TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce extends 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;getUrl(""));
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getalias($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 1, $this-&gt;source)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__35e467714c050fc951f9a3b33ec8597e";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__35e467714c050fc951f9a3b33ec8597e", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1, "getalias" =&gt; 1);
            static $functions = array("url" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'getalias'],
                    ['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('694594a8f1a22___string_template__35e467_5MPPgX6csqkZK1yMQsEpvC4Lz', '&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__35e467714c050fc951f9a3b33ec8597e */
    class __TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce extends 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;getUrl(""));
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getalias($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["nid"] ?? null), 1, $this-&gt;source)), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "__string_template__35e467714c050fc951f9a3b33ec8597e";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__35e467714c050fc951f9a3b33ec8597e", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1, "getalias" =&gt; 1);
            static $functions = array("url" =&gt; 1);
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape', 'getalias'],
                    ['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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_ca78bfbe81f88aa5411a1ca3c07347ce', '__string_template__35e467714c050fc951f9a3b33ec8597e') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}{{ url('') }}{{ nid|getalias }}') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}{{ url('') }}{{ nid|getalias }}', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    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: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace('{{ url('') }}{{ nid|getalias }}', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    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: 285)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_39', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 242)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.mv6theef4xleNwFWm_fWMd3n9_4,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc/wDt7UFVXF7KNAwsLP7fOcifbAPVxW5uoL9iPb6TSIL4.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc', '&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/cryptod/templates/views-view-fields--last_news--block_39.html.twig */
    class __TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8 extends 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 echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
        </a>";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22_views-view-fields--last_n_6fkCJxuxXU-iL-bgXGKTNy_vc', '&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/cryptod/templates/views-view-fields--last_news--block_39.html.twig */
    class __TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8 extends 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 echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 1), "content", [], "any", false, false, true, 1), 1, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "title", [], "any", false, false, true, 2), "content", [], "any", false, false, true, 2), 2, $this-&gt;source), "html", null, true);
            echo "
        </a>";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  44 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_985f11f5dd25fbc6d3fee601eef461c8', 'themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_39.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_39', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 242)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.4cpWqXBQRCZzDiw6AkqB35jQpKk,sites/default/files/php/twig/694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98/b3_tCYex9RXGVf2qN3CjsbFr43mmcYb0g4WrANDv374.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98', '&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/cryptod/templates/block--views-block--last-news-block-37.html.twig */
    class __TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154 extends 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;renderVar(t("Recommended articles"));
            echo "
        
            ";
            // line 4
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 4,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-37.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("t" =&gt; 2, "escape" =&gt; 4);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['t', '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('694594a8f1a22_block--views-block--last-_CcJxPfJ1h2W1mhXamiINW2X98', '&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/cryptod/templates/block--views-block--last-news-block-37.html.twig */
    class __TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154 extends 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;renderVar(t("Recommended articles"));
            echo "
        
            ";
            // line 4
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 4, $this-&gt;source), "html", null, true);
            echo "
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  47 =&gt; 4,  42 =&gt; 2,  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-37.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("t" =&gt; 2, "escape" =&gt; 4);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['t', '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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154', 'themes/cryptod/templates/block--views-block--last-news-block-37.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.8wuMmSXGLluk1vnJw9rbnwQYvKQ,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L/OXUwxxvnjQchiK4duwsbe-bDdWSuK1nc6EtjW03yfeg.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L', '&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/cryptod/templates/views-view-fields--last_news--block_37.html.twig */
    class __TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b extends 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
            echo "
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 34
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", 34)-&gt;display($context);
            echo "
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 35), "content", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // line 36
            echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "</a>
    ";
            // line 38
            echo "    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this-&gt;source))), "html", null, true);
            echo "\"&gt;
                ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getimagetag($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getavatar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 40), "content", [], "any", false, false, true, 40), 40, $this-&gt;source)), "humble__img", ""));
            echo "
                ";
            // line 41
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source)));
            echo "</a>
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 =&gt; 41,  65 =&gt; 40,  61 =&gt; 39,  58 =&gt; 38,  54 =&gt; 36,  50 =&gt; 35,  46 =&gt; 34,  42 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 34);
            static $filters = array("escape" =&gt; 33, "getauthorlink" =&gt; 39, "render" =&gt; 39, "raw" =&gt; 40, "getimagetag" =&gt; 40, "getavatar" =&gt; 40, "getauthorname" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include'],
                    ['escape', 'getauthorlink', 'render', 'raw', 'getimagetag', 'getavatar', 'getauthorname'],
                    []
                );
            } 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('694594a8f1a22_views-view-fields--last_n_2UoAOTEKj3yxaIPswV8JsWO3L', '&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/cryptod/templates/views-view-fields--last_news--block_37.html.twig */
    class __TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b extends 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
            echo "
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 34
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", 34)-&gt;display($context);
            echo "
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 35), "content", [], "any", false, false, true, 35), 35, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // line 36
            echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "</a>
    ";
            // line 38
            echo "    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this-&gt;source))), "html", null, true);
            echo "\"&gt;
                ";
            // line 40
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getimagetag($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getavatar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 40), "content", [], "any", false, false, true, 40), 40, $this-&gt;source)), "humble__img", ""));
            echo "
                ";
            // line 41
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source)));
            echo "</a>
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  69 =&gt; 41,  65 =&gt; 40,  61 =&gt; 39,  58 =&gt; 38,  54 =&gt; 36,  50 =&gt; 35,  46 =&gt; 34,  42 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 34);
            static $filters = array("escape" =&gt; 33, "getauthorlink" =&gt; 39, "render" =&gt; 39, "raw" =&gt; 40, "getimagetag" =&gt; 40, "getavatar" =&gt; 40, "getauthorname" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include'],
                    ['escape', 'getauthorlink', 'render', 'raw', 'getimagetag', 'getavatar', 'getauthorname'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_4858e9d9b980e91ecdfca0f420049e7b', 'themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_37.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_37', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 47)
    __TwigTemplate_e4fff1a0c56c70a6ba4bf11c2a96f154->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-37.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.DR-YfMjetUSOCQgbuCKMyjybWIM,sites/default/files/php/twig/694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT/ydjb7bVKA7Wzn5A60vX9LdqIle_OyncFepbnRs0gXdY.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT', '&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/cryptod/templates/block--views-block--last-news-block-6.html.twig */
    class __TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95 extends 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 "
        
            Our social media
            There's a lot to see there, too
            
                <a>
                        
                    </a><a>
                        
                    </a><a>
                        
                    </a><a>
                        
                    </a>
            
        
    
    
        Popular articles
        
            ";
            // line 51
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 51, $this-&gt;source), "html", null, true);
            echo "
        
        <a>Show all</a>
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  64 =&gt; 51,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-6.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 51);
            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('694594a8f1a22_block--views-block--last-_Lr5wrsPmk2imiYXmxxcnHsAGT', '&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/cryptod/templates/block--views-block--last-news-block-6.html.twig */
    class __TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95 extends 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 "
        
            Our social media
            There's a lot to see there, too
            
                <a>
                        
                    </a><a>
                        
                    </a><a>
                        
                    </a><a>
                        
                    </a>
            
        
    
    
        Popular articles
        
            ";
            // line 51
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 51, $this-&gt;source), "html", null, true);
            echo "
        
        <a>Show all</a>
    
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  64 =&gt; 51,  39 =&gt; 28,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/block--views-block--last-news-block-6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/block--views-block--last-news-block-6.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 51);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95', 'themes/cryptod/templates/block--views-block--last-news-block-6.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.SUeMATWFsKqy8yPmBVxZbraHI3w,sites/default/files/php/twig/694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk/Xq66wfYbNTb4-I_i3JIalL27U8toQ_iOHT6vfJXXTnQ.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk', '&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/cryptod/templates/views-view-fields--last_news--block_6.html.twig */
    class __TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6 extends 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
            echo "
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 34
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", 34)-&gt;display($context);
            echo "
        
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // line 37
            echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 37), "content", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
            echo "
        </a>
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_tags", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
            echo "
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source))), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source)));
            echo "</a>
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  65 =&gt; 41,  60 =&gt; 39,  55 =&gt; 37,  51 =&gt; 36,  46 =&gt; 34,  42 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 34);
            static $filters = array("escape" =&gt; 33, "getauthorlink" =&gt; 41, "render" =&gt; 41, "raw" =&gt; 41, "getauthorname" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include'],
                    ['escape', 'getauthorlink', 'render', 'raw', 'getauthorname'],
                    []
                );
            } 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('694594a8f1a22_views-view-fields--last_n_RyMMjrGpzDTs5ANTmSqgUl1jk', '&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/cryptod/templates/views-view-fields--last_news--block_6.html.twig */
    class __TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6 extends 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
            echo "
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_kategoria", [], "any", false, false, true, 33), "content", [], "any", false, false, true, 33), 33, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 34
            $this-&gt;loadTemplate((($context["directory"] ?? null) . "/templates/time.html.twig"), "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", 34)-&gt;display($context);
            echo "
        
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "view_node", [], "any", false, false, true, 36), "content", [], "any", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "\"&gt;
            ";
            // line 37
            echo $this-&gt;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["fields"] ?? null), "title", [], "any", false, false, true, 37), "content", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
            echo "
        </a>
        ";
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_tags", [], "any", false, false, true, 39), "content", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
            echo "
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorlink($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source))), "html", null, true);
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\cryptocompare\TwigExtension\RemoveSpace']-&gt;getauthorname($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["fields"] ?? null), "field_content_author", [], "any", false, false, true, 41), "content", [], "any", false, false, true, 41), 41, $this-&gt;source)));
            echo "</a>
        
    
    ";
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  65 =&gt; 41,  60 =&gt; 39,  55 =&gt; 37,  51 =&gt; 36,  46 =&gt; 34,  42 =&gt; 33,  39 =&gt; 32,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("include" =&gt; 34);
            static $filters = array("escape" =&gt; 33, "getauthorlink" =&gt; 41, "render" =&gt; 41, "raw" =&gt; 41, "getauthorname" =&gt; 41);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    ['include'],
                    ['escape', 'getauthorlink', 'render', 'raw', 'getauthorname'],
                    []
                );
            } 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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_e0b438d60f0aa4ae11f3d2d39fdb09a6', 'themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-fields--last_news--block_6.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields__last_news__block_6', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 42)
    __TwigTemplate_24d05d95d97828dc3adb292bd0b33caf->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 64)
    __TwigTemplate_0cf87c8774dbc53eddcfd7d2a377af95->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/block--views-block--last-news-block-6.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 278)
    __TwigTemplate_afc311ed320fd797f750f1c77455efb6->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/page.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.R0MZE3GYy9o1qCukA3eATyQGfrM,sites/default/files/php/twig/694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN/TnaXR2cH-d-n8VG-1MyXhgc_r0EaInC_R1qhrkJFJ5I.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN', '&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/cryptod/templates/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_4bc30d6935fe9885deca0c433a58499c extends 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/cryptod/templates/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/cryptod/templates/off-canvas-page-wrapper.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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('694594a8f1a22_off-canvas-page-wrapper.h__3e_H_nHqzDMZGd-0k6YOpcgN', '&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/cryptod/templates/off-canvas-page-wrapper.html.twig */
    class __TwigTemplate_4bc30d6935fe9885deca0c433a58499c extends 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/cryptod/templates/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/cryptod/templates/off-canvas-page-wrapper.html.twig", "/var/www/utoday/web/themes/cryptod/templates/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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_4bc30d6935fe9885deca0c433a58499c', 'themes/cryptod/templates/off-canvas-page-wrapper.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/off-canvas-page-wrapper.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/off-canvas-page-wrapper.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 492)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 287)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.A_Dp6nFs_mZHDML9vIWcdxmzY9s,sites/default/files/php/twig/694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb/62pqfCG62YnuTniU9V-z6BSgclDvlrt9KLylJuCABtA.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb', '&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__04369c84679fc64347e68e21696049d3 */
    class __TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e extends 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 "'";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "',";
        }
    
        public function getTemplateName()
        {
            return "__string_template__04369c84679fc64347e68e21696049d3";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__04369c84679fc64347e68e21696049d3", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 112)
    Drupal\Core\Template\TwigPhpStorageCache->write('694594a8f1a22___string_template__04369c_Lyu_lkWuVXKJ6btlubqtYL-bb', '&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__04369c84679fc64347e68e21696049d3 */
    class __TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e extends 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 "'";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_node"] ?? null), 1, $this-&gt;source), "html", null, true);
            echo "',";
        }
    
        public function getTemplateName()
        {
            return "__string_template__04369c84679fc64347e68e21696049d3";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 1,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "__string_template__04369c84679fc64347e68e21696049d3", "");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 1);
            static $functions = array();
    
            try {
                $this-&gt;sandbox-&gt;checkSecurity(
                    [],
                    ['escape'],
                    []
                );
            } catch (SecurityError $e) {
                $e-&gt;setSourceContext($this-&gt;source);
    
                if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                    $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
                } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                    $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
                } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                    $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
                }
    
                throw $e;
            }
    
        }
    }
    ') (Line: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_9f1b726df45b319ac13f9b188cc8d87e', '__string_template__04369c84679fc64347e68e21696049d3') (Line: 402)
    Twig\Environment->createTemplate('{# inline_template_start #}'{{ view_node }}',') (Line: 234)
    Drupal\Core\Template\TwigEnvironment->renderInline('{# inline_template_start #}'{{ view_node }}',', Array) (Line: 53)
    Drupal\Core\Render\Element\InlineTemplate::preRenderInlineTemplate(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    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: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
    Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 424)
    Drupal\views\Plugin\views\PluginBase->viewsTokenReplace(''{{ view_node }}',', Array) (Line: 1396)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderAltered(Array, Array) (Line: 1289)
    Drupal\views\Plugin\views\field\FieldPluginBase->renderText(Array) (Line: 1224)
    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: 285)
    Drupal\Core\Theme\ThemeManager->render('views_view_field', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 1784)
    Drupal\views\Plugin\views\field\FieldPluginBase->theme(Object) (Line: 765)
    Drupal\views\Plugin\views\style\StylePluginBase->elementPreRenderRow(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 704)
    Drupal\views\Plugin\views\style\StylePluginBase->renderFields(Array) (Line: 570)
    Drupal\views\Plugin\views\style\StylePluginBase->renderGrouping(Array, Array, 1) (Line: 461)
    Drupal\views\Plugin\views\style\StylePluginBase->render(Array) (Line: 2181)
    Drupal\views\Plugin\views\display\DisplayPluginBase->render() (Line: 1548)
    Drupal\views\ViewExecutable->render() (Line: 2471)
    Drupal\views\Plugin\views\display\DisplayPluginBase->preview() (Line: 1677)
    Drupal\views\ViewExecutable->preview('block_1', Array) (Line: 66)
    Drupal\views\Element\View::preRenderViewElement(Array)
    call_user_func_array(Array, Array) (Line: 111)
    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: 377)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.7s4KK6bVE0JZZZEP989ThOn6p6g,sites/default/files/php/twig/694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM/0Ks1xcZ0wZ6z9Pkg6xvGL0K75K5tAkQy_JfbGY-Pbbw.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM', '&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/cryptod/templates/views-view--infinit.html.twig */
    class __TwigTemplate_bf329deae79a51190442417f88bfbdd2 extends 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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 33, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view--infinit.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view--infinit.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--infinit.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 33);
            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('694594a8f1a22_views-view--infinit.html._rmQfagMkK8Rwtus1tOWRBJvMM', '&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/cryptod/templates/views-view--infinit.html.twig */
    class __TwigTemplate_bf329deae79a51190442417f88bfbdd2 extends 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
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["rows"] ?? null), 33, $this-&gt;source), "html", null, true);
        }
    
        public function getTemplateName()
        {
            return "themes/cryptod/templates/views-view--infinit.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  39 =&gt; 33,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "themes/cryptod/templates/views-view--infinit.html.twig", "/var/www/utoday/web/themes/cryptod/templates/views-view--infinit.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array();
            static $filters = array("escape" =&gt; 33);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_bf329deae79a51190442417f88bfbdd2', 'themes/cryptod/templates/views-view--infinit.html.twig') (Line: 312)
    Twig\Environment->load('themes/cryptod/templates/views-view--infinit.html.twig') (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view--infinit.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view__infinit', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    
  • Warning: rename(sites/default/files/php/twig/.6UHMzVW1l7o11MzN6iDeiXmDsoc,sites/default/files/php/twig/694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7/EqnI-lv8jdaGLRv-ZzbVf59Q6aUfqH92nGI-W-Yf4lI.php): Permission denied in Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save() (line 88 of core/lib/Drupal/Component/PhpStorage/MTimeProtectedFastFileStorage.php).
    Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/views/templates/views-view-fields.html.twig */
    class __TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc extends 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 35
                echo $this-&gt;extensions['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, 35), 35, $this-&gt;source), "html", null, true);
                // line 36
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 36)) {
                    // line 37
                    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, 37), 37, $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, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 39
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 39)) {
                    // line 40
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 40)) {
                        // line 41
                        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, 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_attributes", [], "any", false, false, true, 41), 41, $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, 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);
                        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, 41), 41, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 43
                        echo $this-&gt;extensions['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, 43), 43, $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, 43), 43, $this-&gt;source), "html", null, true);
                    }
                }
                // line 46
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 46)) {
                    // line 47
                    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, 47), 47, $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, 47), 47, $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, 47), 47, $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, 47), 47, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // 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["field"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                }
                // line 51
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 51)) {
                    // line 52
                    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, 52), 52, $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/modules/views/templates/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  90 =&gt; 52,  88 =&gt; 51,  85 =&gt; 49,  75 =&gt; 47,  73 =&gt; 46,  68 =&gt; 43,  57 =&gt; 41,  55 =&gt; 40,  53 =&gt; 39,  47 =&gt; 37,  45 =&gt; 36,  43 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/views/templates/views-view-fields.html.twig", "/var/www/utoday/web/core/modules/views/templates/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 34, "if" =&gt; 36);
            static $filters = array("escape" =&gt; 35);
            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('694594a8f1a22_views-view-fields.html.tw_mWNOIKVyF243UWSx_W1dQLeS7', '&lt;?php
    
    use Twig\Environment;
    use Twig\Error\LoaderError;
    use Twig\Error\RuntimeError;
    use Twig\Extension\SandboxExtension;
    use Twig\Markup;
    use Twig\Sandbox\SecurityError;
    use Twig\Sandbox\SecurityNotAllowedTagError;
    use Twig\Sandbox\SecurityNotAllowedFilterError;
    use Twig\Sandbox\SecurityNotAllowedFunctionError;
    use Twig\Source;
    use Twig\Template;
    
    /* core/modules/views/templates/views-view-fields.html.twig */
    class __TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc extends 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['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["fields"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["field"]) {
                // line 35
                echo $this-&gt;extensions['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, 35), 35, $this-&gt;source), "html", null, true);
                // line 36
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 36)) {
                    // line 37
                    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, 37), 37, $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, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                }
                // line 39
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label", [], "any", false, false, true, 39)) {
                    // line 40
                    if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "label_element", [], "any", false, false, true, 40)) {
                        // line 41
                        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, 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_attributes", [], "any", false, false, true, 41), 41, $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, 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);
                        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, 41), 41, $this-&gt;source), "html", null, true);
                        echo "&gt;";
                    } else {
                        // line 43
                        echo $this-&gt;extensions['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, 43), 43, $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, 43), 43, $this-&gt;source), "html", null, true);
                    }
                }
                // line 46
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "element_type", [], "any", false, false, true, 46)) {
                    // line 47
                    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, 47), 47, $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, 47), 47, $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, 47), 47, $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, 47), 47, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // 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["field"], "content", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
                }
                // line 51
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["field"], "wrapper_element", [], "any", false, false, true, 51)) {
                    // line 52
                    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, 52), 52, $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/modules/views/templates/views-view-fields.html.twig";
        }
    
        public function isTraitable()
        {
            return false;
        }
    
        public function getDebugInfo()
        {
            return array (  90 =&gt; 52,  88 =&gt; 51,  85 =&gt; 49,  75 =&gt; 47,  73 =&gt; 46,  68 =&gt; 43,  57 =&gt; 41,  55 =&gt; 40,  53 =&gt; 39,  47 =&gt; 37,  45 =&gt; 36,  43 =&gt; 35,  39 =&gt; 34,);
        }
    
        public function getSourceContext()
        {
            return new Source("", "core/modules/views/templates/views-view-fields.html.twig", "/var/www/utoday/web/core/modules/views/templates/views-view-fields.html.twig");
        }
        
        public function checkSecurity()
        {
            static $tags = array("for" =&gt; 34, "if" =&gt; 36);
            static $filters = array("escape" =&gt; 35);
            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: 352)
    Twig\Environment->loadTemplate('__TwigTemplate_b9e41cae3184fba61069d8d0eb9e8edc', 'core/modules/views/templates/views-view-fields.html.twig') (Line: 312)
    Twig\Environment->load('core/modules/views/templates/views-view-fields.html.twig') (Line: 53)
    twig_render_template('core/modules/views/templates/views-view-fields.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_fields', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 49)
    __TwigTemplate_483391511ccd600fb9026e9f3ff3b3f4->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view-unformatted.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view_unformatted', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
    __TwigTemplate_bf329deae79a51190442417f88bfbdd2->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/templates/views-view--infinit.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('views_view__infinit', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array) (Line: 449)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 474)
    Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 751)
    __TwigTemplate_fb1615b1195cf30513eb741d53bb20bd->doDisplay(Array, Array) (Line: 394)
    Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
    Twig\Template->display(Array) (Line: 379)
    Twig\Template->render(Array, Array) (Line: 40)
    Twig\TemplateWrapper->render(Array) (Line: 53)
    twig_render_template('themes/cryptod/html.html.twig', Array) (Line: 372)
    Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 436)
    Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
    Drupal\Core\Render\Renderer->render(Array) (Line: 158)
    Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 583)
    Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
    Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
    Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
    call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
    Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 187)
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
    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: 51)
    Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
    Drupal\Core\DrupalKernel->handle(Object) (Line: 18)
    

XRP Community Stunned as Ripple CTO Flags Crypto-Draining Scam

Fri, 24/10/2025 - 16:02
Ripple CTO David Schwartz captivated the XRP community when he flagged a crypto draining scam posted by an X user, continuing to call out scam threats in the space.
Advertisement
XRP Community Stunned as Ripple CTO Flags Crypto-Draining Scam
Cover image via U.Today

Disclaimer: The opinions expressed by our writers are their own and do not represent the views of U.Today. The financial and market information provided on U.Today is intended for informational purposes only. U.Today is not liable for any financial losses incurred while trading cryptocurrencies. Conduct your own research by contacting financial experts before making any investment decisions. We believe that all content is accurate as of the date of publication, but certain offers mentioned may no longer be available.

Read U.TODAY on
Google News

Ripple CTO David Schwartz recently caught the awe of the XRP community after flagging a crypto-draining scam at just one look.

Advertisement

It all started on X when a user claiming to be a former Uniswap developer said he had information on a bug that lets users make 41% profit on every swap.

To back up his claims, the X user shared a GitHub code. While the assertion by the X user might seem true, given the GitHub code shared, the Ripple CTO was quick to call out the scam, which he flagged as a crypto-draining scam.

"This is an obvious crypto drainer that contains no code that could provide any kind of yield for anyone but the criminal who wrote it," Schwartz stated.

Advertisement

Taking a step further, the Ripple CTO opened an issue on GitHub, flagging the code as a crypto drainer.

XRP community stunned

The recent action by the Ripple CTO has captivated the XRP community, with some members hailing the move as a scam-detecting move. 

Advertisement

During the week, the Ripple CTO issued a message of caution to the XRP community, highlighting a huge increase in phishing emails claiming hardware wallet security upgrades or verification processes.

Schwartz urges the XRP community to ignore any such messages unless they can independently confirm them and to never enter a hardware wallet's seed phrase into anything other than the hardware wallet.

This comes amid a recent call for XRP holders to protect their assets, as U.Today earlier previously. While self-custody remains a viable option, users are urged to take necessary precautions and have proper understanding and education even when just exploring such an option.

Advertisement
Advertisement
Advertisement
Advertisement
Subscribe to daily newsletter

Recommended articles

Our social media
There's a lot to see there, too
Popular articles
Advertisement
AD