Official Tourism Website of the Municipality of Piraeus
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--node--title.html.t_oPgosy_GWcSrgNkn3aba2_FYn', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--title.html.twig */
class __TwigTemplate_3571419627282eefe541b32cab3c906c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--title.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--title.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--title.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--title.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_field--node--title.html.t_oPgosy_GWcSrgNkn3aba2_FYn', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--title.html.twig */
class __TwigTemplate_3571419627282eefe541b32cab3c906c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--title.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--title.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--title.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--title.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_3571419627282eefe541b32cab3c906c', 'core/themes/classy/templates/field/field--node--title.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--node--title.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--node--title.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 110)
Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53___string_template__15e4c2_oJ_DuaE0tPFT7wH3p-3UHux45', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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_d033faf7f38bc5b41bda31edd27759ca extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
    }

    public function getTemplateName()
    {
        return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("nl2br" => 1, "escape" => 1);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                [],
                ['nl2br', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53___string_template__15e4c2_oJ_DuaE0tPFT7wH3p-3UHux45', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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_d033faf7f38bc5b41bda31edd27759ca extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 1
        echo twig_nl2br($this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["value"] ?? null), 1, $this->source), "html", null, true));
    }

    public function getTemplateName()
    {
        return "__string_template__15e4c2886fb2554f14cf09e05167a91f";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 => 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "__string_template__15e4c2886fb2554f14cf09e05167a91f", "");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("nl2br" => 1, "escape" => 1);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                [],
                ['nl2br', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d033faf7f38bc5b41bda31edd27759ca', '__string_template__15e4c2886fb2554f14cf09e05167a91f', NULL) (Line: 381)
Twig\Environment->loadTemplate('__string_template__15e4c2886fb2554f14cf09e05167a91f') (Line: 462)
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: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_3571419627282eefe541b32cab3c906c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--node--title.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 110)
Drupal\Core\Entity\Controller\EntityViewController->buildTitle(Array)
call_user_func_array(Array, Array) (Line: 101)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 788)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 374)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--node--created.html_id0vVf8ErfJp-ZhUnA_9Fs7cv', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--created.html.twig */
class __TwigTemplate_c0757d0ea4ad95ae014dc500211e4906 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--created.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--created.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--created.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--created.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_field--node--created.html_id0vVf8ErfJp-ZhUnA_9Fs7cv', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--created.html.twig */
class __TwigTemplate_c0757d0ea4ad95ae014dc500211e4906 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--created.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--created.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--created.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--created.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_c0757d0ea4ad95ae014dc500211e4906', 'core/themes/classy/templates/field/field--node--created.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--node--created.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--node--created.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 517)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--node--uid.html.twi_9pgZq4dLLJLrPQK7SArHuG_Gl', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--uid.html.twig */
class __TwigTemplate_c2868b400f2864925aa8e87d84eb699c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--uid.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--uid.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--uid.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--uid.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_field--node--uid.html.twi_9pgZq4dLLJLrPQK7SArHuG_Gl', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--node--uid.html.twig */
class __TwigTemplate_c2868b400f2864925aa8e87d84eb699c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 28
        if ( !($context["is_inline"] ?? null)) {
            // line 29
            echo "  ";
            $this->loadTemplate("field.html.twig", "core/themes/classy/templates/field/field--node--uid.html.twig", 29)->display($context);
        } else {
            // line 32
            $context["classes"] = [0 => "field", 1 => ("field--name-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 34
($context["field_name"] ?? null), 34, $this->source))), 2 => ("field--type-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(            // line 35
($context["field_type"] ?? null), 35, $this->source))), 3 => ("field--label-" . $this->sandbox->ensureToStringAllowed(            // line 36
($context["label_display"] ?? null), 36, $this->source))];
            // line 39
            echo "extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["attributes"] ?? null), "addClass", [0 => ($context["classes"] ?? null)], "method", false, false, true, 39), 39, $this->source), "html", null, true);
            echo ">";
            // line 40
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
                // line 41
                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, 41), 41, $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 43
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--node--uid.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  64 => 43,  58 => 41,  54 => 40,  50 => 39,  48 => 36,  47 => 35,  46 => 34,  45 => 32,  41 => 29,  39 => 28,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--node--uid.html.twig", "/var/www/html/core/themes/classy/templates/field/field--node--uid.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" => 28, "include" => 29, "set" => 32, "for" => 40);
        static $filters = array("clean_class" => 34, "escape" => 39);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['if', 'include', 'set', 'for'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e->setSourceContext($this->source);

            if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
                $e->setTemplateLine($tags[$e->getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
                $e->setTemplateLine($filters[$e->getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
                $e->setTemplateLine($functions[$e->getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_c2868b400f2864925aa8e87d84eb699c', 'core/themes/classy/templates/field/field--node--uid.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--node--uid.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--node--uid.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 519)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_username.html.twig_GKxnFRkqqOn3_oJJy5lX3cwQx', '<?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/user/username.html.twig */
class __TwigTemplate_292a17fc5ee2d2fac31e81ec4c95e1d2 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this->source = $this->getSourceContext();

        $this->parent = false;

        $this->blocks = [
        ];
        $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
        $this->checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this->macros;
        // line 25
        if (($context["link_path"] ?? null)) {
            // line 26
            echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "username"], "method", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "</a>";
        } else {
            // line 28
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo "";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/user/username.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/user/username.html.twig", "/var/www/html/core/themes/classy/templates/user/username.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 25);
        static $filters = array("escape" =&gt; 26);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_username.html.twig_GKxnFRkqqOn3_oJJy5lX3cwQx', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/user/username.html.twig */
class __TwigTemplate_292a17fc5ee2d2fac31e81ec4c95e1d2 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 25
        if (($context["link_path"] ?? null)) {
            // line 26
            echo "<a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "username"], "method", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 26, $this-&gt;source), "html", null, true);
            echo "</a>";
        } else {
            // line 28
            echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["name"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["extra"] ?? null), 28, $this-&gt;source), "html", null, true);
            echo "";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/user/username.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  49 =&gt; 28,  41 =&gt; 26,  39 =&gt; 25,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/user/username.html.twig", "/var/www/html/core/themes/classy/templates/user/username.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 25);
        static $filters = array("escape" =&gt; 26);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_292a17fc5ee2d2fac31e81ec4c95e1d2', 'core/themes/classy/templates/user/username.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/user/username.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/user/username.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('username', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_c2868b400f2864925aa8e87d84eb699c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--node--uid.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 519)
template_preprocess_node(Array, 'node', Array)
call_user_func_array('template_preprocess_node', Array) (Line: 287)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_node.html.twig_0Ru0eeAq39l5dkb6dHlSkLrop', '&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/tripin/templates/node.html.twig */
class __TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 63
        $context["classes"] = [0 =&gt; "node", 1 =&gt; ("node--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 65
($context["node"] ?? null), "bundle", [], "any", false, false, true, 65), 65, $this-&gt;source))), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 66
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 66)) ? ("node--promoted") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 67
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 67)) ? ("node--sticky") : ("")), 4 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 68
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 68)) ? ("node--unpublished") : ("")), 5 =&gt; ((        // line 69
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 69, $this-&gt;source)))) : ("")), 6 =&gt; "clearfix", 7 =&gt; "default-template"];
        // line 74
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("classy/node"), "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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
        echo "&gt;
  
    ";
        // line 77
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 77, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 78
        if ( !($context["page"] ?? null)) {
            // line 79
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "node__title"], "method", false, false, true, 79), 79, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "\" rel=\"bookmark\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "</a>
      
    ";
        }
        // line 83
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 83, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 84
        if ((($context["display_submitted"] ?? null) &amp;&amp; (($context["view_mode"] ?? null) != "search_index"))) {
            // line 85
            echo "      
        ";
            // line 86
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_picture"] ?? null), 86, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_attributes"] ?? null), 87, $this-&gt;source), "html", null, true);
            echo "&gt;
          ";
            // line 88
            echo t("Submitted by @author_name on @date", array("@author_name" =&gt; ($context["author_name"] ?? null), "@date" =&gt; ($context["date"] ?? null), ));
            // line 89
            echo "        
        ";
            // line 90
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["metadata"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "
      
    ";
        }
        // line 93
        echo "  
  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; "node__content", 1 =&gt; "clearfix"], "method", false, false, true, 94), 94, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 95
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 95), 0, [], "any", false, false, true, 95)) {
            // line 96
            echo "      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_image_background_default"] ?? null), 97, $this-&gt;source), "html", null, true);
            echo "')\"&gt;
          
            
              
                
                
                  
                  
                
                
                ";
            // line 107
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 107)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 108
                echo "                  
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::imageStyleFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 109), "uri", [], "any", false, false, true, 109), "value", [], "any", false, false, true, 109), 109, $this-&gt;source), "slider_1"), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "alt", [], "any", false, false, true, 109), "value", [], "any", false, false, true, 109), 109, $this-&gt;source), "html", null, true);
                echo "\" loading=\"lazy\" typeof=\"foaf:Image\" /&gt;
                  
                ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 112
            echo "                
              
            
          
        
        
          
            
              
                ";
            // line 121
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 121)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#items"] ?? null) : null));
            $context['loop'] = [
              'parent' =&gt; $context['_parent'],
              'index0' =&gt; 0,
              'index'  =&gt; 1,
              'first'  =&gt; true,
            ];
            if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                $length = count($context['_seq']);
                $context['loop']['revindex0'] = $length - 1;
                $context['loop']['revindex'] = $length;
                $context['loop']['length'] = $length;
                $context['loop']['last'] = 1 === $length;
            }
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 122
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 122), "uri", [], "any", false, false, true, 122), "value", [], "any", false, false, true, 122), 122, $this-&gt;source)), "html", null, true);
                echo "\" class=\"img media-item ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "first", [], "any", false, false, true, 122)) ? ("first") : ("")));
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "last", [], "any", false, false, true, 122)) ? ("last") : ("")));
                echo "\"&gt;
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::imageStyleFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 123), "uri", [], "any", false, false, true, 123), "value", [], "any", false, false, true, 123), 123, $this-&gt;source), "medium"), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "alt", [], "any", false, false, true, 123), "value", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
                echo "\" /&gt;
                </a>
                ";
                ++$context['loop']['index0'];
                ++$context['loop']['index'];
                $context['loop']['first'] = false;
                if (isset($context['loop']['length'])) {
                    --$context['loop']['revindex0'];
                    --$context['loop']['revindex'];
                    $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 126
            echo "              
            
          
        
      
    ";
        }
        // line 132
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 132, $this-&gt;source), "field_images"), "html", null, true);
        echo "
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/node.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  210 =&gt; 132,  202 =&gt; 126,  183 =&gt; 123,  174 =&gt; 122,  157 =&gt; 121,  146 =&gt; 112,  135 =&gt; 109,  132 =&gt; 108,  128 =&gt; 107,  115 =&gt; 97,  112 =&gt; 96,  110 =&gt; 95,  106 =&gt; 94,  103 =&gt; 93,  97 =&gt; 90,  94 =&gt; 89,  92 =&gt; 88,  88 =&gt; 87,  84 =&gt; 86,  81 =&gt; 85,  79 =&gt; 84,  74 =&gt; 83,  66 =&gt; 80,  61 =&gt; 79,  59 =&gt; 78,  55 =&gt; 77,  50 =&gt; 75,  46 =&gt; 74,  44 =&gt; 69,  43 =&gt; 68,  42 =&gt; 67,  41 =&gt; 66,  40 =&gt; 65,  39 =&gt; 63,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/node.html.twig", "/var/www/html/themes/tripin/templates/node.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 63, "if" =&gt; 78, "trans" =&gt; 88, "for" =&gt; 107);
        static $filters = array("clean_class" =&gt; 65, "escape" =&gt; 74, "image_style" =&gt; 109, "without" =&gt; 132);
        static $functions = array("attach_library" =&gt; 74, "file_url" =&gt; 122);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'trans', 'for'],
                ['clean_class', 'escape', 'image_style', 'without'],
                ['attach_library', 'file_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('696a15d688d53_node.html.twig_0Ru0eeAq39l5dkb6dHlSkLrop', '&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/tripin/templates/node.html.twig */
class __TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 63
        $context["classes"] = [0 =&gt; "node", 1 =&gt; ("node--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 65
($context["node"] ?? null), "bundle", [], "any", false, false, true, 65), 65, $this-&gt;source))), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 66
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 66)) ? ("node--promoted") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 67
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 67)) ? ("node--sticky") : ("")), 4 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 68
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 68)) ? ("node--unpublished") : ("")), 5 =&gt; ((        // line 69
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 69, $this-&gt;source)))) : ("")), 6 =&gt; "clearfix", 7 =&gt; "default-template"];
        // line 74
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("classy/node"), "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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
        echo "&gt;
  
    ";
        // line 77
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 77, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 78
        if ( !($context["page"] ?? null)) {
            // line 79
            echo "      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "node__title"], "method", false, false, true, 79), 79, $this-&gt;source), "html", null, true);
            echo "&gt;
        <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "\" rel=\"bookmark\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "</a>
      
    ";
        }
        // line 83
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 83, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 84
        if ((($context["display_submitted"] ?? null) &amp;&amp; (($context["view_mode"] ?? null) != "search_index"))) {
            // line 85
            echo "      
        ";
            // line 86
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_picture"] ?? null), 86, $this-&gt;source), "html", null, true);
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["author_attributes"] ?? null), 87, $this-&gt;source), "html", null, true);
            echo "&gt;
          ";
            // line 88
            echo t("Submitted by @author_name on @date", array("@author_name" =&gt; ($context["author_name"] ?? null), "@date" =&gt; ($context["date"] ?? null), ));
            // line 89
            echo "        
        ";
            // line 90
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["metadata"] ?? null), 90, $this-&gt;source), "html", null, true);
            echo "
      
    ";
        }
        // line 93
        echo "  
  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; "node__content", 1 =&gt; "clearfix"], "method", false, false, true, 94), 94, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 95
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 95), 0, [], "any", false, false, true, 95)) {
            // line 96
            echo "      
        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_image_background_default"] ?? null), 97, $this-&gt;source), "html", null, true);
            echo "')\"&gt;
          
            
              
                
                
                  
                  
                
                
                ";
            // line 107
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 107)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#items"] ?? null) : null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 108
                echo "                  
                    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::imageStyleFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 109), "uri", [], "any", false, false, true, 109), "value", [], "any", false, false, true, 109), 109, $this-&gt;source), "slider_1"), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "alt", [], "any", false, false, true, 109), "value", [], "any", false, false, true, 109), 109, $this-&gt;source), "html", null, true);
                echo "\" loading=\"lazy\" typeof=\"foaf:Image\" /&gt;
                  
                ";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 112
            echo "                
              
            
          
        
        
          
            
              
                ";
            // line 121
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 121)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#items"] ?? null) : null));
            $context['loop'] = [
              'parent' =&gt; $context['_parent'],
              'index0' =&gt; 0,
              'index'  =&gt; 1,
              'first'  =&gt; true,
            ];
            if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                $length = count($context['_seq']);
                $context['loop']['revindex0'] = $length - 1;
                $context['loop']['revindex'] = $length;
                $context['loop']['length'] = $length;
                $context['loop']['last'] = 1 === $length;
            }
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 122
                echo "                <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 122), "uri", [], "any", false, false, true, 122), "value", [], "any", false, false, true, 122), 122, $this-&gt;source)), "html", null, true);
                echo "\" class=\"img media-item ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "first", [], "any", false, false, true, 122)) ? ("first") : ("")));
                echo " ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "last", [], "any", false, false, true, 122)) ? ("last") : ("")));
                echo "\"&gt;
                  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::imageStyleFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(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["item"], "entity", [], "any", false, false, true, 123), "uri", [], "any", false, false, true, 123), "value", [], "any", false, false, true, 123), 123, $this-&gt;source), "medium"), "html", null, true);
                echo "\" alt=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "alt", [], "any", false, false, true, 123), "value", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
                echo "\" /&gt;
                </a>
                ";
                ++$context['loop']['index0'];
                ++$context['loop']['index'];
                $context['loop']['first'] = false;
                if (isset($context['loop']['length'])) {
                    --$context['loop']['revindex0'];
                    --$context['loop']['revindex'];
                    $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 126
            echo "              
            
          
        
      
    ";
        }
        // line 132
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 132, $this-&gt;source), "field_images"), "html", null, true);
        echo "
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/node.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  210 =&gt; 132,  202 =&gt; 126,  183 =&gt; 123,  174 =&gt; 122,  157 =&gt; 121,  146 =&gt; 112,  135 =&gt; 109,  132 =&gt; 108,  128 =&gt; 107,  115 =&gt; 97,  112 =&gt; 96,  110 =&gt; 95,  106 =&gt; 94,  103 =&gt; 93,  97 =&gt; 90,  94 =&gt; 89,  92 =&gt; 88,  88 =&gt; 87,  84 =&gt; 86,  81 =&gt; 85,  79 =&gt; 84,  74 =&gt; 83,  66 =&gt; 80,  61 =&gt; 79,  59 =&gt; 78,  55 =&gt; 77,  50 =&gt; 75,  46 =&gt; 74,  44 =&gt; 69,  43 =&gt; 68,  42 =&gt; 67,  41 =&gt; 66,  40 =&gt; 65,  39 =&gt; 63,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/node.html.twig", "/var/www/html/themes/tripin/templates/node.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 63, "if" =&gt; 78, "trans" =&gt; 88, "for" =&gt; 107);
        static $filters = array("clean_class" =&gt; 65, "escape" =&gt; 74, "image_style" =&gt; 109, "without" =&gt; 132);
        static $functions = array("attach_library" =&gt; 74, "file_url" =&gt; 122);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'trans', 'for'],
                ['clean_class', 'escape', 'image_style', 'without'],
                ['attach_library', 'file_url']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1', 'themes/tripin/templates/node.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/node.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_layout--onecol.html.twig_qUgNldo3qN-Jtw6JnneWAH7uC', '&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/tripin/templates/layouts/onecol/layout--onecol.html.twig */
class __TwigTemplate_f0cdf0ca62e2aad8755124803e960572 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "layout", 1 =&gt; "layout--onecol"];
        // line 7
        if (($context["content"] ?? null)) {
            // line 8
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
            echo "&gt;
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["region_attributes"] ?? null), "content", [], "any", false, false, true, 9), "addClass", [0 =&gt; "layout__region", 1 =&gt; "layout__region--content"], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 10
            echo $this-&gt;extensions['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), "content", [], "any", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "
    
  
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/layouts/onecol/layout--onecol.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 10,  48 =&gt; 9,  43 =&gt; 8,  41 =&gt; 7,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/layouts/onecol/layout--onecol.html.twig", "/var/www/html/themes/tripin/templates/layouts/onecol/layout--onecol.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 7);
        static $filters = array("escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_layout--onecol.html.twig_qUgNldo3qN-Jtw6JnneWAH7uC', '&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/tripin/templates/layouts/onecol/layout--onecol.html.twig */
class __TwigTemplate_f0cdf0ca62e2aad8755124803e960572 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "layout", 1 =&gt; "layout--onecol"];
        // line 7
        if (($context["content"] ?? null)) {
            // line 8
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
            echo "&gt;
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["region_attributes"] ?? null), "content", [], "any", false, false, true, 9), "addClass", [0 =&gt; "layout__region", 1 =&gt; "layout__region--content"], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 10
            echo $this-&gt;extensions['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), "content", [], "any", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "
    
  
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/layouts/onecol/layout--onecol.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 10,  48 =&gt; 9,  43 =&gt; 8,  41 =&gt; 7,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/layouts/onecol/layout--onecol.html.twig", "/var/www/html/themes/tripin/templates/layouts/onecol/layout--onecol.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 7);
        static $filters = array("escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_f0cdf0ca62e2aad8755124803e960572', 'themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block.html.twig__eRG0fbHDF24IbuVRBarxo1Di', '&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/tripin/templates/blocks/system/block.html.twig */
class __TwigTemplate_97fd5c1492a4c766376651768b0c26ff extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ("block-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["elements"] ?? null), "content", [], "any", false, false, true, 6)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#block_content"] ?? null) : null), "id", [], "method", false, false, true, 6), 6, $this-&gt;source))];
        // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 9), "addClass", [0 =&gt; "_block"], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 10
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 10, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 11
        if (($context["label"] ?? null)) {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "block_title"], "method", false, false, true, 12), 12, $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), 12, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 14
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 14, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 15
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 20
        echo "
";
    }

    // line 15
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; "ccn-content"], "method", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
        echo "&gt;
      ";
        // line 17
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/system/block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  85 =&gt; 17,  80 =&gt; 16,  76 =&gt; 15,  71 =&gt; 20,  69 =&gt; 15,  64 =&gt; 14,  56 =&gt; 12,  54 =&gt; 11,  50 =&gt; 10,  45 =&gt; 9,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/system/block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 11, "block" =&gt; 15);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 9);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block.html.twig__eRG0fbHDF24IbuVRBarxo1Di', '&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/tripin/templates/blocks/system/block.html.twig */
class __TwigTemplate_97fd5c1492a4c766376651768b0c26ff extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ("block-id-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["elements"] ?? null), "content", [], "any", false, false, true, 6)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#block_content"] ?? null) : null), "id", [], "method", false, false, true, 6), 6, $this-&gt;source))];
        // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 9), "addClass", [0 =&gt; "_block"], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 10
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 10, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 11
        if (($context["label"] ?? null)) {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "block_title"], "method", false, false, true, 12), 12, $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), 12, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 14
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 14, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 15
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 20
        echo "
";
    }

    // line 15
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content_attributes"] ?? null), "addClass", [0 =&gt; "ccn-content"], "method", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
        echo "&gt;
      ";
        // line 17
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/system/block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  85 =&gt; 17,  80 =&gt; 16,  76 =&gt; 15,  71 =&gt; 20,  69 =&gt; 15,  64 =&gt; 14,  56 =&gt; 12,  54 =&gt; 11,  50 =&gt; 10,  45 =&gt; 9,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/system/block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 11, "block" =&gt; 15);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 9);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_97fd5c1492a4c766376651768b0c26ff', 'themes/tripin/templates/blocks/system/block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/system/block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_links--node.html.twig_sEB435cF-OfQpZIoxSZNV3RZX', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/content/links--node.html.twig */
class __TwigTemplate_ef478be3cdf469bc0acfd690cd7a8a5d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 36
        if (($context["links"] ?? null)) {
            // line 37
            echo "  
    ";
            // line 38
            $this-&gt;loadTemplate("links.html.twig", "core/themes/classy/templates/content/links--node.html.twig", 38)-&gt;display($context);
            // line 39
            echo "  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/content/links--node.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  46 =&gt; 39,  44 =&gt; 38,  41 =&gt; 37,  39 =&gt; 36,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/content/links--node.html.twig", "/var/www/html/core/themes/classy/templates/content/links--node.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 36, "include" =&gt; 38);
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'include'],
                [],
                []
            );
        } 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('696a15d688d53_links--node.html.twig_sEB435cF-OfQpZIoxSZNV3RZX', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/content/links--node.html.twig */
class __TwigTemplate_ef478be3cdf469bc0acfd690cd7a8a5d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 36
        if (($context["links"] ?? null)) {
            // line 37
            echo "  
    ";
            // line 38
            $this-&gt;loadTemplate("links.html.twig", "core/themes/classy/templates/content/links--node.html.twig", 38)-&gt;display($context);
            // line 39
            echo "  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/content/links--node.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  46 =&gt; 39,  44 =&gt; 38,  41 =&gt; 37,  39 =&gt; 36,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/content/links--node.html.twig", "/var/www/html/core/themes/classy/templates/content/links--node.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 36, "include" =&gt; 38);
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'include'],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_ef478be3cdf469bc0acfd690cd7a8a5d', 'core/themes/classy/templates/content/links--node.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/content/links--node.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/content/links--node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('links__node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--formatted-text.htm_mSau7NxSeBgLp2S5vUX5qBcd-', '&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/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig */
class __TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // line 10
        $context["block_style"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_block_style", [], "any", false, false, true, 10)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 10), "value", [], "any", false, false, true, 10);
        // line 11
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 66
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 13))) {
            echo "office";
        }
        echo "\"&gt;
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["block_style"] ?? null), 14, $this-&gt;source), "html", null, true);
        echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($context["block_style"] ?? null) == "style_2")) ? ("row") : ("")));
        echo "\"&gt;
          ";
        // line 16
        if ((($context["block_style"] ?? null) == "style_2")) {
            echo "";
        }
        // line 17
        echo "            ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 18
        if (($context["label"] ?? null)) {
            // line 19
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 19, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 21
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 21))) {
            // line 22
            echo "            
              ";
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 26
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 26))) {
            // line 27
            echo "            
              ";
            // line 28
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 31
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            // line 32
            echo "          
          
          ";
        }
        // line 35
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 35))) {
            // line 36
            echo "              
                
                  
                  
                
                
                  ";
            // line 42
            echo $this-&gt;extensions['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_images", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
            echo "
                
              
            ";
        }
        // line 46
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 46))) {
            // line 47
            echo "            
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_5 = (($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 48)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 48), "entity", [], "any", false, false, true, 48), "uri", [], "any", false, false, true, 48), "value", [], "any", false, false, true, 48), 48, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"\" style=\"width: 100%;\"&gt;
              ";
            // 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["content"] ?? null), "field_subtitle", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 52
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            // line 53
            echo "          
          
          ";
        }
        // line 56
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_bottom", [], "any", false, false, true, 56))) {
            // line 57
            echo "            
              ";
            // line 58
            echo $this-&gt;extensions['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_paragraph_bottom", [], "any", false, false, true, 58), 58, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 61
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            echo "";
        }
        // line 62
        echo "        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  190 =&gt; 62,  185 =&gt; 61,  179 =&gt; 58,  176 =&gt; 57,  173 =&gt; 56,  168 =&gt; 53,  165 =&gt; 52,  159 =&gt; 49,  155 =&gt; 48,  152 =&gt; 47,  149 =&gt; 46,  142 =&gt; 42,  134 =&gt; 36,  131 =&gt; 35,  126 =&gt; 32,  123 =&gt; 31,  117 =&gt; 28,  114 =&gt; 27,  111 =&gt; 26,  105 =&gt; 23,  102 =&gt; 22,  100 =&gt; 21,  96 =&gt; 20,  90 =&gt; 19,  88 =&gt; 18,  83 =&gt; 17,  79 =&gt; 16,  75 =&gt; 15,  71 =&gt; 14,  64 =&gt; 13,  60 =&gt; 12,  55 =&gt; 66,  53 =&gt; 12,  48 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 12, "if" =&gt; 13);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "render" =&gt; 13);
        static $functions = array("file_url" =&gt; 48);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                ['file_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('696a15d688d53_block--formatted-text.htm_mSau7NxSeBgLp2S5vUX5qBcd-', '&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/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig */
class __TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // line 10
        $context["block_style"] = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_block_style", [], "any", false, false, true, 10)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 10), "value", [], "any", false, false, true, 10);
        // line 11
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 66
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 13))) {
            echo "office";
        }
        echo "\"&gt;
      extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["block_style"] ?? null), 14, $this-&gt;source), "html", null, true);
        echo "\"&gt;
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($context["block_style"] ?? null) == "style_2")) ? ("row") : ("")));
        echo "\"&gt;
          ";
        // line 16
        if ((($context["block_style"] ?? null) == "style_2")) {
            echo "";
        }
        // line 17
        echo "            ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 18
        if (($context["label"] ?? null)) {
            // line 19
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 19, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 21
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 21))) {
            // line 22
            echo "            
              ";
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "body", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 26
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 26))) {
            // line 27
            echo "            
              ";
            // line 28
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 31
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            // line 32
            echo "          
          
          ";
        }
        // line 35
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_images", [], "any", false, false, true, 35))) {
            // line 36
            echo "              
                
                  
                  
                
                
                  ";
            // line 42
            echo $this-&gt;extensions['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_images", [], "any", false, false, true, 42), 42, $this-&gt;source), "html", null, true);
            echo "
                
              
            ";
        }
        // line 46
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 46))) {
            // line 47
            echo "            
              extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_5 = (($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 48)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 48), "entity", [], "any", false, false, true, 48), "uri", [], "any", false, false, true, 48), "value", [], "any", false, false, true, 48), 48, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"\" style=\"width: 100%;\"&gt;
              ";
            // 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["content"] ?? null), "field_subtitle", [], "any", false, false, true, 49), 49, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 52
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            // line 53
            echo "          
          
          ";
        }
        // line 56
        echo "            ";
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_bottom", [], "any", false, false, true, 56))) {
            // line 57
            echo "            
              ";
            // line 58
            echo $this-&gt;extensions['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_paragraph_bottom", [], "any", false, false, true, 58), 58, $this-&gt;source), "html", null, true);
            echo "
            
            ";
        }
        // line 61
        echo "          ";
        if ((($context["block_style"] ?? null) == "style_2")) {
            echo "";
        }
        // line 62
        echo "        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  190 =&gt; 62,  185 =&gt; 61,  179 =&gt; 58,  176 =&gt; 57,  173 =&gt; 56,  168 =&gt; 53,  165 =&gt; 52,  159 =&gt; 49,  155 =&gt; 48,  152 =&gt; 47,  149 =&gt; 46,  142 =&gt; 42,  134 =&gt; 36,  131 =&gt; 35,  126 =&gt; 32,  123 =&gt; 31,  117 =&gt; 28,  114 =&gt; 27,  111 =&gt; 26,  105 =&gt; 23,  102 =&gt; 22,  100 =&gt; 21,  96 =&gt; 20,  90 =&gt; 19,  88 =&gt; 18,  83 =&gt; 17,  79 =&gt; 16,  75 =&gt; 15,  71 =&gt; 14,  64 =&gt; 13,  60 =&gt; 12,  55 =&gt; 66,  53 =&gt; 12,  48 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 12, "if" =&gt; 13);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "render" =&gt; 13);
        static $functions = array("file_url" =&gt; 48);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                ['file_url']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae', 'themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--text-with-summary._PcQ5-qPnjB8vc7K2v-zMevvTM', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--text-with-summary.html.twig */
class __TwigTemplate_aeba7826c61421c21040809423633c9c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field--text.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-with-summary.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_field--text-with-summary._PcQ5-qPnjB8vc7K2v-zMevvTM', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--text-with-summary.html.twig */
class __TwigTemplate_aeba7826c61421c21040809423633c9c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field--text.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-with-summary.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--text-with-summary.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--text-with-summary.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-with-summary.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_aeba7826c61421c21040809423633c9c', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--text-with-summary.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 100)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--text.html.twig_ejXma58uOahJMngIGFNceFyLB', '&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;

/* field--text.html.twig */
class __TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 28
        $context["attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "clearfix", 1 =&gt; "text-formatted"], "method", false, false, true, 28);
        // line 1
        $this-&gt;parent = $this-&gt;loadTemplate("field.html.twig", "field--text.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "field--text.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  45 =&gt; 1,  43 =&gt; 28,  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 28);
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                [],
                []
            );
        } 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('696a15d688d53_field--text.html.twig_ejXma58uOahJMngIGFNceFyLB', '&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;

/* field--text.html.twig */
class __TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 28
        $context["attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "clearfix", 1 =&gt; "text-formatted"], "method", false, false, true, 28);
        // line 1
        $this-&gt;parent = $this-&gt;loadTemplate("field.html.twig", "field--text.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "field--text.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  45 =&gt; 1,  43 =&gt; 28,  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "field--text.html.twig", "core/themes/classy/templates/field/field--text.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 28);
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8', 'field--text.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('field--text.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('field--text.html.twig', 'core/themes/classy/templates/field/field--text-with-summary.html.twig', 1) (Line: 42)
__TwigTemplate_aeba7826c61421c21040809423633c9c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 100)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field.html.twig_2g4nKPcXbP2j-LrRYSLNpg1ZF', '&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;

/* field.html.twig */
class __TwigTemplate_9411d4b9af530e6882014230b6ea08e7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["label_hidden"] ?? null)) {
            // line 2
            echo "  ";
            if (($context["multiple"] ?? null)) {
                // line 3
                echo "    ";
                // line 4
                echo "      ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 5
                    echo "        ";
                    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, 5), 5, $this-&gt;source), "html", null, true);
                    echo " ";
                    // line 6
                    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 7
                echo "    ";
                // line 8
                echo "  ";
            } else {
                // line 9
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 10
                    echo "      ";
                    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, 10), 10, $this-&gt;source), "html", null, true);
                    echo " ";
                    // line 11
                    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 12
                echo "  ";
            }
        } else {
            // line 14
            echo "  ";
            // line 16
            echo "    ";
            if (($context["multiple"] ?? null)) {
                // line 17
                echo "      ";
                // line 18
                echo "    ";
            }
            // line 19
            echo "    ";
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 20
                echo "      ";
                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, 20), 20, $this-&gt;source), "html", null, true);
                // line 21
                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 22
            echo "    ";
            if (($context["multiple"] ?? null)) {
                // line 23
                echo "      ";
                // line 24
                echo "    ";
            }
            // line 25
            echo "  ";
        }
    }

    public function getTemplateName()
    {
        return "field.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  120 =&gt; 25,  117 =&gt; 24,  115 =&gt; 23,  112 =&gt; 22,  106 =&gt; 21,  102 =&gt; 20,  97 =&gt; 19,  94 =&gt; 18,  92 =&gt; 17,  89 =&gt; 16,  87 =&gt; 14,  83 =&gt; 12,  77 =&gt; 11,  72 =&gt; 10,  67 =&gt; 9,  64 =&gt; 8,  62 =&gt; 7,  56 =&gt; 6,  51 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "field.html.twig", "themes/tripin/templates/field.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 1, "for" =&gt; 4);
        static $filters = array("escape" =&gt; 5);
        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('696a15d688d53_field.html.twig_2g4nKPcXbP2j-LrRYSLNpg1ZF', '&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;

/* field.html.twig */
class __TwigTemplate_9411d4b9af530e6882014230b6ea08e7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["label_hidden"] ?? null)) {
            // line 2
            echo "  ";
            if (($context["multiple"] ?? null)) {
                // line 3
                echo "    ";
                // line 4
                echo "      ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 5
                    echo "        ";
                    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, 5), 5, $this-&gt;source), "html", null, true);
                    echo " ";
                    // line 6
                    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 7
                echo "    ";
                // line 8
                echo "  ";
            } else {
                // line 9
                echo "    ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 10
                    echo "      ";
                    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, 10), 10, $this-&gt;source), "html", null, true);
                    echo " ";
                    // line 11
                    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 12
                echo "  ";
            }
        } else {
            // line 14
            echo "  ";
            // line 16
            echo "    ";
            if (($context["multiple"] ?? null)) {
                // line 17
                echo "      ";
                // line 18
                echo "    ";
            }
            // line 19
            echo "    ";
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 20
                echo "      ";
                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, 20), 20, $this-&gt;source), "html", null, true);
                // line 21
                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 22
            echo "    ";
            if (($context["multiple"] ?? null)) {
                // line 23
                echo "      ";
                // line 24
                echo "    ";
            }
            // line 25
            echo "  ";
        }
    }

    public function getTemplateName()
    {
        return "field.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  120 =&gt; 25,  117 =&gt; 24,  115 =&gt; 23,  112 =&gt; 22,  106 =&gt; 21,  102 =&gt; 20,  97 =&gt; 19,  94 =&gt; 18,  92 =&gt; 17,  89 =&gt; 16,  87 =&gt; 14,  83 =&gt; 12,  77 =&gt; 11,  72 =&gt; 10,  67 =&gt; 9,  64 =&gt; 8,  62 =&gt; 7,  56 =&gt; 6,  51 =&gt; 5,  46 =&gt; 4,  44 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "field.html.twig", "themes/tripin/templates/field.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 1, "for" =&gt; 4);
        static $filters = array("escape" =&gt; 5);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'for'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_9411d4b9af530e6882014230b6ea08e7', 'field.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('field.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('field.html.twig', 'field--text.html.twig', 1) (Line: 45)
__TwigTemplate_a5e8eaead2100bcffaeea05d1014bba8->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 43)
__TwigTemplate_aeba7826c61421c21040809423633c9c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-with-summary.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 100)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--text-long.html.twi_-vVK162OYeT35N5RgsmkAiJoc', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--text-long.html.twig */
class __TwigTemplate_144789f4b77a9937b24714344d721007 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field--text.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-long.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--text-long.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--text-long.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-long.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_field--text-long.html.twi_-vVK162OYeT35N5RgsmkAiJoc', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/field--text-long.html.twig */
class __TwigTemplate_144789f4b77a9937b24714344d721007 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "field--text.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("field--text.html.twig", "core/themes/classy/templates/field/field--text-long.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/field--text-long.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  36 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/field--text-long.html.twig", "/var/www/html/core/themes/classy/templates/field/field--text-long.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array();
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                [],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_144789f4b77a9937b24714344d721007', 'core/themes/classy/templates/field/field--text-long.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/field--text-long.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/field--text-long.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 112)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_media.html.twig_IgHNG3al5Z5DI1-bmT1GVnJ4l', '&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/tripin/templates/media.html.twig */
class __TwigTemplate_0a6a3ceab708a61f0384d155d907caa3 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 1, $this-&gt;source), "html", null, true);
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 2, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 3
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 3, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 4
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 4, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/media.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 4,  48 =&gt; 3,  44 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/media.html.twig", "/var/www/html/themes/tripin/templates/media.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('696a15d688d53_media.html.twig_IgHNG3al5Z5DI1-bmT1GVnJ4l', '&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/tripin/templates/media.html.twig */
class __TwigTemplate_0a6a3ceab708a61f0384d155d907caa3 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 1, $this-&gt;source), "html", null, true);
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 2, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 3
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 3, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 4
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 4, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/media.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 4,  48 =&gt; 3,  44 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/media.html.twig", "/var/www/html/themes/tripin/templates/media.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: 409)
Twig\Environment->loadClass('__TwigTemplate_0a6a3ceab708a61f0384d155d907caa3', 'themes/tripin/templates/media.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/media.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/media.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('media', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 150)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_image-formatter.html.twig_qTwNp5qhXYwR_iXrJkbxwPU0W', '&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/tripin/templates/image-formatter.html.twig */
class __TwigTemplate_b5a96fbeac1cd07a13c8bfff1169f645 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null), 1, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/image-formatter.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/image-formatter.html.twig", "/var/www/html/themes/tripin/templates/image-formatter.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('696a15d688d53_image-formatter.html.twig_qTwNp5qhXYwR_iXrJkbxwPU0W', '&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/tripin/templates/image-formatter.html.twig */
class __TwigTemplate_b5a96fbeac1cd07a13c8bfff1169f645 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null), 1, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/image-formatter.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/image-formatter.html.twig", "/var/www/html/themes/tripin/templates/image-formatter.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: 409)
Twig\Environment->loadClass('__TwigTemplate_b5a96fbeac1cd07a13c8bfff1169f645', 'themes/tripin/templates/image-formatter.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/image-formatter.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/image-formatter.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 40)
__TwigTemplate_0a6a3ceab708a61f0384d155d907caa3->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/media.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('media', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 150)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_image-style.html.twig_SkpBVv1XWX03my2v9q1-2fsdu', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/image-style.html.twig */
class __TwigTemplate_dec3f0534e793c1a59321f4a7a14d144 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/image-style.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 18,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/image-style.html.twig", "/var/www/html/core/themes/classy/templates/field/image-style.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 18);
        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('696a15d688d53_image-style.html.twig_SkpBVv1XWX03my2v9q1-2fsdu', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/image-style.html.twig */
class __TwigTemplate_dec3f0534e793c1a59321f4a7a14d144 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["image"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/image-style.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 18,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/image-style.html.twig", "/var/www/html/core/themes/classy/templates/field/image-style.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 18);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_dec3f0534e793c1a59321f4a7a14d144', 'core/themes/classy/templates/field/image-style.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/image-style.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/image-style.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_b5a96fbeac1cd07a13c8bfff1169f645->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/image-formatter.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 40)
__TwigTemplate_0a6a3ceab708a61f0384d155d907caa3->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/media.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('media', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 150)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_image.html.twig_0lj5OzqOu3AbooUesSLWPkAqr', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/image.html.twig */
class __TwigTemplate_7c438b86b0028cc47ef068bed2c05a26 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 14
        $context["classes"] = [0 =&gt; ((        // line 15
($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style_name"] ?? null), 15, $this-&gt;source)))) : (""))];
        // line 18
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
        echo " /&gt;
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/image.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  42 =&gt; 18,  40 =&gt; 15,  39 =&gt; 14,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/image.html.twig", "/var/www/html/core/themes/classy/templates/field/image.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 14);
        static $filters = array("clean_class" =&gt; 15, "escape" =&gt; 18);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_image.html.twig_0lj5OzqOu3AbooUesSLWPkAqr', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/field/image.html.twig */
class __TwigTemplate_7c438b86b0028cc47ef068bed2c05a26 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 14
        $context["classes"] = [0 =&gt; ((        // line 15
($context["style_name"] ?? null)) ? (("image-style-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["style_name"] ?? null), 15, $this-&gt;source)))) : (""))];
        // line 18
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
        echo " /&gt;
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/field/image.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  42 =&gt; 18,  40 =&gt; 15,  39 =&gt; 14,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/field/image.html.twig", "/var/www/html/core/themes/classy/templates/field/image.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 14);
        static $filters = array("clean_class" =&gt; 15, "escape" =&gt; 18);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7c438b86b0028cc47ef068bed2c05a26', 'core/themes/classy/templates/field/image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/field/image.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/field/image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_dec3f0534e793c1a59321f4a7a14d144->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/field/image-style.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_style', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_b5a96fbeac1cd07a13c8bfff1169f645->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/image-formatter.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_formatter', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 40)
__TwigTemplate_0a6a3ceab708a61f0384d155d907caa3->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/media.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('media', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 150)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--facts.html.twig_RzcCA5pGYFek6UJzomwSl85Pw', '&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/tripin/templates/blocks/cocoon/custom/block--facts.html.twig */
class __TwigTemplate_1b0749c83d7705a7dfa61cc2344ff195 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 24
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    
      
        
          ";
        // line 15
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 16
        if (($context["label"] ?? null)) {
            // line 17
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "
          ";
        }
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
        echo "
        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  83 =&gt; 19,  79 =&gt; 18,  73 =&gt; 17,  71 =&gt; 16,  67 =&gt; 15,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 24,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--facts.html.twig_RzcCA5pGYFek6UJzomwSl85Pw', '&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/tripin/templates/blocks/cocoon/custom/block--facts.html.twig */
class __TwigTemplate_1b0749c83d7705a7dfa61cc2344ff195 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 24
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    
      
        
          ";
        // line 15
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 16
        if (($context["label"] ?? null)) {
            // line 17
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "
          ";
        }
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
        echo "
        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  83 =&gt; 19,  79 =&gt; 18,  73 =&gt; 17,  71 =&gt; 16,  67 =&gt; 15,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 24,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_1b0749c83d7705a7dfa61cc2344ff195', 'themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_paragraph--fact.html.twig_fDz5E3g7x8p4_kM5JUJj7D0bl', '&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/tripin/templates/paragraphs/paragraph--fact.html.twig */
class __TwigTemplate_73503dfc339d91ed5f5336247250ae42 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "  
    ";
        // line 12
        echo $this-&gt;extensions['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_subtitle", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 13
        echo $this-&gt;extensions['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_title", [], "any", false, false, true, 13), 13, $this-&gt;source), "html", null, true);
        echo "
    
        ";
        // line 15
        echo $this-&gt;extensions['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_body_plain", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo "
    




  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--fact.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  73 =&gt; 15,  68 =&gt; 13,  64 =&gt; 12,  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--fact.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--fact.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_paragraph--fact.html.twig_fDz5E3g7x8p4_kM5JUJj7D0bl', '&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/tripin/templates/paragraphs/paragraph--fact.html.twig */
class __TwigTemplate_73503dfc339d91ed5f5336247250ae42 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "  
    ";
        // line 12
        echo $this-&gt;extensions['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_subtitle", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 13
        echo $this-&gt;extensions['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_title", [], "any", false, false, true, 13), 13, $this-&gt;source), "html", null, true);
        echo "
    
        ";
        // line 15
        echo $this-&gt;extensions['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_body_plain", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo "
    




  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--fact.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  73 =&gt; 15,  68 =&gt; 13,  64 =&gt; 12,  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--fact.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--fact.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_73503dfc339d91ed5f5336247250ae42', 'themes/tripin/templates/paragraphs/paragraph--fact.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--fact.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--fact.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 83)
__TwigTemplate_1b0749c83d7705a7dfa61cc2344ff195->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_1b0749c83d7705a7dfa61cc2344ff195->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--facts.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_cocoon-fullwidth.html.twi_5yxEk2dNEGCjfiRuZ31FKwvq2', '&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/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig */
class __TwigTemplate_e45468c770bbac3bdd584c0940ecf050 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
";
        // line 3
        $context["classes"] = [0 =&gt; "layout", 1 =&gt; "layout--onecol", 2 =&gt; "cocoon"];
        // line 9
        if (($context["content"] ?? null)) {
            // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "&gt;

    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["region_attributes"] ?? null), "main", [], "any", false, false, true, 12), "addClass", [0 =&gt; "layout__region", 1 =&gt; "layout__region--content"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 13
            echo $this-&gt;extensions['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), "main", [], "any", false, false, true, 13), 13, $this-&gt;source), "html", null, true);
            echo "
    
  
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  56 =&gt; 13,  52 =&gt; 12,  46 =&gt; 10,  44 =&gt; 9,  42 =&gt; 3,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig", "/var/www/html/themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 3, "if" =&gt; 9);
        static $filters = array("escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_cocoon-fullwidth.html.twi_5yxEk2dNEGCjfiRuZ31FKwvq2', '&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/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig */
class __TwigTemplate_e45468c770bbac3bdd584c0940ecf050 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
";
        // line 3
        $context["classes"] = [0 =&gt; "layout", 1 =&gt; "layout--onecol", 2 =&gt; "cocoon"];
        // line 9
        if (($context["content"] ?? null)) {
            // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "&gt;

    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["region_attributes"] ?? null), "main", [], "any", false, false, true, 12), "addClass", [0 =&gt; "layout__region", 1 =&gt; "layout__region--content"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 13
            echo $this-&gt;extensions['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), "main", [], "any", false, false, true, 13), 13, $this-&gt;source), "html", null, true);
            echo "
    
  
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  56 =&gt; 13,  52 =&gt; 12,  46 =&gt; 10,  44 =&gt; 9,  42 =&gt; 3,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig", "/var/www/html/themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 3, "if" =&gt; 9);
        static $filters = array("escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_e45468c770bbac3bdd584c0940ecf050', 'themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('cocoon_fullwidth', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--team.html.twig_FdY3oHYniOox8QbA0Wtn0p-Xp', '&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/tripin/templates/blocks/cocoon/custom/block--team.html.twig */
class __TwigTemplate_637017fb200d81dac326055a1660d066 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 41
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "
  
    
      
        
          ";
        // line 17
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 17, $this-&gt;source), "html", null, true);
        if (($context["label"] ?? null)) {
            echo "";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "";
        }
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 18
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 18)) {
            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_subtitle", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
            echo "";
        }
        // line 19
        echo "          
            
            
          
        
        ";
        // line 24
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 24))) {
            // line 25
            echo "        
          ";
            // line 26
            echo $this-&gt;extensions['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_paragraph_top", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "
        
        ";
        }
        // line 29
        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["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
        echo "
            
          
        
      
    
  

  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  108 =&gt; 32,  103 =&gt; 29,  97 =&gt; 26,  94 =&gt; 25,  92 =&gt; 24,  85 =&gt; 19,  79 =&gt; 18,  69 =&gt; 17,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 41,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 17);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10, "render" =&gt; 24);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                []
            );
        } 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('696a15d688d53_block--team.html.twig_FdY3oHYniOox8QbA0Wtn0p-Xp', '&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/tripin/templates/blocks/cocoon/custom/block--team.html.twig */
class __TwigTemplate_637017fb200d81dac326055a1660d066 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section ccn-identify__about"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 41
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "
  
    
      
        
          ";
        // line 17
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 17, $this-&gt;source), "html", null, true);
        if (($context["label"] ?? null)) {
            echo "";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "";
        }
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 17, $this-&gt;source), "html", null, true);
        echo "
          ";
        // line 18
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 18)) {
            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_subtitle", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
            echo "";
        }
        // line 19
        echo "          
            
            
          
        
        ";
        // line 24
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 24))) {
            // line 25
            echo "        
          ";
            // line 26
            echo $this-&gt;extensions['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_paragraph_top", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "
        
        ";
        }
        // line 29
        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["content"] ?? null), "field_paragraphs", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
        echo "
            
          
        
      
    
  

  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  108 =&gt; 32,  103 =&gt; 29,  97 =&gt; 26,  94 =&gt; 25,  92 =&gt; 24,  85 =&gt; 19,  79 =&gt; 18,  69 =&gt; 17,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 41,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 17);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10, "render" =&gt; 24);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_637017fb200d81dac326055a1660d066', 'themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_e45468c770bbac3bdd584c0940ecf050->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('cocoon_fullwidth', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_paragraph--team-member.ht_m_28RWfLQu1-HHiTRUeJ7Zwoi', '&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/tripin/templates/paragraphs/paragraph--team-member.html.twig */
class __TwigTemplate_7cb6d76688f158bad07499ec5a404a21 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "    
      
        
          ";
        // line 14
        echo $this-&gt;extensions['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, 14), 14, $this-&gt;source), "html", null, true);
        echo "
        
        
          
            ";
        // line 18
        echo $this-&gt;extensions['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_paragraphs", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
        echo "
          
        
      
      ";
        // line 22
        echo $this-&gt;extensions['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_title", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
        echo "
      ";
        // line 23
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
        echo "
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--team-member.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 =&gt; 23,  80 =&gt; 22,  73 =&gt; 18,  66 =&gt; 14,  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--team-member.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--team-member.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 14);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_paragraph--team-member.ht_m_28RWfLQu1-HHiTRUeJ7Zwoi', '&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/tripin/templates/paragraphs/paragraph--team-member.html.twig */
class __TwigTemplate_7cb6d76688f158bad07499ec5a404a21 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "    
      
        
          ";
        // line 14
        echo $this-&gt;extensions['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, 14), 14, $this-&gt;source), "html", null, true);
        echo "
        
        
          
            ";
        // line 18
        echo $this-&gt;extensions['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_paragraphs", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
        echo "
          
        
      
      ";
        // line 22
        echo $this-&gt;extensions['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_title", [], "any", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
        echo "
      ";
        // line 23
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
        echo "
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--team-member.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 =&gt; 23,  80 =&gt; 22,  73 =&gt; 18,  66 =&gt; 14,  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--team-member.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--team-member.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 14);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7cb6d76688f158bad07499ec5a404a21', 'themes/tripin/templates/paragraphs/paragraph--team-member.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--team-member.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--team-member.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 108)
__TwigTemplate_637017fb200d81dac326055a1660d066->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_637017fb200d81dac326055a1660d066->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_e45468c770bbac3bdd584c0940ecf050->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('cocoon_fullwidth', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_paragraph--team-member-so_yJjxVkNGpRrAaQsyGNvBfW0jj', '&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/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig */
class __TwigTemplate_b92861feba6b81d76484d9feb215de40 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 11), 0, [], "any", false, false, true, 11)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null), 11, $this-&gt;source), "html", null, true);
        echo "\" class=\"link ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_social_profiles", [], "any", false, false, true, 11), 0, [], "any", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "\"&gt;
      
    </a>
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_paragraph--team-member-so_yJjxVkNGpRrAaQsyGNvBfW0jj', '&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/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig */
class __TwigTemplate_b92861feba6b81d76484d9feb215de40 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
    }

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 11), 0, [], "any", false, false, true, 11)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null), 11, $this-&gt;source), "html", null, true);
        echo "\" class=\"link ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_social_profiles", [], "any", false, false, true, 11), 0, [], "any", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "\"&gt;
      
    </a>
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  61 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_b92861feba6b81d76484d9feb215de40', 'themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--team-member-social-profiles.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73)
__TwigTemplate_7cb6d76688f158bad07499ec5a404a21->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 54)
__TwigTemplate_7cb6d76688f158bad07499ec5a404a21->block_paragraph(Array, Array) (Line: 182)
Twig\Template->displayBlock('paragraph', Array, Array) (Line: 46)
__TwigTemplate_7cb6d76688f158bad07499ec5a404a21->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--team-member.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 108)
__TwigTemplate_637017fb200d81dac326055a1660d066->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_637017fb200d81dac326055a1660d066->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--team.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 56)
__TwigTemplate_e45468c770bbac3bdd584c0940ecf050->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/cocoon/cocoon-fullwidth.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('cocoon_fullwidth', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_field--field-images.html._cSOeHE6YgHVLOlQFnrYJeoRJj', '&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/tripin/templates/field--field-images.html.twig */
class __TwigTemplate_7ae8f3b31cb7f58b1a5d293741a87008 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "field", 1 =&gt; ("field--name-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 4
($context["field_name"] ?? null), 4, $this-&gt;source))), 2 =&gt; ("field--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["field_type"] ?? null), 5, $this-&gt;source))), 3 =&gt; ("field--label-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 6
($context["label_display"] ?? null), 6, $this-&gt;source)), 4 =&gt; "clearfix"];
        // line 10
        $context["title_classes"] = [0 =&gt; "field__label", 1 =&gt; (((        // line 11
($context["label_display"] ?? null) == "inline")) ? ("inline") : (""))];
        // line 14
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
        foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
            // line 15
            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["item"], "attributes", [], "any", false, false, true, 15), "addClass", [0 =&gt; "slide"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
            echo "&gt;
    ";
            // line 16
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#media"] ?? null) : null), "field_info_box_2", [], "any", false, false, true, 16), "value", [], "any", false, false, true, 16)) {
                // line 17
                echo "      
        
           
          
            ";
                // line 21
                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, (($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 21)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_info_box_2", [], "any", false, false, true, 21), "value", [], "any", false, false, true, 21), 21, $this-&gt;source));
                echo "
          
        
      
    ";
            }
            // line 26
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(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["item"], "content", [], "any", false, false, true, 26), 26, $this-&gt;source)), ["title=\"" =&gt; "data-title=\""]));
            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/tripin/templates/field--field-images.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  72 =&gt; 26,  64 =&gt; 21,  58 =&gt; 17,  56 =&gt; 16,  51 =&gt; 15,  47 =&gt; 14,  45 =&gt; 11,  44 =&gt; 10,  42 =&gt; 6,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/field--field-images.html.twig", "/var/www/html/themes/tripin/templates/field--field-images.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "for" =&gt; 14, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 15, "raw" =&gt; 21, "replace" =&gt; 26, "render" =&gt; 26);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'for', 'if'],
                ['clean_class', 'escape', 'raw', 'replace', 'render'],
                []
            );
        } 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('696a15d688d53_field--field-images.html._cSOeHE6YgHVLOlQFnrYJeoRJj', '&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/tripin/templates/field--field-images.html.twig */
class __TwigTemplate_7ae8f3b31cb7f58b1a5d293741a87008 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "field", 1 =&gt; ("field--name-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 4
($context["field_name"] ?? null), 4, $this-&gt;source))), 2 =&gt; ("field--type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["field_type"] ?? null), 5, $this-&gt;source))), 3 =&gt; ("field--label-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 6
($context["label_display"] ?? null), 6, $this-&gt;source)), 4 =&gt; "clearfix"];
        // line 10
        $context["title_classes"] = [0 =&gt; "field__label", 1 =&gt; (((        // line 11
($context["label_display"] ?? null) == "inline")) ? ("inline") : (""))];
        // line 14
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
        foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
            // line 15
            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["item"], "attributes", [], "any", false, false, true, 15), "addClass", [0 =&gt; "slide"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
            echo "&gt;
    ";
            // line 16
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#media"] ?? null) : null), "field_info_box_2", [], "any", false, false, true, 16), "value", [], "any", false, false, true, 16)) {
                // line 17
                echo "      
        
           
          
            ";
                // line 21
                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, (($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "content", [], "any", false, false, true, 21)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_info_box_2", [], "any", false, false, true, 21), "value", [], "any", false, false, true, 21), 21, $this-&gt;source));
                echo "
          
        
      
    ";
            }
            // line 26
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(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["item"], "content", [], "any", false, false, true, 26), 26, $this-&gt;source)), ["title=\"" =&gt; "data-title=\""]));
            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/tripin/templates/field--field-images.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  72 =&gt; 26,  64 =&gt; 21,  58 =&gt; 17,  56 =&gt; 16,  51 =&gt; 15,  47 =&gt; 14,  45 =&gt; 11,  44 =&gt; 10,  42 =&gt; 6,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/field--field-images.html.twig", "/var/www/html/themes/tripin/templates/field--field-images.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "for" =&gt; 14, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 15, "raw" =&gt; 21, "replace" =&gt; 26, "render" =&gt; 26);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'for', 'if'],
                ['clean_class', 'escape', 'raw', 'replace', 'render'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7ae8f3b31cb7f58b1a5d293741a87008', 'themes/tripin/templates/field--field-images.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/field--field-images.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/field--field-images.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 65)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_ab69676155d10b3b4fe0a0adaacc8cae->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--formatted-text.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 52)
__TwigTemplate_f0cdf0ca62e2aad8755124803e960572->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/layouts/onecol/layout--onecol.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('layout__onecol', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 211)
__TwigTemplate_7850d8f3be2561ab8853691a7f96a2a1->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/node.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('node', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, ) (Line: 242)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 243)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object, Object) (Line: 132)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_html.html.twig_WZ2wmFatEujabaO6Lxe9URpfr', '&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/tripin/templates/html.html.twig */
class __TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 2, $this-&gt;source), "html", null, true);
        echo "&gt;
  
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 4, $this-&gt;source));
        echo "\"&gt;
    ";
        // line 5
        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), 5, $this-&gt;source), " | "));
        echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 6, $this-&gt;source));
        echo "\"&gt;
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 7, $this-&gt;source));
        echo "\"&gt;
    
    
    ";
        // line 11
        echo "
    
    
    ";
        // line 14
        echo "  ";
        echo " 
    ";
        // line 16
        echo "    ";
        echo " 

    
  
  ";
        // line 21
        $context["body_classes"] = [0 =&gt; (( !        // line 22
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 22, $this-&gt;source))))), 1 =&gt; ((        // line 23
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 23, $this-&gt;source)))) : ("")), 2 =&gt; ("lang-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 24
($context["language"] ?? null), 24, $this-&gt;source)), 3 =&gt; ((        // line 25
($context["page_system"] ?? null)) ? ("page-system") : (""))];
        // line 28
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 28), "addClass", [0 =&gt; "white-menu"], "method", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 32
        echo "
    
    ";
        // line 34
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 34, $this-&gt;source), "html", null, true);
        echo "
    
    
    ";
        // line 37
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 37, $this-&gt;source), "html", null, true);
        echo "
    
    
    ";
        // line 40
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 40, $this-&gt;source), "html", null, true);
        echo "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 42, $this-&gt;source));
        echo "\"&gt;
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/html.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  115 =&gt; 42,  110 =&gt; 40,  104 =&gt; 37,  98 =&gt; 34,  94 =&gt; 32,  89 =&gt; 28,  87 =&gt; 25,  86 =&gt; 24,  85 =&gt; 23,  84 =&gt; 22,  83 =&gt; 21,  79 =&gt; 18,  74 =&gt; 16,  70 =&gt; 14,  65 =&gt; 11,  59 =&gt; 7,  55 =&gt; 6,  51 =&gt; 5,  47 =&gt; 4,  42 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/html.html.twig", "/var/www/html/themes/tripin/templates/html.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 21);
        static $filters = array("escape" =&gt; 2, "raw" =&gt; 4, "safe_join" =&gt; 5, "clean_class" =&gt; 22);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                ['escape', 'raw', 'safe_join', '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('696a15d688d53_html.html.twig_WZ2wmFatEujabaO6Lxe9URpfr', '&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/tripin/templates/html.html.twig */
class __TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["html_attributes"] ?? null), 2, $this-&gt;source), "html", null, true);
        echo "&gt;
  
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 4, $this-&gt;source));
        echo "\"&gt;
    ";
        // line 5
        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), 5, $this-&gt;source), " | "));
        echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 6, $this-&gt;source));
        echo "\"&gt;
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 7, $this-&gt;source));
        echo "\"&gt;
    
    
    ";
        // line 11
        echo "
    
    
    ";
        // line 14
        echo "  ";
        echo " 
    ";
        // line 16
        echo "    ";
        echo " 

    
  
  ";
        // line 21
        $context["body_classes"] = [0 =&gt; (( !        // line 22
($context["root_path"] ?? null)) ? ("path-frontpage") : (("path-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["root_path"] ?? null), 22, $this-&gt;source))))), 1 =&gt; ((        // line 23
($context["node_type"] ?? null)) ? (("page-node-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["node_type"] ?? null), 23, $this-&gt;source)))) : ("")), 2 =&gt; ("lang-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 24
($context["language"] ?? null), 24, $this-&gt;source)), 3 =&gt; ((        // line 25
($context["page_system"] ?? null)) ? ("page-system") : (""))];
        // line 28
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["body_classes"] ?? null)], "method", false, false, true, 28), "addClass", [0 =&gt; "white-menu"], "method", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 32
        echo "
    
    ";
        // line 34
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_top"] ?? null), 34, $this-&gt;source), "html", null, true);
        echo "
    
    
    ";
        // line 37
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page"] ?? null), 37, $this-&gt;source), "html", null, true);
        echo "
    
    
    ";
        // line 40
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["page_bottom"] ?? null), 40, $this-&gt;source), "html", null, true);
        echo "
    
    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["placeholder_token"] ?? null), 42, $this-&gt;source));
        echo "\"&gt;
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/html.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  115 =&gt; 42,  110 =&gt; 40,  104 =&gt; 37,  98 =&gt; 34,  94 =&gt; 32,  89 =&gt; 28,  87 =&gt; 25,  86 =&gt; 24,  85 =&gt; 23,  84 =&gt; 22,  83 =&gt; 21,  79 =&gt; 18,  74 =&gt; 16,  70 =&gt; 14,  65 =&gt; 11,  59 =&gt; 7,  55 =&gt; 6,  51 =&gt; 5,  47 =&gt; 4,  42 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/html.html.twig", "/var/www/html/themes/tripin/templates/html.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 21);
        static $filters = array("escape" =&gt; 2, "raw" =&gt; 4, "safe_join" =&gt; 5, "clean_class" =&gt; 22);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                ['escape', 'raw', 'safe_join', 'clean_class'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c', 'themes/tripin/templates/html.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/html.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_page.html.twig_YZqJKmE9Cd5camAnsemar6tk2', '&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/tripin/templates/page.html.twig */
class __TwigTemplate_5f52dae17b3944b877f72a6484e98693 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
  
    
      ";
        // line 4
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Official Tourism Website of the <a>Municipality of Piraeus</a>", ["@link" =&gt; "#"]));
        echo "
      ";
        // line 5
        echo "
    
  
  
    
      
        ";
        // line 18
        echo "        
          ";
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
        echo "
          
          
            
            
            
          
        
        
          
            
              
                ";
        // line 31
        echo $this-&gt;extensions['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), "main_menu", [], "any", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
        echo "
                
                  ";
        // line 33
        if (($context["header_tel"] ?? null)) {
            // line 34
            echo "                  
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_tel"] ?? null), 35, $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["header_tel"] ?? null), 35, $this-&gt;source), "html", null, true);
            echo "</a>
                    ";
            // line 36
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact us through social networks"));
            echo "
                  
                  ";
        }
        // line 39
        echo "                  
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_facebook"] ?? null), 40, $this-&gt;source), "html", null, true);
        echo "\" class=\"link facebook\"&gt;
                       (facebook) </a>
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_instagram"] ?? null), 42, $this-&gt;source), "html", null, true);
        echo "\" class=\"link instagram\"&gt;
                       (instagram) </a>
                    ";
        // line 46
        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_twitter"] ?? null), 46, $this-&gt;source), "html", null, true);
        echo "\" class=\"link twitter\"&gt;
                       (twitter) </a>
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_pinterest"] ?? null), 48, $this-&gt;source), "html", null, true);
        echo "\" class=\"link flickr\"&gt;
                       (flickr) </a>
                    ";
        // line 52
        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.webform.canonical", ["webform" =&gt; "newsletter_subscription_form"]));
        echo "\" class=\"link newsletter\"&gt;
                       (newsletter) </a>
                  
                
              
              
                
                
                
              
            
            
              ";
        // line 68
        echo "              ";
        // line 69
        echo "              <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_favorites"] ?? null), 69, $this-&gt;source), "html", null, true);
        echo "\" href=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.flag_bookmark.page_1"));
        echo "\"&gt;
                ";
        // line 70
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["flag_count"] ?? null), 70, $this-&gt;source), "html", null, true);
        echo "
                ";
        // line 71
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_favorites"] ?? null), 71, $this-&gt;source), "html", null, true);
        echo "
              </a>
              ";
        // line 79
        echo "              ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
        echo "
            
            
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.search_content.page_1"));
        echo "\" class=\"search_url\"&gt; (search) </a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.node.canonical", ["node" =&gt; 120]));
        echo "\"&gt;see our gallery</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.node.canonical", ["node" =&gt; 123]));
        echo "\"&gt;get our phone</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.cocoon_blog.page_blog_sidebar"));
        echo "\"&gt;grap some info</a>
              
                
                
                  <ul>
                    ";
        // line 90
        if (($context["logged_in"] ?? null)) {
            // line 91
            echo "                      <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("dms.dashboard"));
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("My dashboard"));
            echo "</a></li>
                      <li><a>";
            // line 92
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("My profile"));
            echo "</a></li>
                      ";
            // line 94
            echo "                      ";
            // line 95
            echo "                      ";
            // line 96
            echo "                      <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("user.logout"));
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Logout"));
            echo "</a></li>
                    ";
        } else {
            // line 98
            echo "                      <li><a>";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Login"));
            echo "</a></li>
                      <li><a>";
            // line 99
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Registration"));
            echo "</a></li>
                      <li><a>";
            // line 100
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "</a></li>
                    ";
        }
        // line 102
        echo "                  </ul>
                
              
            
          
        
        
          
          
          
        
        
          ";
        // line 115
        echo "          ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
        echo "
        
        
          ";
        // line 118
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", "173"), "html", null, true);
        echo "
        
      
    
  
  ";
        // line 123
        echo $this-&gt;extensions['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), "breadcrumbs", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 124
        $context["product"] = (((((((twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null), 124, $this-&gt;source), "/product/")) &gt; 1) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_1 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#markup"] ?? null) : null), 124, $this-&gt;source), "/prdct/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#markup"] ?? null) : null), 124, $this-&gt;source), "/right-sidebar/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_3 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#markup"] ?? null) : null), 124, $this-&gt;source), "/left-sidebar/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_4 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#markup"] ?? null) : null), 124, $this-&gt;source), "/boxed/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#markup"] ?? null) : null), 124, $this-&gt;source), "/form/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_6 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#markup"] ?? null) : null), 124, $this-&gt;source), "/simplenews/")) &gt; 1));
        // line 125
        echo "  env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 126) == "blog_post") || ($context["product"] ?? null))) {
            echo " blog-list-page blog-single-page ";
        }
        if (($context["product"] ?? null)) {
            echo " product ";
        }
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 126) == "page")) {
            echo " blog-list-page blog-single-page static-page ";
        }
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 126) || ($context["product"] ?? null))) {
            echo " right-sidebar ";
        }
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 126)) {
            echo " left-sidebar ";
        }
        echo "\"&gt;
  ";
        // line 127
        if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 127) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 127)) || ($context["product"] ?? null)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 127) == "page"))) {
            // line 128
            echo "    
      
        
  ";
        }
        // line 132
        echo "  ";
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 132) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 132))) {
            // line 133
            echo "          
  ";
        } elseif ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 134
($context["node"] ?? null), "gettype", [], "any", false, false, true, 134) == "page")) {
            // line 135
            echo "          
  ";
        }
        // line 137
        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), "page_title", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
        echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((($context["product"] ?? null)) ? ("product_body tour_page_body") : ("page_body")));
        echo "\"&gt;
            ";
        // line 139
        echo $this-&gt;extensions['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, 139), 139, $this-&gt;source), "html", null, true);
        echo "
          
  ";
        // line 141
        if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 141) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 141)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 141) == "page"))) {
            // line 142
            echo "          
  ";
        }
        // line 144
        echo "  ";
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 144) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 144))) {
            // line 145
            echo "          
            ";
            // line 146
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 146), 146, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 147
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
            echo "
          
  ";
        }
        // line 150
        echo "  ";
        if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 150) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 150)) || ($context["product"] ?? null)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 150) == "page"))) {
            // line 151
            echo "        
      
    
  ";
        }
        // line 155
        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), "below_content", [], "any", false, false, true, 155), 155, $this-&gt;source), "html", null, true);
        echo "
  
  ";
        // line 157
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 157), 157, $this-&gt;source), "html", null, true);
        echo "
  
    
      
        ";
        // line 161
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top_below_1", [], "any", false, false, true, 161), 161, $this-&gt;source), "html", null, true);
        echo "
      
      ";
        // line 164
        echo "      
        ";
        // 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), "footer_top_below_2", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
        echo "
      
      ";
        // line 168
        echo "      
        ";
        // line 169
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top_below_3", [], "any", false, false, true, 169), 169, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  
    
      ";
        // line 175
        echo $this-&gt;extensions['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_5", [], "any", false, false, true, 175), 175, $this-&gt;source), "html", null, true);
        echo "
    
  
  
    
      
        
          
            
              ";
        // line 184
        echo $this-&gt;extensions['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_1", [], "any", false, false, true, 184), 184, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 187
        echo $this-&gt;extensions['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_2", [], "any", false, false, true, 187), 187, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 190
        echo $this-&gt;extensions['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_3", [], "any", false, false, true, 190), 190, $this-&gt;source), "html", null, true);
        echo "
            
          
          
            ";
        // line 194
        echo $this-&gt;extensions['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_4", [], "any", false, false, true, 194), 194, $this-&gt;source), "html", null, true);
        echo "
          
        
      
    
  
  
    
      
        ";
        // line 203
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "disclaimer_1", [], "any", false, false, true, 203), 203, $this-&gt;source), "html", null, true);
        echo "
      
      
        ";
        // line 206
        echo $this-&gt;extensions['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), "disclaimer_2", [], "any", false, false, true, 206), 206, $this-&gt;source), "html", null, true);
        echo "
      
    
    &nbsp;
  

";
        // line 213
        echo "
  
  
    ";
        // 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["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 216), 216, $this-&gt;source), "html", null, true);
        echo "
  


  
  
    ";
        // line 222
        echo $this-&gt;extensions['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), "modal_search", [], "any", false, false, true, 222), 222, $this-&gt;source), "html", null, true);
        echo "
  


";
        // line 226
        if (($context["logged_in"] ?? null)) {
            // line 227
            echo "  
    
      
        ";
            // line 233
            echo "        
          ";
            // line 234
            echo $this-&gt;extensions['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), "modal_booking", [], "any", false, false, true, 234), 234, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
";
        } else {
            // line 241
            echo "  
    
      
        
          ";
            // line 245
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "
          <a>";
            // line 246
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "</a>
        
        
          
            ";
            // line 250
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Use the e-mail and password that you specified when registering on the site"));
            echo "
          
          ";
            // line 252
            echo $this-&gt;extensions['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), "modal_login", [], "any", false, false, true, 252), 252, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 262
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "
          <a>";
            // line 263
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "</a>
        
        
          
            ";
            // line 267
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Register on our website and take advantage of the services we provided to our visitors"));
            echo "
          
          ";
            // line 269
            echo $this-&gt;extensions['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), "modal_register", [], "any", false, false, true, 269), 269, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 279
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "
        
        
          
            ";
            // line 283
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Use the e-mail that you specified when registering on the site"));
            echo "
          
          
            ";
            // line 286
            echo $this-&gt;extensions['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), "modal_password", [], "any", false, false, true, 286), 286, $this-&gt;source), "html", null, true);
            echo "
          
        
      
    
    
  
";
        }
        // line 294
        echo "
  
    
      
        ";
        // line 298
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Book Now"));
        echo "
      
      
        
          
            ";
        // line 303
        echo $this-&gt;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["node"] ?? null), "title", [], "any", false, false, true, 303), "value", [], "any", false, false, true, 303), 303, $this-&gt;source), "html", null, true);
        echo "
          
        
        ";
        // line 306
        echo $this-&gt;extensions['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), "modal_booking", [], "any", false, false, true, 306), 306, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 316
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact"));
        echo " ";
        // line 317
        echo "      
      
        ";
        // line 319
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_contact", [], "any", false, false, true, 319), 319, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 329
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Success"));
        echo "
      
      
        
          ";
        // line 333
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Your message was successfully sent. We will contact you shortly."));
        echo "
        
      
    
  
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/page.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  626 =&gt; 333,  619 =&gt; 329,  606 =&gt; 319,  602 =&gt; 317,  599 =&gt; 316,  586 =&gt; 306,  580 =&gt; 303,  572 =&gt; 298,  566 =&gt; 294,  555 =&gt; 286,  549 =&gt; 283,  542 =&gt; 279,  529 =&gt; 269,  524 =&gt; 267,  517 =&gt; 263,  513 =&gt; 262,  500 =&gt; 252,  495 =&gt; 250,  488 =&gt; 246,  484 =&gt; 245,  478 =&gt; 241,  468 =&gt; 234,  465 =&gt; 233,  460 =&gt; 227,  458 =&gt; 226,  451 =&gt; 222,  442 =&gt; 216,  437 =&gt; 213,  428 =&gt; 206,  422 =&gt; 203,  410 =&gt; 194,  403 =&gt; 190,  397 =&gt; 187,  391 =&gt; 184,  379 =&gt; 175,  370 =&gt; 169,  367 =&gt; 168,  362 =&gt; 165,  359 =&gt; 164,  354 =&gt; 161,  347 =&gt; 157,  341 =&gt; 155,  335 =&gt; 151,  332 =&gt; 150,  326 =&gt; 147,  322 =&gt; 146,  319 =&gt; 145,  316 =&gt; 144,  312 =&gt; 142,  310 =&gt; 141,  305 =&gt; 139,  301 =&gt; 138,  296 =&gt; 137,  292 =&gt; 135,  290 =&gt; 134,  287 =&gt; 133,  284 =&gt; 132,  278 =&gt; 128,  276 =&gt; 127,  258 =&gt; 126,  255 =&gt; 125,  253 =&gt; 124,  249 =&gt; 123,  241 =&gt; 118,  234 =&gt; 115,  220 =&gt; 102,  215 =&gt; 100,  211 =&gt; 99,  206 =&gt; 98,  198 =&gt; 96,  196 =&gt; 95,  194 =&gt; 94,  190 =&gt; 92,  183 =&gt; 91,  181 =&gt; 90,  173 =&gt; 85,  169 =&gt; 84,  165 =&gt; 83,  161 =&gt; 82,  154 =&gt; 79,  149 =&gt; 71,  145 =&gt; 70,  138 =&gt; 69,  136 =&gt; 68,  120 =&gt; 52,  115 =&gt; 48,  109 =&gt; 46,  104 =&gt; 42,  99 =&gt; 40,  96 =&gt; 39,  90 =&gt; 36,  84 =&gt; 35,  81 =&gt; 34,  79 =&gt; 33,  74 =&gt; 31,  59 =&gt; 19,  56 =&gt; 18,  48 =&gt; 5,  44 =&gt; 4,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/page.html.twig", "/var/www/html/themes/tripin/templates/page.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 33, "set" =&gt; 124);
        static $filters = array("t" =&gt; 4, "escape" =&gt; 19, "length" =&gt; 124, "split" =&gt; 124);
        static $functions = array("path" =&gt; 52, "drupal_block" =&gt; 79, "url" =&gt; 91, "drupal_entity" =&gt; 118);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'set'],
                ['t', 'escape', 'length', 'split'],
                ['path', 'drupal_block', 'url', 'drupal_entity']
            );
        } 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('696a15d688d53_page.html.twig_YZqJKmE9Cd5camAnsemar6tk2', '&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/tripin/templates/page.html.twig */
class __TwigTemplate_5f52dae17b3944b877f72a6484e98693 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        echo "
  
    
      ";
        // line 4
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Official Tourism Website of the <a>Municipality of Piraeus</a>", ["@link" =&gt; "#"]));
        echo "
      ";
        // line 5
        echo "
    
  
  
    
      
        ";
        // line 18
        echo "        
          ";
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "branding", [], "any", false, false, true, 19), 19, $this-&gt;source), "html", null, true);
        echo "
          
          
            
            
            
          
        
        
          
            
              
                ";
        // line 31
        echo $this-&gt;extensions['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), "main_menu", [], "any", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
        echo "
                
                  ";
        // line 33
        if (($context["header_tel"] ?? null)) {
            // line 34
            echo "                  
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_tel"] ?? null), 35, $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["header_tel"] ?? null), 35, $this-&gt;source), "html", null, true);
            echo "</a>
                    ";
            // line 36
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact us through social networks"));
            echo "
                  
                  ";
        }
        // line 39
        echo "                  
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_facebook"] ?? null), 40, $this-&gt;source), "html", null, true);
        echo "\" class=\"link facebook\"&gt;
                       (facebook) </a>
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_instagram"] ?? null), 42, $this-&gt;source), "html", null, true);
        echo "\" class=\"link instagram\"&gt;
                       (instagram) </a>
                    ";
        // line 46
        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_twitter"] ?? null), 46, $this-&gt;source), "html", null, true);
        echo "\" class=\"link twitter\"&gt;
                       (twitter) </a>
                    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["social_pinterest"] ?? null), 48, $this-&gt;source), "html", null, true);
        echo "\" class=\"link flickr\"&gt;
                       (flickr) </a>
                    ";
        // line 52
        echo "                    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.webform.canonical", ["webform" =&gt; "newsletter_subscription_form"]));
        echo "\" class=\"link newsletter\"&gt;
                       (newsletter) </a>
                  
                
              
              
                
                
                
              
            
            
              ";
        // line 68
        echo "              ";
        // line 69
        echo "              <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_favorites"] ?? null), 69, $this-&gt;source), "html", null, true);
        echo "\" href=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.flag_bookmark.page_1"));
        echo "\"&gt;
                ";
        // line 70
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["flag_count"] ?? null), 70, $this-&gt;source), "html", null, true);
        echo "
                ";
        // line 71
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["header_favorites"] ?? null), 71, $this-&gt;source), "html", null, true);
        echo "
              </a>
              ";
        // line 79
        echo "              ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
        echo "
            
            
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.search_content.page_1"));
        echo "\" class=\"search_url\"&gt; (search) </a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.node.canonical", ["node" =&gt; 120]));
        echo "\"&gt;see our gallery</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("entity.node.canonical", ["node" =&gt; 123]));
        echo "\"&gt;get our phone</a>
              <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("view.cocoon_blog.page_blog_sidebar"));
        echo "\"&gt;grap some info</a>
              
                
                
                  <ul>
                    ";
        // line 90
        if (($context["logged_in"] ?? null)) {
            // line 91
            echo "                      <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("dms.dashboard"));
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("My dashboard"));
            echo "</a></li>
                      <li><a>";
            // line 92
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("My profile"));
            echo "</a></li>
                      ";
            // line 94
            echo "                      ";
            // line 95
            echo "                      ";
            // line 96
            echo "                      <li><a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("user.logout"));
            echo "\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Logout"));
            echo "</a></li>
                    ";
        } else {
            // line 98
            echo "                      <li><a>";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Login"));
            echo "</a></li>
                      <li><a>";
            // line 99
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Registration"));
            echo "</a></li>
                      <li><a>";
            // line 100
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "</a></li>
                    ";
        }
        // line 102
        echo "                  </ul>
                
              
            
          
        
        
          
          
          
        
        
          ";
        // line 115
        echo "          ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("language_block:language_interface"), "html", null, true);
        echo "
        
        
          ";
        // line 118
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalEntity("block_content", "173"), "html", null, true);
        echo "
        
      
    
  
  ";
        // line 123
        echo $this-&gt;extensions['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), "breadcrumbs", [], "any", false, false, true, 123), 123, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 124
        $context["product"] = (((((((twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#markup"] ?? null) : null), 124, $this-&gt;source), "/product/")) &gt; 1) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_1 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#markup"] ?? null) : null), 124, $this-&gt;source), "/prdct/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#markup"] ?? null) : null), 124, $this-&gt;source), "/right-sidebar/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_3 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#markup"] ?? null) : null), 124, $this-&gt;source), "/left-sidebar/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_4 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#markup"] ?? null) : null), 124, $this-&gt;source), "/boxed/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#markup"] ?? null) : null), 124, $this-&gt;source), "/form/")) &gt; 1)) || (twig_length_filter($this-&gt;env, twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_6 = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getUrl("")) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#markup"] ?? null) : null), 124, $this-&gt;source), "/simplenews/")) &gt; 1));
        // line 125
        echo "  env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 126) == "blog_post") || ($context["product"] ?? null))) {
            echo " blog-list-page blog-single-page ";
        }
        if (($context["product"] ?? null)) {
            echo " product ";
        }
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 126) == "page")) {
            echo " blog-list-page blog-single-page static-page ";
        }
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 126) || ($context["product"] ?? null))) {
            echo " right-sidebar ";
        }
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 126)) {
            echo " left-sidebar ";
        }
        echo "\"&gt;
  ";
        // line 127
        if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 127) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 127)) || ($context["product"] ?? null)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 127) == "page"))) {
            // line 128
            echo "    
      
        
  ";
        }
        // line 132
        echo "  ";
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 132) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 132))) {
            // line 133
            echo "          
  ";
        } elseif ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 134
($context["node"] ?? null), "gettype", [], "any", false, false, true, 134) == "page")) {
            // line 135
            echo "          
  ";
        }
        // line 137
        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), "page_title", [], "any", false, false, true, 137), 137, $this-&gt;source), "html", null, true);
        echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((($context["product"] ?? null)) ? ("product_body tour_page_body") : ("page_body")));
        echo "\"&gt;
            ";
        // line 139
        echo $this-&gt;extensions['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, 139), 139, $this-&gt;source), "html", null, true);
        echo "
          
  ";
        // line 141
        if (((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 141) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 141)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 141) == "page"))) {
            // line 142
            echo "          
  ";
        }
        // line 144
        echo "  ";
        if ((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 144) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 144))) {
            // line 145
            echo "          
            ";
            // line 146
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 146), 146, $this-&gt;source), "html", null, true);
            echo "
            ";
            // line 147
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 147), 147, $this-&gt;source), "html", null, true);
            echo "
          
  ";
        }
        // line 150
        echo "  ";
        if ((((twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_right", [], "any", false, false, true, 150) || twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "sidebar_left", [], "any", false, false, true, 150)) || ($context["product"] ?? null)) || (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["node"] ?? null), "gettype", [], "any", false, false, true, 150) == "page"))) {
            // line 151
            echo "        
      
    
  ";
        }
        // line 155
        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), "below_content", [], "any", false, false, true, 155), 155, $this-&gt;source), "html", null, true);
        echo "
  
  ";
        // line 157
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top", [], "any", false, false, true, 157), 157, $this-&gt;source), "html", null, true);
        echo "
  
    
      
        ";
        // line 161
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top_below_1", [], "any", false, false, true, 161), 161, $this-&gt;source), "html", null, true);
        echo "
      
      ";
        // line 164
        echo "      
        ";
        // 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), "footer_top_below_2", [], "any", false, false, true, 165), 165, $this-&gt;source), "html", null, true);
        echo "
      
      ";
        // line 168
        echo "      
        ";
        // line 169
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "footer_top_below_3", [], "any", false, false, true, 169), 169, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  
    
      ";
        // line 175
        echo $this-&gt;extensions['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_5", [], "any", false, false, true, 175), 175, $this-&gt;source), "html", null, true);
        echo "
    
  
  
    
      
        
          
            
              ";
        // line 184
        echo $this-&gt;extensions['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_1", [], "any", false, false, true, 184), 184, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 187
        echo $this-&gt;extensions['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_2", [], "any", false, false, true, 187), 187, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 190
        echo $this-&gt;extensions['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_3", [], "any", false, false, true, 190), 190, $this-&gt;source), "html", null, true);
        echo "
            
          
          
            ";
        // line 194
        echo $this-&gt;extensions['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_4", [], "any", false, false, true, 194), 194, $this-&gt;source), "html", null, true);
        echo "
          
        
      
    
  
  
    
      
        ";
        // line 203
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "disclaimer_1", [], "any", false, false, true, 203), 203, $this-&gt;source), "html", null, true);
        echo "
      
      
        ";
        // line 206
        echo $this-&gt;extensions['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), "disclaimer_2", [], "any", false, false, true, 206), 206, $this-&gt;source), "html", null, true);
        echo "
      
    
    &nbsp;
  

";
        // line 213
        echo "
  
  
    ";
        // 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["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 216), 216, $this-&gt;source), "html", null, true);
        echo "
  


  
  
    ";
        // line 222
        echo $this-&gt;extensions['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), "modal_search", [], "any", false, false, true, 222), 222, $this-&gt;source), "html", null, true);
        echo "
  


";
        // line 226
        if (($context["logged_in"] ?? null)) {
            // line 227
            echo "  
    
      
        ";
            // line 233
            echo "        
          ";
            // line 234
            echo $this-&gt;extensions['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), "modal_booking", [], "any", false, false, true, 234), 234, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
";
        } else {
            // line 241
            echo "  
    
      
        
          ";
            // line 245
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "
          <a>";
            // line 246
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "</a>
        
        
          
            ";
            // line 250
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Use the e-mail and password that you specified when registering on the site"));
            echo "
          
          ";
            // line 252
            echo $this-&gt;extensions['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), "modal_login", [], "any", false, false, true, 252), 252, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 262
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "
          <a>";
            // line 263
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "</a>
        
        
          
            ";
            // line 267
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Register on our website and take advantage of the services we provided to our visitors"));
            echo "
          
          ";
            // line 269
            echo $this-&gt;extensions['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), "modal_register", [], "any", false, false, true, 269), 269, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 279
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "
        
        
          
            ";
            // line 283
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Use the e-mail that you specified when registering on the site"));
            echo "
          
          
            ";
            // line 286
            echo $this-&gt;extensions['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), "modal_password", [], "any", false, false, true, 286), 286, $this-&gt;source), "html", null, true);
            echo "
          
        
      
    
    
  
";
        }
        // line 294
        echo "
  
    
      
        ";
        // line 298
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Book Now"));
        echo "
      
      
        
          
            ";
        // line 303
        echo $this-&gt;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["node"] ?? null), "title", [], "any", false, false, true, 303), "value", [], "any", false, false, true, 303), 303, $this-&gt;source), "html", null, true);
        echo "
          
        
        ";
        // line 306
        echo $this-&gt;extensions['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), "modal_booking", [], "any", false, false, true, 306), 306, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 316
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact"));
        echo " ";
        // line 317
        echo "      
      
        ";
        // line 319
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_contact", [], "any", false, false, true, 319), 319, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 329
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Success"));
        echo "
      
      
        
          ";
        // line 333
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Your message was successfully sent. We will contact you shortly."));
        echo "
        
      
    
  
  

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/page.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  626 =&gt; 333,  619 =&gt; 329,  606 =&gt; 319,  602 =&gt; 317,  599 =&gt; 316,  586 =&gt; 306,  580 =&gt; 303,  572 =&gt; 298,  566 =&gt; 294,  555 =&gt; 286,  549 =&gt; 283,  542 =&gt; 279,  529 =&gt; 269,  524 =&gt; 267,  517 =&gt; 263,  513 =&gt; 262,  500 =&gt; 252,  495 =&gt; 250,  488 =&gt; 246,  484 =&gt; 245,  478 =&gt; 241,  468 =&gt; 234,  465 =&gt; 233,  460 =&gt; 227,  458 =&gt; 226,  451 =&gt; 222,  442 =&gt; 216,  437 =&gt; 213,  428 =&gt; 206,  422 =&gt; 203,  410 =&gt; 194,  403 =&gt; 190,  397 =&gt; 187,  391 =&gt; 184,  379 =&gt; 175,  370 =&gt; 169,  367 =&gt; 168,  362 =&gt; 165,  359 =&gt; 164,  354 =&gt; 161,  347 =&gt; 157,  341 =&gt; 155,  335 =&gt; 151,  332 =&gt; 150,  326 =&gt; 147,  322 =&gt; 146,  319 =&gt; 145,  316 =&gt; 144,  312 =&gt; 142,  310 =&gt; 141,  305 =&gt; 139,  301 =&gt; 138,  296 =&gt; 137,  292 =&gt; 135,  290 =&gt; 134,  287 =&gt; 133,  284 =&gt; 132,  278 =&gt; 128,  276 =&gt; 127,  258 =&gt; 126,  255 =&gt; 125,  253 =&gt; 124,  249 =&gt; 123,  241 =&gt; 118,  234 =&gt; 115,  220 =&gt; 102,  215 =&gt; 100,  211 =&gt; 99,  206 =&gt; 98,  198 =&gt; 96,  196 =&gt; 95,  194 =&gt; 94,  190 =&gt; 92,  183 =&gt; 91,  181 =&gt; 90,  173 =&gt; 85,  169 =&gt; 84,  165 =&gt; 83,  161 =&gt; 82,  154 =&gt; 79,  149 =&gt; 71,  145 =&gt; 70,  138 =&gt; 69,  136 =&gt; 68,  120 =&gt; 52,  115 =&gt; 48,  109 =&gt; 46,  104 =&gt; 42,  99 =&gt; 40,  96 =&gt; 39,  90 =&gt; 36,  84 =&gt; 35,  81 =&gt; 34,  79 =&gt; 33,  74 =&gt; 31,  59 =&gt; 19,  56 =&gt; 18,  48 =&gt; 5,  44 =&gt; 4,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/page.html.twig", "/var/www/html/themes/tripin/templates/page.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 33, "set" =&gt; 124);
        static $filters = array("t" =&gt; 4, "escape" =&gt; 19, "length" =&gt; 124, "split" =&gt; 124);
        static $functions = array("path" =&gt; 52, "drupal_block" =&gt; 79, "url" =&gt; 91, "drupal_entity" =&gt; 118);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'set'],
                ['t', 'escape', 'length', 'split'],
                ['path', 'drupal_block', 'url', 'drupal_entity']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5f52dae17b3944b877f72a6484e98693', 'themes/tripin/templates/page.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/page.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_region--branding.html.twi_mqgHezqBB6ek_dKScHCAsnB2z', '&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/tripin/templates/region--branding.html.twig */
class __TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["content"] ?? null)) {
            // line 2
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/region--branding.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/tripin/templates/region--branding.html.twig", "/var/www/html/themes/tripin/templates/region--branding.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('696a15d688d53_region--branding.html.twi_mqgHezqBB6ek_dKScHCAsnB2z', '&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/tripin/templates/region--branding.html.twig */
class __TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["content"] ?? null)) {
            // line 2
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/region--branding.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/tripin/templates/region--branding.html.twig", "/var/www/html/themes/tripin/templates/region--branding.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: 409)
Twig\Environment->loadClass('__TwigTemplate_54527e1f99e27399b7ec2aa9a8ade094', 'themes/tripin/templates/region--branding.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/region--branding.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/region--branding.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 59)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--system-menu-block._C835O7dcsO25QLG86qQx-p5dL', '&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/tripin/templates/blocks/system/block--system-menu-block.html.twig */
class __TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "@classy/block/block--system-menu-block.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("@classy/block/block--system-menu-block.html.twig", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    // line 10
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_attributes"] ?? null), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 13
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
  
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  57 =&gt; 13,  52 =&gt; 11,  48 =&gt; 10,  37 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block--system-menu-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 11);
        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('696a15d688d53_block--system-menu-block._C835O7dcsO25QLG86qQx-p5dL', '&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/tripin/templates/blocks/system/block--system-menu-block.html.twig */
class __TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doGetParent(array $context)
    {
        // line 1
        return "@classy/block/block--system-menu-block.html.twig";
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        $this-&gt;parent = $this-&gt;loadTemplate("@classy/block/block--system-menu-block.html.twig", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", 1);
        $this-&gt;parent-&gt;display($context, array_merge($this-&gt;blocks, $blocks));
    }

    // line 10
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 11
        echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content_attributes"] ?? null), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
    ";
        // line 13
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
  
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  57 =&gt; 13,  52 =&gt; 11,  48 =&gt; 10,  37 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/system/block--system-menu-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/system/block--system-menu-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 11);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d', 'themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--system-menu-block._Lv852ayYhlXDp2O0fn82c6E9i', '&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;

/* @classy/block/block--system-menu-block.html.twig */
class __TwigTemplate_04f5c9aa9730df2edfea28f761c176a7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 36
        $context["classes"] = [0 =&gt; "block", 1 =&gt; "block-menu", 2 =&gt; "navigation", 3 =&gt; ("menu--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 40
($context["derivative_plugin_id"] ?? null), 40, $this-&gt;source)))];
        // line 43
        $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 43), 43, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
        // line 44
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null), 44, $this-&gt;source), "html", null, true);
        echo "\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this-&gt;source), "aria-labelledby"), "html", null, true);
        echo "&gt;
  ";
        // line 46
        echo "  ";
        if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 46)) {
            // line 47
            echo "    ";
            $context["title_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "visually-hidden"], "method", false, false, true, 47);
            // line 48
            echo "  ";
        }
        // line 49
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 49, $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["title_attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; ($context["heading_id"] ?? null)], "method", false, false, true, 50), 50, $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["configuration"] ?? null), "label", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 51
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 51, $this-&gt;source), "html", null, true);
        echo "

  ";
        // line 54
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 57
        echo "
";
    }

    // line 54
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 55
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 55, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "@classy/block/block--system-menu-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  89 =&gt; 55,  85 =&gt; 54,  80 =&gt; 57,  77 =&gt; 54,  72 =&gt; 51,  66 =&gt; 50,  61 =&gt; 49,  58 =&gt; 48,  55 =&gt; 47,  52 =&gt; 46,  45 =&gt; 44,  43 =&gt; 43,  41 =&gt; 40,  40 =&gt; 36,);
    }

    public function getSourceContext()
    {
        return new Source("", "@classy/block/block--system-menu-block.html.twig", "/var/www/html/core/themes/classy/templates/block/block--system-menu-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 36, "if" =&gt; 46, "block" =&gt; 54);
        static $filters = array("clean_class" =&gt; 40, "clean_id" =&gt; 43, "escape" =&gt; 44, "without" =&gt; 44);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'clean_id', 'escape', 'without'],
                []
            );
        } 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('696a15d688d53_block--system-menu-block._Lv852ayYhlXDp2O0fn82c6E9i', '&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;

/* @classy/block/block--system-menu-block.html.twig */
class __TwigTemplate_04f5c9aa9730df2edfea28f761c176a7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 36
        $context["classes"] = [0 =&gt; "block", 1 =&gt; "block-menu", 2 =&gt; "navigation", 3 =&gt; ("menu--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 40
($context["derivative_plugin_id"] ?? null), 40, $this-&gt;source)))];
        // line 43
        $context["heading_id"] = ($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "id", [], "any", false, false, true, 43), 43, $this-&gt;source) . \Drupal\Component\Utility\Html::getId("-menu"));
        // line 44
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["heading_id"] ?? null), 44, $this-&gt;source), "html", null, true);
        echo "\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;withoutFilter($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 44), 44, $this-&gt;source), "aria-labelledby"), "html", null, true);
        echo "&gt;
  ";
        // line 46
        echo "  ";
        if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["configuration"] ?? null), "label_display", [], "any", false, false, true, 46)) {
            // line 47
            echo "    ";
            $context["title_attributes"] = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "visually-hidden"], "method", false, false, true, 47);
            // line 48
            echo "  ";
        }
        // line 49
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 49, $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["title_attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; ($context["heading_id"] ?? null)], "method", false, false, true, 50), 50, $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["configuration"] ?? null), "label", [], "any", false, false, true, 50), 50, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 51
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 51, $this-&gt;source), "html", null, true);
        echo "

  ";
        // line 54
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 57
        echo "
";
    }

    // line 54
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 55
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 55, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "@classy/block/block--system-menu-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  89 =&gt; 55,  85 =&gt; 54,  80 =&gt; 57,  77 =&gt; 54,  72 =&gt; 51,  66 =&gt; 50,  61 =&gt; 49,  58 =&gt; 48,  55 =&gt; 47,  52 =&gt; 46,  45 =&gt; 44,  43 =&gt; 43,  41 =&gt; 40,  40 =&gt; 36,);
    }

    public function getSourceContext()
    {
        return new Source("", "@classy/block/block--system-menu-block.html.twig", "/var/www/html/core/themes/classy/templates/block/block--system-menu-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 36, "if" =&gt; 46, "block" =&gt; 54);
        static $filters = array("clean_class" =&gt; 40, "clean_id" =&gt; 43, "escape" =&gt; 44, "without" =&gt; 44);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'clean_id', 'escape', 'without'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7', '@classy/block/block--system-menu-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('@classy/block/block--system-menu-block.html.twig', NULL) (Line: 333)
Twig\Template->loadTemplate('@classy/block/block--system-menu-block.html.twig', 'themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', 1) (Line: 43)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_menu--main.html.twig_R8vL_haneA1eF8wnfo7WYezuA', '&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/tripin/templates/menu--main.html.twig */
class __TwigTemplate_1342de7367993843c5d95f5028e57d94 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        $macros["menus"] = $this-&gt;macros["menus"] = $this;
        // line 2
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 2, $context, $this-&gt;getSourceContext()));
        echo "
";
    }

    // line 3
    public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
    {
        $macros = $this-&gt;macros;
        $context = $this-&gt;env-&gt;mergeGlobals([
            "items" =&gt; $__items__,
            "attributes" =&gt; $__attributes__,
            "menu_level" =&gt; $__menu_level__,
            "varargs" =&gt; $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 4
            echo "  ";
            $macros["menus"] = $this;
            // line 5
            echo "  ";
            if (($context["items"] ?? null)) {
                // line 6
                echo "    ";
                if ((($context["menu_level"] ?? null) == 0)) {
                    // line 7
                    echo "      <ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; "ccn-nav"], "method", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
                    echo "&gt;
    ";
                } else {
                    // line 9
                    echo "      <ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "dropdown_ul"], "method", false, false, true, 9), "setAttribute", [0 =&gt; "id", 1 =&gt; ("ccn-sub-nav--" . twig_random($this-&gt;env))], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                    echo "&gt;
    ";
                }
                // line 11
                echo "    
    ";
                // line 12
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 13
                    echo "      ";
                    $context["item_url_rendered"] = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 13), 13, $this-&gt;source));
                    // line 14
                    echo "      ";
                    if ((((($context["menu_level"] ?? null) &gt; 0) &amp;&amp;  !twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 14)) &amp;&amp; twig_in_filter("#custom-content-87qw", ($context["item_url_rendered"] ?? null)))) {
                        // line 15
                        echo "        ";
                        $context["item_url_rendered_parts"] = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 15, $this-&gt;source), "---");
                        // line 16
                        echo "        <li>
          ";
                        // line 17
                        if ((twig_in_filter("block-id", (($__internal_compile_0 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null)) &amp;&amp; twig_in_filter((($__internal_compile_1 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[2] ?? null) : null), "block****block_content"))) {
                            // line 18
                            echo "            ";
                            // line 19
                            echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[2] ?? null) : null), 19, $this-&gt;source), "html", null, true);
                            echo "\" data-block-id=\"";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_3 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[3] ?? null) : null), 19, $this-&gt;source), "html", null, true);
                            echo "\"&gt;
              
              ";
                            // line 22
                            echo "            
          ";
                        }
                        // line 24
                        echo "        </li>
      ";
                    } elseif (((                    // line 25
($context["menu_level"] ?? null) == 0) &amp;&amp; twig_in_filter("#custom-modal", ($context["item_url_rendered"] ?? null)))) {
                        echo " ";
                        // line 26
                        echo "        ";
                        $context["item_url_rendered_parts"] = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 26, $this-&gt;source), "---");
                        // line 27
                        echo "        <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 27), "addClass", [0 =&gt; "dropdown_li"], "method", false, false, true, 27), "addClass", [0 =&gt; "custom-menu-content"], "method", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                        echo "&gt;
          ";
                        // line 29
                        echo "          ";
                        $context["inner_markup"] = (((("sandbox-&gt;ensureToStringAllowed((($__internal_compile_4 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[2] ?? null) : null), 29, $this-&gt;source)) . "\"&gt;") . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 29), 29, $this-&gt;source)) . "");
                        // line 30
                        echo "          ";
                        ob_start(function () { return ''; });
                        // line 31
                        echo "            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 31, $this-&gt;source));
                        echo "
          ";
                        $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                        // line 33
                        echo "          ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 33, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 33), 33, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 33), "addClass", [0 =&gt; ("ccn-sub-nav " . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[1] ?? null) : null), 33, $this-&gt;source))], "method", false, false, true, 33), 33, $this-&gt;source)), "html", null, true);
                        echo "
          ";
                        // line 34
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 34)) {
                            // line 35
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 35), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 35, $context, $this-&gt;getSourceContext()));
                            echo "
          ";
                        }
                        // line 37
                        echo "        </li>
      ";
                    } else {
                        // line 39
                        echo "        ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 39)) {
                            // line 40
                            echo "          ";
                            $context["new_class"] = ((twig_in_filter("#custom-class", ($context["item_url_rendered"] ?? null))) ? (twig_replace_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 40, $this-&gt;source), ["#custom-class---" =&gt; ""])) : (""));
                            // line 41
                            echo "          <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 41), "addClass", [0 =&gt; "dropdown_li"], "method", false, false, true, 41), "addClass", [0 =&gt; ($context["new_class"] ?? null)], "method", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                            echo "&gt;
            ";
                            // line 42
                            $context["inner_markup"] = (("" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 42), 42, $this-&gt;source)) . "");
                            // line 43
                            echo "            ";
                            ob_start(function () { return ''; });
                            // line 44
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 44, $this-&gt;source));
                            echo "
            ";
                            $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 46
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 46, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 46), 46, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 46), "addClass", [0 =&gt; "ccn-sub-nav"], "method", false, false, true, 46), 46, $this-&gt;source)), "html", null, true);
                            echo "
            ";
                            // line 47
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 47)) {
                                // line 48
                                echo "              ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 48, $context, $this-&gt;getSourceContext()));
                                echo "
            ";
                            }
                            // line 50
                            echo "          </li>
        ";
                        } else {
                            // line 52
                            echo "          <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "addClass", [0 =&gt; ""], "method", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                            echo "&gt;
            ";
                            // line 53
                            $context["inner_markup"] = (("" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 53), 53, $this-&gt;source)) . "");
                            // line 54
                            echo "            ";
                            ob_start(function () { return ''; });
                            // line 55
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 55, $this-&gt;source));
                            echo "
            ";
                            $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 57
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 57, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 57), 57, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 57), "addClass", [0 =&gt; ""], "method", false, false, true, 57), 57, $this-&gt;source)), "html", null, true);
                            echo "
            ";
                            // line 58
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 58)) {
                                // line 59
                                echo "              ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 59), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 59, $context, $this-&gt;getSourceContext()));
                                echo "
            ";
                            }
                            // line 61
                            echo "          </li>
        ";
                        }
                        // line 63
                        echo "      ";
                    }
                    // line 64
                    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 65
                echo "
    </ul>
  ";
            }

            return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        } finally {
            ob_end_clean();
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/menu--main.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  242 =&gt; 65,  236 =&gt; 64,  233 =&gt; 63,  229 =&gt; 61,  223 =&gt; 59,  221 =&gt; 58,  216 =&gt; 57,  210 =&gt; 55,  207 =&gt; 54,  205 =&gt; 53,  200 =&gt; 52,  196 =&gt; 50,  190 =&gt; 48,  188 =&gt; 47,  183 =&gt; 46,  177 =&gt; 44,  174 =&gt; 43,  172 =&gt; 42,  167 =&gt; 41,  164 =&gt; 40,  161 =&gt; 39,  157 =&gt; 37,  151 =&gt; 35,  149 =&gt; 34,  144 =&gt; 33,  138 =&gt; 31,  135 =&gt; 30,  132 =&gt; 29,  127 =&gt; 27,  124 =&gt; 26,  121 =&gt; 25,  118 =&gt; 24,  114 =&gt; 22,  106 =&gt; 19,  104 =&gt; 18,  102 =&gt; 17,  99 =&gt; 16,  96 =&gt; 15,  93 =&gt; 14,  90 =&gt; 13,  86 =&gt; 12,  83 =&gt; 11,  77 =&gt; 9,  71 =&gt; 7,  68 =&gt; 6,  65 =&gt; 5,  62 =&gt; 4,  47 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/menu--main.html.twig", "/var/www/html/themes/tripin/templates/menu--main.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("import" =&gt; 1, "macro" =&gt; 3, "if" =&gt; 5, "for" =&gt; 12, "set" =&gt; 13);
        static $filters = array("escape" =&gt; 7, "render" =&gt; 13, "split" =&gt; 15, "raw" =&gt; 31, "replace" =&gt; 40);
        static $functions = array("random" =&gt; 9, "link" =&gt; 33);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['import', 'macro', 'if', 'for', 'set'],
                ['escape', 'render', 'split', 'raw', 'replace'],
                ['random', 'link']
            );
        } 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('696a15d688d53_menu--main.html.twig_R8vL_haneA1eF8wnfo7WYezuA', '&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/tripin/templates/menu--main.html.twig */
class __TwigTemplate_1342de7367993843c5d95f5028e57d94 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        $macros["menus"] = $this-&gt;macros["menus"] = $this;
        // line 2
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [($context["items"] ?? null), ($context["attributes"] ?? null), 0], 2, $context, $this-&gt;getSourceContext()));
        echo "
";
    }

    // line 3
    public function macro_menu_links($__items__ = null, $__attributes__ = null, $__menu_level__ = null, ...$__varargs__)
    {
        $macros = $this-&gt;macros;
        $context = $this-&gt;env-&gt;mergeGlobals([
            "items" =&gt; $__items__,
            "attributes" =&gt; $__attributes__,
            "menu_level" =&gt; $__menu_level__,
            "varargs" =&gt; $__varargs__,
        ]);

        $blocks = [];

        ob_start(function () { return ''; });
        try {
            // line 4
            echo "  ";
            $macros["menus"] = $this;
            // line 5
            echo "  ";
            if (($context["items"] ?? null)) {
                // line 6
                echo "    ";
                if ((($context["menu_level"] ?? null) == 0)) {
                    // line 7
                    echo "      <ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "setAttribute", [0 =&gt; "id", 1 =&gt; "ccn-nav"], "method", false, false, true, 7), 7, $this-&gt;source), "html", null, true);
                    echo "&gt;
    ";
                } else {
                    // line 9
                    echo "      <ul>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "dropdown_ul"], "method", false, false, true, 9), "setAttribute", [0 =&gt; "id", 1 =&gt; ("ccn-sub-nav--" . twig_random($this-&gt;env))], "method", false, false, true, 9), 9, $this-&gt;source), "html", null, true);
                    echo "&gt;
    ";
                }
                // line 11
                echo "    
    ";
                // line 12
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable(($context["items"] ?? null));
                foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                    // line 13
                    echo "      ";
                    $context["item_url_rendered"] = $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 13), 13, $this-&gt;source));
                    // line 14
                    echo "      ";
                    if ((((($context["menu_level"] ?? null) &gt; 0) &amp;&amp;  !twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 14)) &amp;&amp; twig_in_filter("#custom-content-87qw", ($context["item_url_rendered"] ?? null)))) {
                        // line 15
                        echo "        ";
                        $context["item_url_rendered_parts"] = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 15, $this-&gt;source), "---");
                        // line 16
                        echo "        <li>
          ";
                        // line 17
                        if ((twig_in_filter("block-id", (($__internal_compile_0 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null)) &amp;&amp; twig_in_filter((($__internal_compile_1 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1[2] ?? null) : null), "block****block_content"))) {
                            // line 18
                            echo "            ";
                            // line 19
                            echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[2] ?? null) : null), 19, $this-&gt;source), "html", null, true);
                            echo "\" data-block-id=\"";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_3 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3[3] ?? null) : null), 19, $this-&gt;source), "html", null, true);
                            echo "\"&gt;
              
              ";
                            // line 22
                            echo "            
          ";
                        }
                        // line 24
                        echo "        </li>
      ";
                    } elseif (((                    // line 25
($context["menu_level"] ?? null) == 0) &amp;&amp; twig_in_filter("#custom-modal", ($context["item_url_rendered"] ?? null)))) {
                        echo " ";
                        // line 26
                        echo "        ";
                        $context["item_url_rendered_parts"] = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 26, $this-&gt;source), "---");
                        // line 27
                        echo "        <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 27), "addClass", [0 =&gt; "dropdown_li"], "method", false, false, true, 27), "addClass", [0 =&gt; "custom-menu-content"], "method", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
                        echo "&gt;
          ";
                        // line 29
                        echo "          ";
                        $context["inner_markup"] = (((("sandbox-&gt;ensureToStringAllowed((($__internal_compile_4 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[2] ?? null) : null), 29, $this-&gt;source)) . "\"&gt;") . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 29), 29, $this-&gt;source)) . "");
                        // line 30
                        echo "          ";
                        ob_start(function () { return ''; });
                        // line 31
                        echo "            ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 31, $this-&gt;source));
                        echo "
          ";
                        $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                        // line 33
                        echo "          ";
                        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 33, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 33), 33, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 33), "addClass", [0 =&gt; ("ccn-sub-nav " . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = ($context["item_url_rendered_parts"] ?? null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[1] ?? null) : null), 33, $this-&gt;source))], "method", false, false, true, 33), 33, $this-&gt;source)), "html", null, true);
                        echo "
          ";
                        // line 34
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 34)) {
                            // line 35
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 35), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 35, $context, $this-&gt;getSourceContext()));
                            echo "
          ";
                        }
                        // line 37
                        echo "        </li>
      ";
                    } else {
                        // line 39
                        echo "        ";
                        if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "is_expanded", [], "any", false, false, true, 39)) {
                            // line 40
                            echo "          ";
                            $context["new_class"] = ((twig_in_filter("#custom-class", ($context["item_url_rendered"] ?? null))) ? (twig_replace_filter($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["item_url_rendered"] ?? null), 40, $this-&gt;source), ["#custom-class---" =&gt; ""])) : (""));
                            // line 41
                            echo "          <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 41), "addClass", [0 =&gt; "dropdown_li"], "method", false, false, true, 41), "addClass", [0 =&gt; ($context["new_class"] ?? null)], "method", false, false, true, 41), 41, $this-&gt;source), "html", null, true);
                            echo "&gt;
            ";
                            // line 42
                            $context["inner_markup"] = (("" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 42), 42, $this-&gt;source)) . "");
                            // line 43
                            echo "            ";
                            ob_start(function () { return ''; });
                            // line 44
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 44, $this-&gt;source));
                            echo "
            ";
                            $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 46
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 46, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 46), 46, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 46), "addClass", [0 =&gt; "ccn-sub-nav"], "method", false, false, true, 46), 46, $this-&gt;source)), "html", null, true);
                            echo "
            ";
                            // line 47
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 47)) {
                                // line 48
                                echo "              ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 48), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 48, $context, $this-&gt;getSourceContext()));
                                echo "
            ";
                            }
                            // line 50
                            echo "          </li>
        ";
                        } else {
                            // line 52
                            echo "          <li>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "addClass", [0 =&gt; ""], "method", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                            echo "&gt;
            ";
                            // line 53
                            $context["inner_markup"] = (("" . $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "title", [], "any", false, false, true, 53), 53, $this-&gt;source)) . "");
                            // line 54
                            echo "            ";
                            ob_start(function () { return ''; });
                            // line 55
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["inner_markup"] ?? null), 55, $this-&gt;source));
                            echo "
            ";
                            $context["link_text"] = ('' === $tmp = ob_get_clean()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
                            // line 57
                            echo "            ";
                            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getLink($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["link_text"] ?? null), 57, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "url", [], "any", false, false, true, 57), 57, $this-&gt;source), $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 57), "addClass", [0 =&gt; ""], "method", false, false, true, 57), 57, $this-&gt;source)), "html", null, true);
                            echo "
            ";
                            // line 58
                            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 58)) {
                                // line 59
                                echo "              ";
                                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_call_macro($macros["menus"], "macro_menu_links", [twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "below", [], "any", false, false, true, 59), ($context["attributes"] ?? null), (($context["menu_level"] ?? null) + 1)], 59, $context, $this-&gt;getSourceContext()));
                                echo "
            ";
                            }
                            // line 61
                            echo "          </li>
        ";
                        }
                        // line 63
                        echo "      ";
                    }
                    // line 64
                    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 65
                echo "
    </ul>
  ";
            }

            return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this-&gt;env-&gt;getCharset());
        } finally {
            ob_end_clean();
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/menu--main.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  242 =&gt; 65,  236 =&gt; 64,  233 =&gt; 63,  229 =&gt; 61,  223 =&gt; 59,  221 =&gt; 58,  216 =&gt; 57,  210 =&gt; 55,  207 =&gt; 54,  205 =&gt; 53,  200 =&gt; 52,  196 =&gt; 50,  190 =&gt; 48,  188 =&gt; 47,  183 =&gt; 46,  177 =&gt; 44,  174 =&gt; 43,  172 =&gt; 42,  167 =&gt; 41,  164 =&gt; 40,  161 =&gt; 39,  157 =&gt; 37,  151 =&gt; 35,  149 =&gt; 34,  144 =&gt; 33,  138 =&gt; 31,  135 =&gt; 30,  132 =&gt; 29,  127 =&gt; 27,  124 =&gt; 26,  121 =&gt; 25,  118 =&gt; 24,  114 =&gt; 22,  106 =&gt; 19,  104 =&gt; 18,  102 =&gt; 17,  99 =&gt; 16,  96 =&gt; 15,  93 =&gt; 14,  90 =&gt; 13,  86 =&gt; 12,  83 =&gt; 11,  77 =&gt; 9,  71 =&gt; 7,  68 =&gt; 6,  65 =&gt; 5,  62 =&gt; 4,  47 =&gt; 3,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/menu--main.html.twig", "/var/www/html/themes/tripin/templates/menu--main.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("import" =&gt; 1, "macro" =&gt; 3, "if" =&gt; 5, "for" =&gt; 12, "set" =&gt; 13);
        static $filters = array("escape" =&gt; 7, "render" =&gt; 13, "split" =&gt; 15, "raw" =&gt; 31, "replace" =&gt; 40);
        static $functions = array("random" =&gt; 9, "link" =&gt; 33);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['import', 'macro', 'if', 'for', 'set'],
                ['escape', 'render', 'split', 'raw', 'replace'],
                ['random', 'link']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_1342de7367993843c5d95f5028e57d94', 'themes/tripin/templates/menu--main.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/menu--main.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/menu--main.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('menu__main', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 58)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 78)
__TwigTemplate_04f5c9aa9730df2edfea28f761c176a7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array, Array) (Line: 44)
__TwigTemplate_1889ce31eb8df3f151c9b72d5bc8426d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block--system-menu-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_region.html.twig_NauGh7QvWznIKs111L7_T-LB9', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/layout/region.html.twig */
class __TwigTemplate_aefed1b6711a56832871837dc9bff31f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        $context["classes"] = [0 =&gt; "region", 1 =&gt; ("region-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 18
($context["region"] ?? null), 18, $this-&gt;source)))];
        // line 21
        if (($context["content"] ?? null)) {
            // line 22
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
            echo "&gt;
    ";
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 23, $this-&gt;source), "html", null, true);
            echo "
  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/layout/region.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  49 =&gt; 23,  44 =&gt; 22,  42 =&gt; 21,  40 =&gt; 18,  39 =&gt; 16,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/layout/region.html.twig", "/var/www/html/core/themes/classy/templates/layout/region.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 16, "if" =&gt; 21);
        static $filters = array("clean_class" =&gt; 18, "escape" =&gt; 22);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_region.html.twig_NauGh7QvWznIKs111L7_T-LB9', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/layout/region.html.twig */
class __TwigTemplate_aefed1b6711a56832871837dc9bff31f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        $context["classes"] = [0 =&gt; "region", 1 =&gt; ("region-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 18
($context["region"] ?? null), 18, $this-&gt;source)))];
        // line 21
        if (($context["content"] ?? null)) {
            // line 22
            echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 22), 22, $this-&gt;source), "html", null, true);
            echo "&gt;
    ";
            // line 23
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 23, $this-&gt;source), "html", null, true);
            echo "
  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/layout/region.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  49 =&gt; 23,  44 =&gt; 22,  42 =&gt; 21,  40 =&gt; 18,  39 =&gt; 16,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/layout/region.html.twig", "/var/www/html/core/themes/classy/templates/layout/region.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 16, "if" =&gt; 21);
        static $filters = array("clean_class" =&gt; 18, "escape" =&gt; 22);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_aefed1b6711a56832871837dc9bff31f', 'core/themes/classy/templates/layout/region.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/layout/region.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/layout/region.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 74)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_links--language-block.htm_Sghxop9UDUIhfrqIyM03AbF5E', '&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/tripin/templates/links--language-block.html.twig */
class __TwigTemplate_7ba2925452ea5e48466ef79f718894e2 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 34
        if (($context["links"] ?? null)) {
            // line 35
            if (($context["heading"] ?? null)) {
                // line 36
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "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["heading"] ?? null), "level", [], "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["heading"] ?? null), "attributes", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 39
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                    echo "";
                }
            }
            // line 43
            echo "
    
    ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Language"));
            echo "
  
  
    ";
            // line 48
            $context["language_select_id"] = \Drupal\Component\Utility\Html::getUniqueId("language-select");
            // line 49
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language_select_id"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "\" class=\"visually-hidden\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Language"));
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language_select_id"] ?? null), 50, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            // line 51
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // 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["item"], "attributes", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                echo " value=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "class", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                echo "\" data-href=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = twig_split_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52), 52, $this-&gt;source)), "\"")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null), 52, $this-&gt;source), "html", null, true);
                echo "\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null), 52, $this-&gt;source), "html", null, true);
                echo "\" ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($context["language"] ?? null) == twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "class", [], "any", false, false, true, 52))) ? ("selected=\"selected\"") : ("")));
                echo "&gt;";
                // line 53
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 53)) {
                    // line 54
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = twig_split_filter($this-&gt;env, twig_upper_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, (($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 54)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#options"] ?? null) : null), "language", [], "any", false, false, true, 54), "id", [], "any", false, false, true, 54), 54, $this-&gt;source)), "-")) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null), 54, $this-&gt;source), "html", null, true);
                    echo " &nbsp;";
                } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 55
$context["item"], "text_attributes", [], "any", false, false, true, 55)) {
                    // line 56
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text_attributes", [], "any", false, false, true, 56), 56, $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((($__internal_compile_4 = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 56), 56, $this-&gt;source), "-")) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null), 56, $this-&gt;source), "html", null, true);
                    echo "";
                } else {
                    // line 58
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 58), 58, $this-&gt;source), "-")) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), 58, $this-&gt;source), "html", null, true);
                }
                // line 60
                echo "";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 62
            echo "
  

  ";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/links--language-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  124 =&gt; 62,  118 =&gt; 60,  115 =&gt; 58,  108 =&gt; 56,  106 =&gt; 55,  103 =&gt; 54,  101 =&gt; 53,  89 =&gt; 52,  85 =&gt; 51,  82 =&gt; 50,  75 =&gt; 49,  73 =&gt; 48,  67 =&gt; 45,  63 =&gt; 43,  55 =&gt; 39,  45 =&gt; 37,  43 =&gt; 36,  41 =&gt; 35,  39 =&gt; 34,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/links--language-block.html.twig", "/var/www/html/themes/tripin/templates/links--language-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 34, "set" =&gt; 48, "for" =&gt; 51);
        static $filters = array("escape" =&gt; 37, "t" =&gt; 45, "clean_unique_id" =&gt; 48, "split" =&gt; 52, "render" =&gt; 52, "upper" =&gt; 54);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'set', 'for'],
                ['escape', 't', 'clean_unique_id', 'split', 'render', 'upper'],
                []
            );
        } 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('696a15d688d53_links--language-block.htm_Sghxop9UDUIhfrqIyM03AbF5E', '&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/tripin/templates/links--language-block.html.twig */
class __TwigTemplate_7ba2925452ea5e48466ef79f718894e2 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 34
        if (($context["links"] ?? null)) {
            // line 35
            if (($context["heading"] ?? null)) {
                // line 36
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "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["heading"] ?? null), "level", [], "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["heading"] ?? null), "attributes", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "level", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                } else {
                    // line 39
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "attributes", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                    echo "&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["heading"] ?? null), "text", [], "any", false, false, true, 39), 39, $this-&gt;source), "html", null, true);
                    echo "";
                }
            }
            // line 43
            echo "
    
    ";
            // line 45
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Language"));
            echo "
  
  
    ";
            // line 48
            $context["language_select_id"] = \Drupal\Component\Utility\Html::getUniqueId("language-select");
            // line 49
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language_select_id"] ?? null), 49, $this-&gt;source), "html", null, true);
            echo "\" class=\"visually-hidden\"&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Language"));
            echo "
    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["language_select_id"] ?? null), 50, $this-&gt;source), "html", null, true);
            echo "\"&gt;";
            // line 51
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["links"] ?? null));
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // 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["item"], "attributes", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                echo " value=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "class", [], "any", false, false, true, 52), 52, $this-&gt;source), "html", null, true);
                echo "\" data-href=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 = twig_split_filter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52), 52, $this-&gt;source)), "\"")) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[1] ?? null) : null), 52, $this-&gt;source), "html", null, true);
                echo "\" title=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 52)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#title"] ?? null) : null), 52, $this-&gt;source), "html", null, true);
                echo "\" ";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($context["language"] ?? null) == twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "attributes", [], "any", false, false, true, 52), "class", [], "any", false, false, true, 52))) ? ("selected=\"selected\"") : ("")));
                echo "&gt;";
                // line 53
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 53)) {
                    // line 54
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = twig_split_filter($this-&gt;env, twig_upper_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, (($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "link", [], "any", false, false, true, 54)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#options"] ?? null) : null), "language", [], "any", false, false, true, 54), "id", [], "any", false, false, true, 54), 54, $this-&gt;source)), "-")) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null), 54, $this-&gt;source), "html", null, true);
                    echo " &nbsp;";
                } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 55
$context["item"], "text_attributes", [], "any", false, false, true, 55)) {
                    // line 56
                    echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text_attributes", [], "any", false, false, true, 56), 56, $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((($__internal_compile_4 = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 56), 56, $this-&gt;source), "-")) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null), 56, $this-&gt;source), "html", null, true);
                    echo "";
                } else {
                    // line 58
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = twig_split_filter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 58), 58, $this-&gt;source), "-")) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null), 58, $this-&gt;source), "html", null, true);
                }
                // line 60
                echo "";
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 62
            echo "
  

  ";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/links--language-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  124 =&gt; 62,  118 =&gt; 60,  115 =&gt; 58,  108 =&gt; 56,  106 =&gt; 55,  103 =&gt; 54,  101 =&gt; 53,  89 =&gt; 52,  85 =&gt; 51,  82 =&gt; 50,  75 =&gt; 49,  73 =&gt; 48,  67 =&gt; 45,  63 =&gt; 43,  55 =&gt; 39,  45 =&gt; 37,  43 =&gt; 36,  41 =&gt; 35,  39 =&gt; 34,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/links--language-block.html.twig", "/var/www/html/themes/tripin/templates/links--language-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 34, "set" =&gt; 48, "for" =&gt; 51);
        static $filters = array("escape" =&gt; 37, "t" =&gt; 45, "clean_unique_id" =&gt; 48, "split" =&gt; 52, "render" =&gt; 52, "upper" =&gt; 54);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'set', 'for'],
                ['escape', 't', 'clean_unique_id', 'split', 'render', 'upper'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7ba2925452ea5e48466ef79f718894e2', 'themes/tripin/templates/links--language-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/links--language-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/links--language-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('links__language_block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 155)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_breadcrumb.html.twig__yVAzZdveE4h4hkcw4vlEUUfs', '&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/tripin/templates/breadcrumb.html.twig */
class __TwigTemplate_2415e828a888cf4d5a62b610736cbbe7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["breadcrumb"] ?? null)) {
            // line 2
            echo "
  
    
      
        ";
            // line 6
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share this"));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Social links"));
            echo "\" title=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Show more"));
            echo "\" /&gt;
        ";
            // line 8
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("social_sharing_block"), "html", null, true);
            echo "
      
    ";
            // line 10
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
            $context['loop'] = [
              'parent' =&gt; $context['_parent'],
              'index0' =&gt; 0,
              'index'  =&gt; 1,
              'first'  =&gt; true,
            ];
            if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                $length = count($context['_seq']);
                $context['loop']['revindex0'] = $length - 1;
                $context['loop']['revindex'] = $length;
                $context['loop']['length'] = $length;
                $context['loop']['last'] = 1 === $length;
            }
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 11
                echo "      ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "first", [], "any", false, false, true, 11)) {
                    // line 12
                    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["item"], "url", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
                    echo "\" class=\"home-img\"&gt; extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Home"));
                    echo "\" /&gt; </a>
         | 
      ";
                } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 14
$context["item"], "url", [], "any", false, false, true, 14)) {
                    // line 15
                    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["item"], "url", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                    echo "</a>
         | 
      ";
                } else {
                    // line 18
                    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"], "text", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                    echo "
         | 
      ";
                }
                // line 21
                echo "    ";
                ++$context['loop']['index0'];
                ++$context['loop']['index'];
                $context['loop']['first'] = false;
                if (isset($context['loop']['length'])) {
                    --$context['loop']['revindex0'];
                    --$context['loop']['revindex'];
                    $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 22
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_page_title"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    
  

";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/breadcrumb.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  122 =&gt; 22,  108 =&gt; 21,  101 =&gt; 18,  92 =&gt; 15,  90 =&gt; 14,  82 =&gt; 12,  79 =&gt; 11,  62 =&gt; 10,  57 =&gt; 8,  51 =&gt; 7,  47 =&gt; 6,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/breadcrumb.html.twig", "/var/www/html/themes/tripin/templates/breadcrumb.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 1, "for" =&gt; 10);
        static $filters = array("t" =&gt; 6, "escape" =&gt; 8);
        static $functions = array("drupal_block" =&gt; 8);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'for'],
                ['t', 'escape'],
                ['drupal_block']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_breadcrumb.html.twig__yVAzZdveE4h4hkcw4vlEUUfs', '&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/tripin/templates/breadcrumb.html.twig */
class __TwigTemplate_2415e828a888cf4d5a62b610736cbbe7 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["breadcrumb"] ?? null)) {
            // line 2
            echo "
  
    
      
        ";
            // line 6
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Share this"));
            echo "
        extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Social links"));
            echo "\" title=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Show more"));
            echo "\" /&gt;
        ";
            // line 8
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, Drupal\twig_tweak\TwigTweakExtension::drupalBlock("social_sharing_block"), "html", null, true);
            echo "
      
    ";
            // line 10
            $context['_parent'] = $context;
            $context['_seq'] = twig_ensure_traversable(($context["breadcrumb"] ?? null));
            $context['loop'] = [
              'parent' =&gt; $context['_parent'],
              'index0' =&gt; 0,
              'index'  =&gt; 1,
              'first'  =&gt; true,
            ];
            if (is_array($context['_seq']) || (is_object($context['_seq']) &amp;&amp; $context['_seq'] instanceof \Countable)) {
                $length = count($context['_seq']);
                $context['loop']['revindex0'] = $length - 1;
                $context['loop']['revindex'] = $length;
                $context['loop']['length'] = $length;
                $context['loop']['last'] = 1 === $length;
            }
            foreach ($context['_seq'] as $context["_key"] =&gt; $context["item"]) {
                // line 11
                echo "      ";
                if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["loop"], "first", [], "any", false, false, true, 11)) {
                    // line 12
                    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["item"], "url", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
                    echo "\" class=\"home-img\"&gt; extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Home"));
                    echo "\" /&gt; </a>
         | 
      ";
                } elseif (twig_get_attribute($this-&gt;env, $this-&gt;source,                 // line 14
$context["item"], "url", [], "any", false, false, true, 14)) {
                    // line 15
                    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["item"], "url", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                    echo "\"&gt;";
                    echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["item"], "text", [], "any", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
                    echo "</a>
         | 
      ";
                } else {
                    // line 18
                    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"], "text", [], "any", false, false, true, 18), 18, $this-&gt;source), "html", null, true);
                    echo "
         | 
      ";
                }
                // line 21
                echo "    ";
                ++$context['loop']['index0'];
                ++$context['loop']['index'];
                $context['loop']['first'] = false;
                if (isset($context['loop']['length'])) {
                    --$context['loop']['revindex0'];
                    --$context['loop']['revindex'];
                    $context['loop']['last'] = 0 === $context['loop']['revindex0'];
                }
            }
            $_parent = $context['_parent'];
            unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
            $context = array_intersect_key($context, $_parent) + $_parent;
            // line 22
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["current_page_title"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
    
  

";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/breadcrumb.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  122 =&gt; 22,  108 =&gt; 21,  101 =&gt; 18,  92 =&gt; 15,  90 =&gt; 14,  82 =&gt; 12,  79 =&gt; 11,  62 =&gt; 10,  57 =&gt; 8,  51 =&gt; 7,  47 =&gt; 6,  41 =&gt; 2,  39 =&gt; 1,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/breadcrumb.html.twig", "/var/www/html/themes/tripin/templates/breadcrumb.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 1, "for" =&gt; 10);
        static $filters = array("t" =&gt; 6, "escape" =&gt; 8);
        static $functions = array("drupal_block" =&gt; 8);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if', 'for'],
                ['t', 'escape'],
                ['drupal_block']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_2415e828a888cf4d5a62b610736cbbe7', 'themes/tripin/templates/breadcrumb.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/breadcrumb.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/breadcrumb.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 249)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_social-media-links.html.t_mjrrlbwqbuJ1_3UG2a1mHe8GN', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/social_media/templates/social-media-links.html.twig */
class __TwigTemplate_5f0952b135de6d1d7363b96be1a2ae8a extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 8
        echo "


  <ul>
    ";
        // line 12
        $context["classes"] = [0 =&gt; "share"];
        // line 16
        echo "    ";
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["elements"] ?? null));
        foreach ($context['_seq'] as $context["_key"] =&gt; $context["element"]) {
            // line 17
            echo "      ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "forward_dialog", [], "any", false, false, true, 17) == 1)) {
                // line 18
                echo "        ";
                $context["classes"] = twig_array_merge($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["classes"] ?? null), 18, $this-&gt;source), [0 =&gt; "use-ajax"]);
                // line 19
                echo "        ";
                $context["dialogType"] = "data-dialog-type=dialog";
                // line 20
                echo "        ";
                $context["dialogOptions"] = ("data-dialog-options=" . json_encode(["width" =&gt; "600"]));
                // line 21
                echo "      ";
            }
            // line 22
            echo "      <li>
        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dialogType"] ?? null), 23, $this-&gt;source), "html", null, true);
            echo " ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dialogOptions"] ?? null), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "target", [], "any", false, false, true, 23), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "rel", [], "any", false, false, true, 23), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "class", [], "any", false, false, true, 23), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 23), 23, $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["element"], "api", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            echo "
          title=\"";
            // line 24
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "text", [], "any", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
            echo "\"&gt;
          ";
            // line 25
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "img", [], "any", false, false, true, 25)) {
                // line 26
                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["element"], "text", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                echo "\" src=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "img", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                echo "\"&gt;
          ";
            } else {
                // line 28
                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["element"], "text", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 30
            echo "        </a>

      </li>
    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 34
        echo "  </ul>


";
    }

    public function getTemplateName()
    {
        return "modules/social_media/templates/social-media-links.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  113 =&gt; 34,  104 =&gt; 30,  98 =&gt; 28,  90 =&gt; 26,  88 =&gt; 25,  84 =&gt; 24,  70 =&gt; 23,  67 =&gt; 22,  64 =&gt; 21,  61 =&gt; 20,  58 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  47 =&gt; 16,  45 =&gt; 12,  39 =&gt; 8,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/social_media/templates/social-media-links.html.twig", "/var/www/html/modules/social_media/templates/social-media-links.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 12, "for" =&gt; 16, "if" =&gt; 17);
        static $filters = array("merge" =&gt; 18, "json_encode" =&gt; 20, "escape" =&gt; 23);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'for', 'if'],
                ['merge', 'json_encode', '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('696a15d688d53_social-media-links.html.t_mjrrlbwqbuJ1_3UG2a1mHe8GN', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/social_media/templates/social-media-links.html.twig */
class __TwigTemplate_5f0952b135de6d1d7363b96be1a2ae8a extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 8
        echo "


  <ul>
    ";
        // line 12
        $context["classes"] = [0 =&gt; "share"];
        // line 16
        echo "    ";
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["elements"] ?? null));
        foreach ($context['_seq'] as $context["_key"] =&gt; $context["element"]) {
            // line 17
            echo "      ";
            if ((twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "forward_dialog", [], "any", false, false, true, 17) == 1)) {
                // line 18
                echo "        ";
                $context["classes"] = twig_array_merge($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["classes"] ?? null), 18, $this-&gt;source), [0 =&gt; "use-ajax"]);
                // line 19
                echo "        ";
                $context["dialogType"] = "data-dialog-type=dialog";
                // line 20
                echo "        ";
                $context["dialogOptions"] = ("data-dialog-options=" . json_encode(["width" =&gt; "600"]));
                // line 21
                echo "      ";
            }
            // line 22
            echo "      <li>
        <a>extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dialogType"] ?? null), 23, $this-&gt;source), "html", null, true);
            echo " ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["dialogOptions"] ?? null), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "target", [], "any", false, false, true, 23), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "rel", [], "any", false, false, true, 23), 23, $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, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "attr", [], "any", false, false, true, 23), "class", [], "any", false, false, true, 23), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 23), 23, $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["element"], "api", [], "any", false, false, true, 23), 23, $this-&gt;source), "html", null, true);
            echo "
          title=\"";
            // line 24
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "text", [], "any", false, false, true, 24), 24, $this-&gt;source), "html", null, true);
            echo "\"&gt;
          ";
            // line 25
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "img", [], "any", false, false, true, 25)) {
                // line 26
                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["element"], "text", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                echo "\" src=\"";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, $context["element"], "img", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
                echo "\"&gt;
          ";
            } else {
                // line 28
                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["element"], "text", [], "any", false, false, true, 28), 28, $this-&gt;source), "html", null, true);
                echo "
          ";
            }
            // line 30
            echo "        </a>

      </li>
    ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['_key'], $context['element'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 34
        echo "  </ul>


";
    }

    public function getTemplateName()
    {
        return "modules/social_media/templates/social-media-links.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  113 =&gt; 34,  104 =&gt; 30,  98 =&gt; 28,  90 =&gt; 26,  88 =&gt; 25,  84 =&gt; 24,  70 =&gt; 23,  67 =&gt; 22,  64 =&gt; 21,  61 =&gt; 20,  58 =&gt; 19,  55 =&gt; 18,  52 =&gt; 17,  47 =&gt; 16,  45 =&gt; 12,  39 =&gt; 8,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/social_media/templates/social-media-links.html.twig", "/var/www/html/modules/social_media/templates/social-media-links.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 12, "for" =&gt; 16, "if" =&gt; 17);
        static $filters = array("merge" =&gt; 18, "json_encode" =&gt; 20, "escape" =&gt; 23);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'for', 'if'],
                ['merge', 'json_encode', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5f0952b135de6d1d7363b96be1a2ae8a', 'modules/social_media/templates/social-media-links.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/social_media/templates/social-media-links.html.twig') (Line: 55)
twig_render_template('modules/social_media/templates/social-media-links.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('social_media_links', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 57)
__TwigTemplate_2415e828a888cf4d5a62b610736cbbe7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/breadcrumb.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('breadcrumb', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 249)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--gateway.html.twig_Y50P_3Z3vSGV6oZKiBgQdOeoc', '&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/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig */
class __TwigTemplate_eff1f50decf03dff47936c86a3fdea0d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : ("")), 5 =&gt; (((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 8
($context["content"] ?? null), "field_image", [], "any", false, false, true, 8)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) ? ("has-bg-image") : (""))];
        // line 11
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 =&gt; "ccn-section"], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo " ";
        if ((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) {
            echo "style=\"background-image: url(";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) &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["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 11), "entity", [], "any", false, false, true, 11), "uri", [], "any", false, false, true, 11), "value", [], "any", false, false, true, 11), 11, $this-&gt;source)), "html", null, true);
            echo ");\"";
        }
        echo "&gt;
";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 50
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 14
        if (twig_trim_filter($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 14)))) {
            // line 15
            echo "  
    
      
        ";
            // line 18
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 18, $this-&gt;source), "html", null, true);
            if (($context["label"] ?? null)) {
                echo "";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 18, $this-&gt;source), "html", null, true);
                echo "";
            }
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 18, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 19
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 19))) {
                // line 20
                echo "        
          ";
                // line 21
                echo $this-&gt;extensions['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_subtitle", [], "any", false, false, true, 21), 21, $this-&gt;source), "html", null, true);
                echo "
        
        ";
            }
            // line 24
            echo "        ";
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 24))) {
                // line 25
                echo "        
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_8 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#url"] ?? null) : null), 26, $this-&gt;source), "html", null, true);
                echo "\" class=\"link\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 26, $this-&gt;source), "html", null, true);
                echo "</a>
        
        ";
            }
            // line 29
            echo "      
      ";
            // line 30
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 30))) {
                // 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["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
                echo "
      
      ";
            }
            // line 35
            echo "      ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_10 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 35)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#items"] ?? null) : null), 0, [], "any", false, false, true, 35), "value", [], "any", false, false, true, 35)) {
                // line 36
                echo "      
        ";
                // 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, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                echo "
      
      ";
            }
            // line 40
            echo "    
  
  ";
            // line 42
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 42)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#items"] ?? null) : null), 0, [], "any", false, false, true, 42), "value", [], "any", false, false, true, 42)) {
                // line 43
                echo "  
    ";
                // line 44
                echo $this-&gt;extensions['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_block", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
                echo "
  
  ";
            }
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  146 =&gt; 44,  143 =&gt; 43,  141 =&gt; 42,  137 =&gt; 40,  131 =&gt; 37,  128 =&gt; 36,  125 =&gt; 35,  119 =&gt; 32,  116 =&gt; 31,  114 =&gt; 30,  111 =&gt; 29,  103 =&gt; 26,  100 =&gt; 25,  97 =&gt; 24,  91 =&gt; 21,  88 =&gt; 20,  86 =&gt; 19,  76 =&gt; 18,  71 =&gt; 15,  69 =&gt; 14,  65 =&gt; 12,  60 =&gt; 50,  58 =&gt; 12,  47 =&gt; 11,  45 =&gt; 8,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 11, "block" =&gt; 12);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "trim" =&gt; 14, "render" =&gt; 14);
        static $functions = array("file_url" =&gt; 11);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape', 'trim', 'render'],
                ['file_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('696a15d688d53_block--gateway.html.twig_Y50P_3Z3vSGV6oZKiBgQdOeoc', '&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/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig */
class __TwigTemplate_eff1f50decf03dff47936c86a3fdea0d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : ("")), 5 =&gt; (((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 8
($context["content"] ?? null), "field_image", [], "any", false, false, true, 8)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) ? ("has-bg-image") : (""))];
        // line 11
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), "addClass", [0 =&gt; "ccn-section"], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo " ";
        if ((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[0] ?? null) : null)) {
            echo "style=\"background-image: url(";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 11)) &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["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 11), "entity", [], "any", false, false, true, 11), "uri", [], "any", false, false, true, 11), "value", [], "any", false, false, true, 11), 11, $this-&gt;source)), "html", null, true);
            echo ");\"";
        }
        echo "&gt;
";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 50
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 14
        if (twig_trim_filter($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 14)))) {
            // line 15
            echo "  
    
      
        ";
            // line 18
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 18, $this-&gt;source), "html", null, true);
            if (($context["label"] ?? null)) {
                echo "";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 18, $this-&gt;source), "html", null, true);
                echo "";
            }
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 18, $this-&gt;source), "html", null, true);
            echo "
        ";
            // line 19
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 19))) {
                // line 20
                echo "        
          ";
                // line 21
                echo $this-&gt;extensions['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_subtitle", [], "any", false, false, true, 21), 21, $this-&gt;source), "html", null, true);
                echo "
        
        ";
            }
            // line 24
            echo "        ";
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 24))) {
                // line 25
                echo "        
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_8 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8["#url"] ?? null) : null), 26, $this-&gt;source), "html", null, true);
                echo "\" class=\"link\"&gt;";
                echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null), 26, $this-&gt;source), "html", null, true);
                echo "</a>
        
        ";
            }
            // line 29
            echo "      
      ";
            // line 30
            if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 30))) {
                // 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["content"] ?? null), "field_paragraph_top", [], "any", false, false, true, 32), 32, $this-&gt;source), "html", null, true);
                echo "
      
      ";
            }
            // line 35
            echo "      ";
            if ( !twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_10 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 35)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#items"] ?? null) : null), 0, [], "any", false, false, true, 35), "value", [], "any", false, false, true, 35)) {
                // line 36
                echo "      
        ";
                // 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, ($context["content"] ?? null), "field_block", [], "any", false, false, true, 37), 37, $this-&gt;source), "html", null, true);
                echo "
      
      ";
            }
            // line 40
            echo "    
  
  ";
            // line 42
            if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 42)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#items"] ?? null) : null), 0, [], "any", false, false, true, 42), "value", [], "any", false, false, true, 42)) {
                // line 43
                echo "  
    ";
                // line 44
                echo $this-&gt;extensions['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_block", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
                echo "
  
  ";
            }
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  146 =&gt; 44,  143 =&gt; 43,  141 =&gt; 42,  137 =&gt; 40,  131 =&gt; 37,  128 =&gt; 36,  125 =&gt; 35,  119 =&gt; 32,  116 =&gt; 31,  114 =&gt; 30,  111 =&gt; 29,  103 =&gt; 26,  100 =&gt; 25,  97 =&gt; 24,  91 =&gt; 21,  88 =&gt; 20,  86 =&gt; 19,  76 =&gt; 18,  71 =&gt; 15,  69 =&gt; 14,  65 =&gt; 12,  60 =&gt; 50,  58 =&gt; 12,  47 =&gt; 11,  45 =&gt; 8,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 11, "block" =&gt; 12);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "trim" =&gt; 14, "render" =&gt; 14);
        static $functions = array("file_url" =&gt; 11);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape', 'trim', 'render'],
                ['file_url']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d', 'themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 342)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--featured-images.ht_UQv48xI0KJdyjhzjA8lSKKhgG', '&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/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig */
class __TwigTemplate_8b0d21395df3c7369398d23549ad8a8a extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section"], "method", false, false, true, 10), "addClass", [0 =&gt; "featured-images"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 20
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 12, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 13
        if (($context["label"] ?? null)) {
        }
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
    
      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, (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 15)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("wrap") : ("")));
        echo "\"&gt;
        ";
        // line 16
        echo $this-&gt;extensions['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_paragraphs", [], "any", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
        echo "
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  78 =&gt; 16,  74 =&gt; 15,  67 =&gt; 13,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 20,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 13);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--featured-images.ht_UQv48xI0KJdyjhzjA8lSKKhgG', '&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/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig */
class __TwigTemplate_8b0d21395df3c7369398d23549ad8a8a extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "ccn-section"], "method", false, false, true, 10), "addClass", [0 =&gt; "featured-images"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 20
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 12, $this-&gt;source), "html", null, true);
        echo "
    ";
        // line 13
        if (($context["label"] ?? null)) {
        }
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
    
      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, (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_wide_block", [], "any", false, false, true, 15)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#items"] ?? null) : null), 0, [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("wrap") : ("")));
        echo "\"&gt;
        ";
        // line 16
        echo $this-&gt;extensions['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_paragraphs", [], "any", false, false, true, 16), 16, $this-&gt;source), "html", null, true);
        echo "
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  78 =&gt; 16,  74 =&gt; 15,  67 =&gt; 13,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 20,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 13);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a', 'themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 69)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 58)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 342)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_paragraph--featured-image_IR9HmYB_LdjKybxRBEmoRYF2i', '&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/tripin/templates/paragraphs/paragraph--featured-image.html.twig */
class __TwigTemplate_d28450e1bec05d69a81fc4cfc338d679 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 37
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        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["paragraph"] ?? null), "field_subtitle", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
        echo "\"&gt;
    ";
        // line 14
        echo "    ";
        if ((twig_test_empty($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 14), 0, [], "any", false, false, true, 14)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null))) || preg_match("/^#.*/", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 14), 0, [], "any", false, false, true, 14)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#url"] ?? null) : null))))) {
            // line 15
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 15), 0, [], "any", false, false, true, 15)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null)) ? ("with-title ") : ("")));
            echo $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["paragraph"] ?? null), "field_body", [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("with-text") : ("")));
            echo "\"&gt;
    ";
        } else {
            // line 17
            echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((((($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null) != ""))) ? ("with-title") : ("")));
            echo "\" href=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#url"] ?? null) : null), 17, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    ";
        }
        // line 19
        echo "      
        
          
            ";
        // line 22
        if ((($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 22)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) {
            // line 23
            echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_7 = (($__internal_compile_8 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "uri", [], "any", false, false, true, 23), "value", [], "any", false, false, true, 23), 23, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"";
            ((((($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_10 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) != ""))) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((t("Photo from") . " ") . (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#title"] ?? null) : null)), "html", null, true))) : (print ("no-title")));
            echo "\"&gt;
            ";
        }
        // line 25
        echo "            ";
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["paragraph"] ?? null), "field_body", [], "any", false, false, true, 25), "value", [], "any", false, false, true, 25)) {
            // 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, ($context["content"] ?? null), "field_body", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 28
        echo "            ";
        if (((($__internal_compile_12 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_13 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["#title"] ?? null) : null) != ""))) {
            // line 29
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_14 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 29), 0, [], "any", false, false, true, 29)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null), 29, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 31
        echo "          
        
      
    ";
        // line 34
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((twig_test_empty($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_15 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 34), 0, [], "any", false, false, true, 34)) &amp;&amp; is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["#url"] ?? null) : null), 34, $this-&gt;source))) || preg_match("/^#.*/", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_16 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 34), 0, [], "any", false, false, true, 34)) &amp;&amp; is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["#url"] ?? null) : null), 34, $this-&gt;source))))) ? ("") : ("</a>")));
        echo "
  
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  128 =&gt; 34,  123 =&gt; 31,  117 =&gt; 29,  114 =&gt; 28,  108 =&gt; 26,  105 =&gt; 25,  97 =&gt; 23,  95 =&gt; 22,  90 =&gt; 19,  82 =&gt; 17,  75 =&gt; 15,  72 =&gt; 14,  67 =&gt; 12,  63 =&gt; 11,  58 =&gt; 37,  56 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9, "if" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12, "raw" =&gt; 14, "render" =&gt; 14, "t" =&gt; 23);
        static $functions = array("file_url" =&gt; 23);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'raw', 'render', 't'],
                ['file_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('696a15d688d53_paragraph--featured-image_IR9HmYB_LdjKybxRBEmoRYF2i', '&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/tripin/templates/paragraphs/paragraph--featured-image.html.twig */
class __TwigTemplate_d28450e1bec05d69a81fc4cfc338d679 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'paragraph' =&gt; [$this, 'block_paragraph'],
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "paragraph", 1 =&gt; ("paragraph--type--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["paragraph"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((        // line 5
($context["view_mode"] ?? null)) ? (("paragraph--view-mode--" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 5, $this-&gt;source)))) : ("")), 3 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["paragraph"] ?? null), "isPublished", [], "method", false, false, true, 6)) ? ("paragraph--unpublished") : (""))];
        // line 9
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

    public function block_paragraph($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 10
        echo "
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 37
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        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["paragraph"] ?? null), "field_subtitle", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
        echo "\"&gt;
    ";
        // line 14
        echo "    ";
        if ((twig_test_empty($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 14), 0, [], "any", false, false, true, 14)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#url"] ?? null) : null))) || preg_match("/^#.*/", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((($__internal_compile_1 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 14), 0, [], "any", false, false, true, 14)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#url"] ?? null) : null))))) {
            // line 15
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 15), 0, [], "any", false, false, true, 15)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#title"] ?? null) : null)) ? ("with-title ") : ("")));
            echo $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["paragraph"] ?? null), "field_body", [], "any", false, false, true, 15), "value", [], "any", false, false, true, 15)) ? ("with-text") : ("")));
            echo "\"&gt;
    ";
        } else {
            // line 17
            echo "    <a echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(((((($__internal_compile_3 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null) != ""))) ? ("with-title") : ("")));
            echo "\" href=\"";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#url"] ?? null) : null), 17, $this-&gt;source), "html", null, true);
            echo "\"&gt;
    ";
        }
        // line 19
        echo "      
        
          
            ";
        // line 22
        if ((($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 22)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) {
            // line 23
            echo "            extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_7 = (($__internal_compile_8 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 23), "entity", [], "any", false, false, true, 23), "uri", [], "any", false, false, true, 23), "value", [], "any", false, false, true, 23), 23, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"";
            ((((($__internal_compile_9 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_9) || $__internal_compile_9 instanceof ArrayAccess ? ($__internal_compile_9["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_10 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#title"] ?? null) : null) != ""))) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ((t("Photo from") . " ") . (($__internal_compile_11 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 23), 0, [], "any", false, false, true, 23)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#title"] ?? null) : null)), "html", null, true))) : (print ("no-title")));
            echo "\"&gt;
            ";
        }
        // line 25
        echo "            ";
        if (twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["paragraph"] ?? null), "field_body", [], "any", false, false, true, 25), "value", [], "any", false, false, true, 25)) {
            // 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, ($context["content"] ?? null), "field_body", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 28
        echo "            ";
        if (((($__internal_compile_12 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12["#title"] ?? null) : null) &amp;&amp; ((($__internal_compile_13 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 28), 0, [], "any", false, false, true, 28)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["#title"] ?? null) : null) != ""))) {
            // line 29
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_14 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 29), 0, [], "any", false, false, true, 29)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14["#title"] ?? null) : null), 29, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 31
        echo "          
        
      
    ";
        // line 34
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((((twig_test_empty($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_15 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 34), 0, [], "any", false, false, true, 34)) &amp;&amp; is_array($__internal_compile_15) || $__internal_compile_15 instanceof ArrayAccess ? ($__internal_compile_15["#url"] ?? null) : null), 34, $this-&gt;source))) || preg_match("/^#.*/", $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar($this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_16 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_link", [], "any", false, false, true, 34), 0, [], "any", false, false, true, 34)) &amp;&amp; is_array($__internal_compile_16) || $__internal_compile_16 instanceof ArrayAccess ? ($__internal_compile_16["#url"] ?? null) : null), 34, $this-&gt;source))))) ? ("") : ("</a>")));
        echo "
  
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  128 =&gt; 34,  123 =&gt; 31,  117 =&gt; 29,  114 =&gt; 28,  108 =&gt; 26,  105 =&gt; 25,  97 =&gt; 23,  95 =&gt; 22,  90 =&gt; 19,  82 =&gt; 17,  75 =&gt; 15,  72 =&gt; 14,  67 =&gt; 12,  63 =&gt; 11,  58 =&gt; 37,  56 =&gt; 11,  53 =&gt; 10,  46 =&gt; 9,  44 =&gt; 6,  43 =&gt; 5,  42 =&gt; 4,  41 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 9, "if" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12, "raw" =&gt; 14, "render" =&gt; 14, "t" =&gt; 23);
        static $functions = array("file_url" =&gt; 23);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'raw', 'render', 't'],
                ['file_url']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d28450e1bec05d69a81fc4cfc338d679', 'themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--featured-image.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('paragraph', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 78)
__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_8b0d21395df3c7369398d23549ad8a8a->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--featured-images.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 582)
Drupal\Core\Template\TwigExtension->renderVar(Array) (Line: 69)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 58)
__TwigTemplate_eff1f50decf03dff47936c86a3fdea0d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--gateway.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 342)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--newsletter-subscri_9BrUVzpo2N2P8ef8SISoZBugz', '&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/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig */
class __TwigTemplate_cee1170db9390ae3c5d31be20a7dc994 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 37
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo "  
    ";
        // line 16
        echo "      ";
        if ((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) {
            // line 17
            echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_5 = (($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 17), "entity", [], "any", false, false, true, 17), "uri", [], "any", false, false, true, 17), "value", [], "any", false, false, true, 17), 17, $this-&gt;source)), "html", null, true);
            echo ")\"&gt;
      ";
        } else {
            // line 19
            echo "        
      ";
        }
        // line 21
        echo "          
            
              ";
        // line 23
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 23, $this-&gt;source), "html", null, true);
        if (($context["label"] ?? null)) {
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 23, $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["title_suffix"] ?? null), 23, $this-&gt;source), "html", null, true);
        echo "
              ";
        // line 24
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 24))) {
            // line 25
            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_subtitle", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
        // line 27
        echo "            
            
              ";
        // line 29
        echo $this-&gt;extensions['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_block", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
        echo "
            
          
        
      ";
        // line 35
        echo "  
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  111 =&gt; 35,  104 =&gt; 29,  100 =&gt; 27,  94 =&gt; 25,  92 =&gt; 24,  84 =&gt; 23,  80 =&gt; 21,  76 =&gt; 19,  70 =&gt; 17,  67 =&gt; 16,  64 =&gt; 13,  60 =&gt; 12,  55 =&gt; 37,  53 =&gt; 12,  49 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 12, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "render" =&gt; 24);
        static $functions = array("file_url" =&gt; 17);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                ['file_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('696a15d688d53_block--newsletter-subscri_9BrUVzpo2N2P8ef8SISoZBugz', '&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/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig */
class __TwigTemplate_cee1170db9390ae3c5d31be20a7dc994 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 11), 11, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 12
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 37
        echo "
";
    }

    // line 12
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo "  
    ";
        // line 16
        echo "      ";
        if ((($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) {
            // line 17
            echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl($this-&gt;sandbox-&gt;ensureToStringAllowed(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, twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_5 = (($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 17), "entity", [], "any", false, false, true, 17), "uri", [], "any", false, false, true, 17), "value", [], "any", false, false, true, 17), 17, $this-&gt;source)), "html", null, true);
            echo ")\"&gt;
      ";
        } else {
            // line 19
            echo "        
      ";
        }
        // line 21
        echo "          
            
              ";
        // line 23
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 23, $this-&gt;source), "html", null, true);
        if (($context["label"] ?? null)) {
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 23, $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["title_suffix"] ?? null), 23, $this-&gt;source), "html", null, true);
        echo "
              ";
        // line 24
        if ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 24))) {
            // line 25
            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_subtitle", [], "any", false, false, true, 25), 25, $this-&gt;source), "html", null, true);
            echo "
              ";
        }
        // line 27
        echo "            
            
              ";
        // line 29
        echo $this-&gt;extensions['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_block", [], "any", false, false, true, 29), 29, $this-&gt;source), "html", null, true);
        echo "
            
          
        
      ";
        // line 35
        echo "  
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  111 =&gt; 35,  104 =&gt; 29,  100 =&gt; 27,  94 =&gt; 25,  92 =&gt; 24,  84 =&gt; 23,  80 =&gt; 21,  76 =&gt; 19,  70 =&gt; 17,  67 =&gt; 16,  64 =&gt; 13,  60 =&gt; 12,  55 =&gt; 37,  53 =&gt; 12,  49 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 12, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 11, "render" =&gt; 24);
        static $functions = array("file_url" =&gt; 17);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape', 'render'],
                ['file_url']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994', 'themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_webform-submission-form.h_H44Gme8P7fwVdIF4a5n8LZtMC', '&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/tripin/templates/webform-submission-form.html.twig */
class __TwigTemplate_3c3af2c93129a5963d73286df38a4313 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 12, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/webform-submission-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 12,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/webform-submission-form.html.twig", "/var/www/html/themes/tripin/templates/webform-submission-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 12);
        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('696a15d688d53_webform-submission-form.h_H44Gme8P7fwVdIF4a5n8LZtMC', '&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/tripin/templates/webform-submission-form.html.twig */
class __TwigTemplate_3c3af2c93129a5963d73286df38a4313 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 12, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/webform-submission-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 12,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/webform-submission-form.html.twig", "/var/www/html/themes/tripin/templates/webform-submission-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 12);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_3c3af2c93129a5963d73286df38a4313', 'themes/tripin/templates/webform-submission-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/webform-submission-form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_input.html.twig_G97pYu2W33Oig_qh3cvd_VmIp', '&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/tripin/templates/input.html.twig */
class __TwigTemplate_a155311afff1aa244e2488cb66fad99c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "input"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo " /&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/input.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/input.html.twig", "/var/www/html/themes/tripin/templates/input.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        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('696a15d688d53_input.html.twig_G97pYu2W33Oig_qh3cvd_VmIp', '&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/tripin/templates/input.html.twig */
class __TwigTemplate_a155311afff1aa244e2488cb66fad99c extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "input"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo " /&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/input.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/input.html.twig", "/var/www/html/themes/tripin/templates/input.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a155311afff1aa244e2488cb66fad99c', 'themes/tripin/templates/input.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/input.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/input.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('input', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_form-element.html.twig_PB-B418-mGN2LGMSnpHkeFY_K', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/form/form-element.html.twig */
class __TwigTemplate_d586046011bf6ad140401258effac215 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 48
        $context["classes"] = [0 =&gt; "js-form-item", 1 =&gt; "form-item", 2 =&gt; ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 51
($context["type"] ?? null), 51, $this-&gt;source))), 3 =&gt; ("form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
($context["type"] ?? null), 52, $this-&gt;source))), 4 =&gt; ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 53
($context["name"] ?? null), 53, $this-&gt;source))), 5 =&gt; ("form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 54
($context["name"] ?? null), 54, $this-&gt;source))), 6 =&gt; ((!twig_in_filter(        // line 55
($context["title_display"] ?? null), [0 =&gt; "after", 1 =&gt; "before"])) ? ("form-no-label") : ("")), 7 =&gt; (((        // line 56
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 =&gt; ((        // line 57
($context["errors"] ?? null)) ? ("form-item--error") : (""))];
        // line 61
        $context["description_classes"] = [0 =&gt; "description", 1 =&gt; (((        // line 63
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
        // line 66
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 67
        if (twig_in_filter(($context["label_display"] ?? null), [0 =&gt; "before", 1 =&gt; "invisible"])) {
            // line 68
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 68, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 70
        echo "  ";
        if ( !twig_test_empty(($context["prefix"] ?? null))) {
            // line 71
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 71, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 73
        echo "  ";
        if (((($context["description_display"] ?? null) == "before") &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) {
            // line 74
            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["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
            echo "
    
  ";
        }
        // line 78
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 78, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 79
        if ( !twig_test_empty(($context["suffix"] ?? null))) {
            // line 80
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 82
        echo "  ";
        if ((($context["label_display"] ?? null) == "after")) {
            // line 83
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 83, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 85
        echo "  ";
        if (($context["errors"] ?? null)) {
            // line 86
            echo "    
      <strong>";
            // line 87
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 87, $this-&gt;source), "html", null, true);
            echo "</strong>
    
  ";
        }
        // line 90
        echo "  ";
        if ((twig_in_filter(($context["description_display"] ?? null), [0 =&gt; "after", 1 =&gt; "invisible"]) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) {
            // line 91
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 92
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this-&gt;source), "html", null, true);
            echo "
    
  ";
        }
        // line 95
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/form/form-element.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  135 =&gt; 95,  129 =&gt; 92,  124 =&gt; 91,  121 =&gt; 90,  115 =&gt; 87,  112 =&gt; 86,  109 =&gt; 85,  103 =&gt; 83,  100 =&gt; 82,  94 =&gt; 80,  92 =&gt; 79,  87 =&gt; 78,  81 =&gt; 75,  76 =&gt; 74,  73 =&gt; 73,  67 =&gt; 71,  64 =&gt; 70,  58 =&gt; 68,  56 =&gt; 67,  51 =&gt; 66,  49 =&gt; 63,  48 =&gt; 61,  46 =&gt; 57,  45 =&gt; 56,  44 =&gt; 55,  43 =&gt; 54,  42 =&gt; 53,  41 =&gt; 52,  40 =&gt; 51,  39 =&gt; 48,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/form/form-element.html.twig", "/var/www/html/core/themes/classy/templates/form/form-element.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 48, "if" =&gt; 67);
        static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 66);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_form-element.html.twig_PB-B418-mGN2LGMSnpHkeFY_K', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/form/form-element.html.twig */
class __TwigTemplate_d586046011bf6ad140401258effac215 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 48
        $context["classes"] = [0 =&gt; "js-form-item", 1 =&gt; "form-item", 2 =&gt; ("js-form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 51
($context["type"] ?? null), 51, $this-&gt;source))), 3 =&gt; ("form-type-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 52
($context["type"] ?? null), 52, $this-&gt;source))), 4 =&gt; ("js-form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 53
($context["name"] ?? null), 53, $this-&gt;source))), 5 =&gt; ("form-item-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 54
($context["name"] ?? null), 54, $this-&gt;source))), 6 =&gt; ((!twig_in_filter(        // line 55
($context["title_display"] ?? null), [0 =&gt; "after", 1 =&gt; "before"])) ? ("form-no-label") : ("")), 7 =&gt; (((        // line 56
($context["disabled"] ?? null) == "disabled")) ? ("form-disabled") : ("")), 8 =&gt; ((        // line 57
($context["errors"] ?? null)) ? ("form-item--error") : (""))];
        // line 61
        $context["description_classes"] = [0 =&gt; "description", 1 =&gt; (((        // line 63
($context["description_display"] ?? null) == "invisible")) ? ("visually-hidden") : (""))];
        // line 66
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 66), 66, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 67
        if (twig_in_filter(($context["label_display"] ?? null), [0 =&gt; "before", 1 =&gt; "invisible"])) {
            // line 68
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 68, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 70
        echo "  ";
        if ( !twig_test_empty(($context["prefix"] ?? null))) {
            // line 71
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["prefix"] ?? null), 71, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 73
        echo "  ";
        if (((($context["description_display"] ?? null) == "before") &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 73))) {
            // line 74
            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["description"] ?? null), "attributes", [], "any", false, false, true, 74), 74, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 75
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 75), 75, $this-&gt;source), "html", null, true);
            echo "
    
  ";
        }
        // line 78
        echo "  ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 78, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 79
        if ( !twig_test_empty(($context["suffix"] ?? null))) {
            // line 80
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["suffix"] ?? null), 80, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 82
        echo "  ";
        if ((($context["label_display"] ?? null) == "after")) {
            // line 83
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 83, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
        // line 85
        echo "  ";
        if (($context["errors"] ?? null)) {
            // line 86
            echo "    
      <strong>";
            // line 87
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["errors"] ?? null), 87, $this-&gt;source), "html", null, true);
            echo "</strong>
    
  ";
        }
        // line 90
        echo "  ";
        if ((twig_in_filter(($context["description_display"] ?? null), [0 =&gt; "after", 1 =&gt; "invisible"]) &amp;&amp; twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 90))) {
            // line 91
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "attributes", [], "any", false, false, true, 91), "addClass", [0 =&gt; ($context["description_classes"] ?? null)], "method", false, false, true, 91), 91, $this-&gt;source), "html", null, true);
            echo "&gt;
      ";
            // line 92
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["description"] ?? null), "content", [], "any", false, false, true, 92), 92, $this-&gt;source), "html", null, true);
            echo "
    
  ";
        }
        // line 95
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/form/form-element.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  135 =&gt; 95,  129 =&gt; 92,  124 =&gt; 91,  121 =&gt; 90,  115 =&gt; 87,  112 =&gt; 86,  109 =&gt; 85,  103 =&gt; 83,  100 =&gt; 82,  94 =&gt; 80,  92 =&gt; 79,  87 =&gt; 78,  81 =&gt; 75,  76 =&gt; 74,  73 =&gt; 73,  67 =&gt; 71,  64 =&gt; 70,  58 =&gt; 68,  56 =&gt; 67,  51 =&gt; 66,  49 =&gt; 63,  48 =&gt; 61,  46 =&gt; 57,  45 =&gt; 56,  44 =&gt; 55,  43 =&gt; 54,  42 =&gt; 53,  41 =&gt; 52,  40 =&gt; 51,  39 =&gt; 48,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/form/form-element.html.twig", "/var/www/html/core/themes/classy/templates/form/form-element.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 48, "if" =&gt; 67);
        static $filters = array("clean_class" =&gt; 51, "escape" =&gt; 66);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_d586046011bf6ad140401258effac215', 'core/themes/classy/templates/form/form-element.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/form/form-element.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/form/form-element.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_form-element-label.html.t_MHNQ71sFq7QGQHjIre0rQtV7k', '&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/tripin/templates/form-element-label.html.twig */
class __TwigTemplate_af4bd0d63498567231820b687d040101 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; (((        // line 3
($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 =&gt; (((        // line 4
($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 =&gt; ((        // line 5
($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 =&gt; ((        // line 6
($context["required"] ?? null)) ? ("form-required") : (""))];
        // line 9
        if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "label"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 10, $this-&gt;source), "html", null, true);
            echo "";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/form-element-label.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  47 =&gt; 10,  45 =&gt; 9,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 3,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/form-element-label.html.twig", "/var/www/html/themes/tripin/templates/form-element-label.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9);
        static $filters = array("escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_form-element-label.html.t_MHNQ71sFq7QGQHjIre0rQtV7k', '&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/tripin/templates/form-element-label.html.twig */
class __TwigTemplate_af4bd0d63498567231820b687d040101 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; (((        // line 3
($context["title_display"] ?? null) == "after")) ? ("option") : ("")), 1 =&gt; (((        // line 4
($context["title_display"] ?? null) == "invisible")) ? ("visually-hidden") : ("")), 2 =&gt; ((        // line 5
($context["required"] ?? null)) ? ("js-form-required") : ("")), 3 =&gt; ((        // line 6
($context["required"] ?? null)) ? ("form-required") : (""))];
        // line 9
        if (( !twig_test_empty(($context["title"] ?? null)) || ($context["required"] ?? null))) {
            // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "label"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
            echo "&gt;";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 10, $this-&gt;source), "html", null, true);
            echo "";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/form-element-label.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  47 =&gt; 10,  45 =&gt; 9,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 3,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/form-element-label.html.twig", "/var/www/html/themes/tripin/templates/form-element-label.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9);
        static $filters = array("escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_af4bd0d63498567231820b687d040101', 'themes/tripin/templates/form-element-label.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/form-element-label.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/form-element-label.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element_label', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 59)
__TwigTemplate_d586046011bf6ad140401258effac215->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/form/form-element.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_webform-actions.html.twig_VTNcL-7gLm1wzjhwUnWI65owl', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/webform/templates/webform-actions.html.twig */
class __TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "modules/webform/templates/webform-actions.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 13,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/webform/templates/webform-actions.html.twig", "/var/www/html/modules/webform/templates/webform-actions.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 13);
        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('696a15d688d53_webform-actions.html.twig_VTNcL-7gLm1wzjhwUnWI65owl', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/webform/templates/webform-actions.html.twig */
class __TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 13
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 13, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "modules/webform/templates/webform-actions.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 13,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/webform/templates/webform-actions.html.twig", "/var/www/html/modules/webform/templates/webform-actions.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 13);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd', 'modules/webform/templates/webform-actions.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/webform/templates/webform-actions.html.twig') (Line: 55)
twig_render_template('modules/webform/templates/webform-actions.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_actions', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_input--submit.html.twig_QzHR8LQ3Er-NsI40CPJNjI1oQ', '&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/tripin/templates/input--submit.html.twig */
class __TwigTemplate_4b1b00340f6078d6b9dc201537282f6d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "submit button"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo " /&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/input--submit.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/input--submit.html.twig", "/var/www/html/themes/tripin/templates/input--submit.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        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('696a15d688d53_input--submit.html.twig_QzHR8LQ3Er-NsI40CPJNjI1oQ', '&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/tripin/templates/input--submit.html.twig */
class __TwigTemplate_4b1b00340f6078d6b9dc201537282f6d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; "submit button"], "method", false, false, true, 15), 15, $this-&gt;source), "html", null, true);
        echo " /&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/input--submit.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/input--submit.html.twig", "/var/www/html/themes/tripin/templates/input--submit.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_4b1b00340f6078d6b9dc201537282f6d', 'themes/tripin/templates/input--submit.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/input--submit.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/input--submit.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('input__submit', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_5b8686af9b45e6067fa1cab511d7c4fd->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('modules/webform/templates/webform-actions.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_actions', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_container.html.twig_ve4TYd1ObfyX1lC8n2WwXtUHv', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/form/container.html.twig */
class __TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 23
        $context["classes"] = [0 =&gt; ((        // line 24
($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
        // line 28
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 28), 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["children"] ?? null), 28, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/form/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("", "core/themes/classy/templates/form/container.html.twig", "/var/www/html/core/themes/classy/templates/form/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('696a15d688d53_container.html.twig_ve4TYd1ObfyX1lC8n2WwXtUHv', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/form/container.html.twig */
class __TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 23
        $context["classes"] = [0 =&gt; ((        // line 24
($context["has_parent"] ?? null)) ? ("js-form-wrapper") : ("")), 1 =&gt; ((        // line 25
($context["has_parent"] ?? null)) ? ("form-wrapper") : (""))];
        // line 28
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 28), 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["children"] ?? null), 28, $this-&gt;source), "html", null, true);
        echo "
";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/form/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("", "core/themes/classy/templates/form/container.html.twig", "/var/www/html/core/themes/classy/templates/form/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: 409)
Twig\Environment->loadClass('__TwigTemplate_45aedc93758f2bda1dc1c469f1660d0f', 'core/themes/classy/templates/form/container.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/form/container.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/form/container.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('container', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_webform.html.twig_vpntu6u_heP6IMdLOJeyosU3r', '&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/tripin/templates/webform.html.twig */
class __TwigTemplate_38d612ff4b03ba76290cdfc6caa92302 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 24
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 24, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 25
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 25, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 26
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 26, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 27
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 27, $this-&gt;source), "html", null, true);
        echo "


";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/webform.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 27,  48 =&gt; 26,  44 =&gt; 25,  39 =&gt; 24,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/webform.html.twig", "/var/www/html/themes/tripin/templates/webform.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 24);
        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('696a15d688d53_webform.html.twig_vpntu6u_heP6IMdLOJeyosU3r', '&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/tripin/templates/webform.html.twig */
class __TwigTemplate_38d612ff4b03ba76290cdfc6caa92302 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 24
        echo "extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? null), 24, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 25
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 25, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 26
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 26, $this-&gt;source), "html", null, true);
        echo "
  ";
        // line 27
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 27, $this-&gt;source), "html", null, true);
        echo "


";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/webform.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  52 =&gt; 27,  48 =&gt; 26,  44 =&gt; 25,  39 =&gt; 24,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/webform.html.twig", "/var/www/html/themes/tripin/templates/webform.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 24);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_38d612ff4b03ba76290cdfc6caa92302', 'themes/tripin/templates/webform.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/webform.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/webform.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_9411d4b9af530e6882014230b6ea08e7->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/field.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('field', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 53)
__TwigTemplate_cee1170db9390ae3c5d31be20a7dc994->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--newsletter-subscription-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 379)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--region--footer-1.h_G-JkzBiUjfnLWlz6mkEzcEd_A', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig */
class __TwigTemplate_7940cc57b302bd84b15974e061751cdd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--region--footer-1.h_G-JkzBiUjfnLWlz6mkEzcEd_A', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig */
class __TwigTemplate_7940cc57b302bd84b15974e061751cdd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_7940cc57b302bd84b15974e061751cdd', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-1.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 391)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--region--footer-2.h_9p9Eb0RNba7158cLEslfymHCS', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig */
class __TwigTemplate_0d7b1492f21f3911b965847e0b24b450 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--region--footer-2.h_9p9Eb0RNba7158cLEslfymHCS', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig */
class __TwigTemplate_0d7b1492f21f3911b965847e0b24b450 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_0d7b1492f21f3911b965847e0b24b450', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-2.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 397)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--region--footer-3.h_NwK-NtuS1wFfkBosG6NfBIiJb', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig */
class __TwigTemplate_8eac46ebceb94db164dbae0b8db76561 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--region--footer-3.h_NwK-NtuS1wFfkBosG6NfBIiJb', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig */
class __TwigTemplate_8eac46ebceb94db164dbae0b8db76561 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_8eac46ebceb94db164dbae0b8db76561', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-3.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 403)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--region--footer-4.h_chanrygeBuNS8H4nTTVPUSv_p', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig */
class __TwigTemplate_cbf4ccddf9f8129332655fff06991161 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--region--footer-4.h_chanrygeBuNS8H4nTTVPUSv_p', '&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/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig */
class __TwigTemplate_cbf4ccddf9f8129332655fff06991161 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source)))];
        // line 8
        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["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 8), "addClass", [0 =&gt; ""], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 9
        if (($context["label"] ?? null)) {
            // 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["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 10), 10, $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), 10, $this-&gt;source), "html", null, true);
            echo "
  ";
        } else {
            // line 12
            echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["title_attributes"] ?? null), "addClass", [0 =&gt; "_title m_title"], "method", false, false, true, 12), 12, $this-&gt;source), "html", null, true);
            echo "&gt;&nbsp;
  ";
        }
        // line 14
        echo "  ";
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 17
        echo "
";
    }

    // line 14
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "    ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 15, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  77 =&gt; 15,  73 =&gt; 14,  68 =&gt; 17,  65 =&gt; 14,  59 =&gt; 12,  51 =&gt; 10,  49 =&gt; 9,  44 =&gt; 8,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 9, "block" =&gt; 14);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if', 'block'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_cbf4ccddf9f8129332655fff06991161', 'themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/region/block--region--footer-4.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 410)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_block--views-exposed-filt_jjdwuBv7CuC3gvGItJPBtOeRk', '&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/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig */
class __TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "search-tour"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 26
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    
      
        
          
            ";
        // line 16
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 16, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 17
        if (($context["label"] ?? null)) {
            // line 18
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 18, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "
          
        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 =&gt; 20,  80 =&gt; 19,  74 =&gt; 18,  72 =&gt; 17,  68 =&gt; 16,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 26,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 17);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_block--views-exposed-filt_jjdwuBv7CuC3gvGItJPBtOeRk', '&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/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig */
class __TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'content' =&gt; [$this, 'block_content'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "block", 1 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 4
($context["configuration"] ?? null), "provider", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ("block-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(        // line 5
($context["plugin_id"] ?? null), 5, $this-&gt;source))), 3 =&gt; ((        // line 6
($context["label"] ?? null)) ? ("has-title") : ("")), 4 =&gt; (((($__internal_compile_0 = (($__internal_compile_1 =         // line 7
($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#bundle"] ?? null) : null)) ? (("bundle-" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_2 = (($__internal_compile_3 = ($context["content"] ?? null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["body"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2["#bundle"] ?? null) : null), 7, $this-&gt;source))) : (""))];
        // 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, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 10), "addClass", [0 =&gt; "search-tour"], "method", false, false, true, 10), 10, $this-&gt;source), "html", null, true);
        echo "&gt;
  ";
        // line 11
        $this-&gt;displayBlock('content', $context, $blocks);
        // line 26
        echo "
";
    }

    // line 11
    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    
      
        
          
            ";
        // line 16
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 16, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 17
        if (($context["label"] ?? null)) {
            // line 18
            echo "              ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["label"] ?? null), 18, $this-&gt;source), "html", null, true);
            echo "
            ";
        }
        // line 19
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_suffix"] ?? null), 19, $this-&gt;source), "html", null, true);
        echo "
            ";
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "
          
        
      
    
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  84 =&gt; 20,  80 =&gt; 19,  74 =&gt; 18,  72 =&gt; 17,  68 =&gt; 16,  62 =&gt; 12,  58 =&gt; 11,  53 =&gt; 26,  51 =&gt; 11,  46 =&gt; 10,  44 =&gt; 7,  43 =&gt; 6,  42 =&gt; 5,  41 =&gt; 4,  40 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig", "/var/www/html/themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 11, "if" =&gt; 17);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 10);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5', 'themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 451)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_views-exposed-form.html.t_5PcI-eTJ8RN_S22323HmvdvkG', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/views/views-exposed-form.html.twig */
class __TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        if ( !twig_test_empty(($context["q"] ?? null))) {
            // line 13
            echo "  ";
            // line 17
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["q"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "
";
        }
        // line 19
        echo "
  ";
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/views/views-exposed-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  51 =&gt; 20,  48 =&gt; 19,  43 =&gt; 17,  41 =&gt; 13,  39 =&gt; 12,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/views/views-exposed-form.html.twig", "/var/www/html/core/themes/classy/templates/views/views-exposed-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 12);
        static $filters = array("escape" =&gt; 17);
        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('696a15d688d53_views-exposed-form.html.t_5PcI-eTJ8RN_S22323HmvdvkG', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/classy/templates/views/views-exposed-form.html.twig */
class __TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        if ( !twig_test_empty(($context["q"] ?? null))) {
            // line 13
            echo "  ";
            // line 17
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["q"] ?? null), 17, $this-&gt;source), "html", null, true);
            echo "
";
        }
        // line 19
        echo "
  ";
        // line 20
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["form"] ?? null), 20, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "core/themes/classy/templates/views/views-exposed-form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  51 =&gt; 20,  48 =&gt; 19,  43 =&gt; 17,  41 =&gt; 13,  39 =&gt; 12,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/classy/templates/views/views-exposed-form.html.twig", "/var/www/html/core/themes/classy/templates/views/views-exposed-form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 12);
        static $filters = array("escape" =&gt; 17);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0', 'core/themes/classy/templates/views/views-exposed-form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/classy/templates/views/views-exposed-form.html.twig') (Line: 55)
twig_render_template('core/themes/classy/templates/views/views-exposed-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('views_exposed_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 451)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_form.html.twig_fUGyaWrjvK-eB9Nhb5ZTPGzvL', '&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/tripin/templates/form.html.twig */
class __TwigTemplate_a95c3788872b6953e43c1ed415f96ffd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? 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["children"] ?? null), 16, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  44 =&gt; 16,  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/form.html.twig", "/var/www/html/themes/tripin/templates/form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        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('696a15d688d53_form.html.twig_fUGyaWrjvK-eB9Nhb5ZTPGzvL', '&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/tripin/templates/form.html.twig */
class __TwigTemplate_a95c3788872b6953e43c1ed415f96ffd extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 15
        echo "  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["attributes"] ?? 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["children"] ?? null), 16, $this-&gt;source), "html", null, true);
        echo "
  ";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/form.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  44 =&gt; 16,  39 =&gt; 15,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/form.html.twig", "/var/www/html/themes/tripin/templates/form.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 15);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_a95c3788872b6953e43c1ed415f96ffd', 'themes/tripin/templates/form.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/form.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 84)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 51)
__TwigTemplate_5b8b400ebe447ed66ad930adf84a1df5->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/cocoon/custom/block--views-exposed-filter-block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 451)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_region--modal-search.html_0ddTkUj1v40UdbfwvhYc9cEi_', '&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/tripin/templates/region--modal-search.html.twig */
class __TwigTemplate_76190c4387bbbf06988d59c0f951e2aa extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["content"] ?? null)) {
            // line 2
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/region--modal-search.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/tripin/templates/region--modal-search.html.twig", "/var/www/html/themes/tripin/templates/region--modal-search.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('696a15d688d53_region--modal-search.html_0ddTkUj1v40UdbfwvhYc9cEi_', '&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/tripin/templates/region--modal-search.html.twig */
class __TwigTemplate_76190c4387bbbf06988d59c0f951e2aa extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 1
        if (($context["content"] ?? null)) {
            // line 2
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 2, $this-&gt;source), "html", null, true);
            echo "
";
        }
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/region--modal-search.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/tripin/templates/region--modal-search.html.twig", "/var/www/html/themes/tripin/templates/region--modal-search.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: 409)
Twig\Environment->loadClass('__TwigTemplate_76190c4387bbbf06988d59c0f951e2aa', 'themes/tripin/templates/region--modal-search.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/region--modal-search.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/region--modal-search.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 451)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_captcha.html.twig_NvuGfIcBwdVzfLYYbsXCD1Xxh', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/captcha/templates/captcha.html.twig */
class __TwigTemplate_b3e49fa1fd213c78122388a95569bc7d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'captcha' =&gt; [$this, 'block_captcha'],
            'captcha_display' =&gt; [$this, 'block_captcha_display'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 19
        echo "
";
        // line 21
        $context["classes"] = [0 =&gt; "captcha", 1 =&gt; \Drupal\Component\Utility\Html::getClass(("captcha-type-challenge--" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 =         // line 23
($context["element"] ?? null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#captcha_type_challenge"] ?? null) : null), 23, $this-&gt;source)))];
        // line 26
        echo "
";
        // line 27
        $this-&gt;displayBlock('captcha', $context, $blocks);
    }

    public function block_captcha($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 28
        echo "  ";
        if (($context["is_visible"] ?? null)) {
            // line 29
            echo "    ";
            $this-&gt;displayBlock('captcha_display', $context, $blocks);
            // line 50
            echo "  ";
        } else {
            // line 51
            echo "    ";
            // line 53
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 53, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
    }

    // line 29
    public function block_captcha_display($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 30
        echo "      ";
        if ( !twig_test_empty(($context["title"] ?? null))) {
            // line 31
            echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
            echo "&gt;
          
            ";
            // line 33
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 33, $this-&gt;source), "html", null, true);
            echo "
          
        ";
        } else {
            // line 36
            echo "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
        }
        // line 38
        echo "          
            ";
        // line 39
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 39, $this-&gt;source), "html", null, true);
        echo "
          
          ";
        // line 41
        if ( !twig_test_empty(($context["description"] ?? null))) {
            // line 42
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["description"] ?? null), 42, $this-&gt;source), "html", null, true);
            echo "
          ";
        }
        // line 44
        echo "      ";
        if ( !twig_test_empty(($context["title"] ?? null))) {
            // line 45
            echo "          
      ";
        } else {
            // line 47
            echo "        
      ";
        }
        // line 49
        echo "    ";
    }

    public function getTemplateName()
    {
        return "modules/captcha/templates/captcha.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  128 =&gt; 49,  124 =&gt; 47,  120 =&gt; 45,  117 =&gt; 44,  111 =&gt; 42,  109 =&gt; 41,  104 =&gt; 39,  101 =&gt; 38,  95 =&gt; 36,  89 =&gt; 33,  83 =&gt; 31,  80 =&gt; 30,  76 =&gt; 29,  68 =&gt; 53,  66 =&gt; 51,  63 =&gt; 50,  60 =&gt; 29,  57 =&gt; 28,  50 =&gt; 27,  47 =&gt; 26,  45 =&gt; 23,  44 =&gt; 21,  41 =&gt; 19,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/captcha/templates/captcha.html.twig", "/var/www/html/modules/captcha/templates/captcha.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 21, "block" =&gt; 27, "if" =&gt; 28);
        static $filters = array("clean_class" =&gt; 23, "escape" =&gt; 53);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('696a15d688d53_captcha.html.twig_NvuGfIcBwdVzfLYYbsXCD1Xxh', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/captcha/templates/captcha.html.twig */
class __TwigTemplate_b3e49fa1fd213c78122388a95569bc7d extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
            'captcha' =&gt; [$this, 'block_captcha'],
            'captcha_display' =&gt; [$this, 'block_captcha_display'],
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 19
        echo "
";
        // line 21
        $context["classes"] = [0 =&gt; "captcha", 1 =&gt; \Drupal\Component\Utility\Html::getClass(("captcha-type-challenge--" . $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_0 =         // line 23
($context["element"] ?? null)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0["#captcha_type_challenge"] ?? null) : null), 23, $this-&gt;source)))];
        // line 26
        echo "
";
        // line 27
        $this-&gt;displayBlock('captcha', $context, $blocks);
    }

    public function block_captcha($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 28
        echo "  ";
        if (($context["is_visible"] ?? null)) {
            // line 29
            echo "    ";
            $this-&gt;displayBlock('captcha_display', $context, $blocks);
            // line 50
            echo "  ";
        } else {
            // line 51
            echo "    ";
            // line 53
            echo "    ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 53, $this-&gt;source), "html", null, true);
            echo "
  ";
        }
    }

    // line 29
    public function block_captcha_display($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 30
        echo "      ";
        if ( !twig_test_empty(($context["title"] ?? null))) {
            // line 31
            echo "        extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 31), 31, $this-&gt;source), "html", null, true);
            echo "&gt;
          
            ";
            // line 33
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title"] ?? null), 33, $this-&gt;source), "html", null, true);
            echo "
          
        ";
        } else {
            // line 36
            echo "          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 36), 36, $this-&gt;source), "html", null, true);
            echo "&gt;
        ";
        }
        // line 38
        echo "          
            ";
        // line 39
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["element"] ?? null), 39, $this-&gt;source), "html", null, true);
        echo "
          
          ";
        // line 41
        if ( !twig_test_empty(($context["description"] ?? null))) {
            // line 42
            echo "            ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["description"] ?? null), 42, $this-&gt;source), "html", null, true);
            echo "
          ";
        }
        // line 44
        echo "      ";
        if ( !twig_test_empty(($context["title"] ?? null))) {
            // line 45
            echo "          
      ";
        } else {
            // line 47
            echo "        
      ";
        }
        // line 49
        echo "    ";
    }

    public function getTemplateName()
    {
        return "modules/captcha/templates/captcha.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  128 =&gt; 49,  124 =&gt; 47,  120 =&gt; 45,  117 =&gt; 44,  111 =&gt; 42,  109 =&gt; 41,  104 =&gt; 39,  101 =&gt; 38,  95 =&gt; 36,  89 =&gt; 33,  83 =&gt; 31,  80 =&gt; 30,  76 =&gt; 29,  68 =&gt; 53,  66 =&gt; 51,  63 =&gt; 50,  60 =&gt; 29,  57 =&gt; 28,  50 =&gt; 27,  47 =&gt; 26,  45 =&gt; 23,  44 =&gt; 21,  41 =&gt; 19,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/captcha/templates/captcha.html.twig", "/var/www/html/modules/captcha/templates/captcha.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 21, "block" =&gt; 27, "if" =&gt; 28);
        static $filters = array("clean_class" =&gt; 23, "escape" =&gt; 53);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d', 'modules/captcha/templates/captcha.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/captcha/templates/captcha.html.twig') (Line: 55)
twig_render_template('modules/captcha/templates/captcha.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('captcha', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 529)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_textarea.html.twig_4gNj4mYQ4DZlVhxGbHzfVDZiS', '&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/tripin/templates/textarea.html.twig */
class __TwigTemplate_58dd10ebfdd459beb6312d813959bee6 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "form-textarea", 1 =&gt; ((        // line 4
($context["resizable"] ?? null)) ? (("resize-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["resizable"] ?? null), 4, $this-&gt;source))) : ("")), 2 =&gt; ((        // line 5
($context["required"] ?? null)) ? ("required") : (""))];
        // line 8
        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["wrapper_attributes"] ?? null), "addClass", [0 =&gt; "form-textarea-wrapper"], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 9), "addClass", [0 =&gt; "textarea"], "method", false, false, true, 9), 9, $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["value"] ?? null), 9, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/textarea.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  48 =&gt; 9,  43 =&gt; 8,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/textarea.html.twig", "/var/www/html/themes/tripin/templates/textarea.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2);
        static $filters = array("escape" =&gt; 8);
        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('696a15d688d53_textarea.html.twig_4gNj4mYQ4DZlVhxGbHzfVDZiS', '&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/tripin/templates/textarea.html.twig */
class __TwigTemplate_58dd10ebfdd459beb6312d813959bee6 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 2
        $context["classes"] = [0 =&gt; "form-textarea", 1 =&gt; ((        // line 4
($context["resizable"] ?? null)) ? (("resize-" . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["resizable"] ?? null), 4, $this-&gt;source))) : ("")), 2 =&gt; ((        // line 5
($context["required"] ?? null)) ? ("required") : (""))];
        // line 8
        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["wrapper_attributes"] ?? null), "addClass", [0 =&gt; "form-textarea-wrapper"], "method", false, false, true, 8), 8, $this-&gt;source), "html", null, true);
        echo "&gt;
  extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["attributes"] ?? null), "addClass", [0 =&gt; ($context["classes"] ?? null)], "method", false, false, true, 9), "addClass", [0 =&gt; "textarea"], "method", false, false, true, 9), 9, $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["value"] ?? null), 9, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "themes/tripin/templates/textarea.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  48 =&gt; 9,  43 =&gt; 8,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/textarea.html.twig", "/var/www/html/themes/tripin/templates/textarea.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2);
        static $filters = array("escape" =&gt; 8);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_58dd10ebfdd459beb6312d813959bee6', 'themes/tripin/templates/textarea.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/textarea.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/textarea.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('textarea', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 606)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_webform-html-editor-marku_l8ib9JUfh4A917R02tT1-DxhB', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/webform/templates/webform-html-editor-markup.html.twig */
class __TwigTemplate_34ec9d36fd53412066c8d0fa36ba3f9f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 21
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 21, $this-&gt;source), "html", null, true);
    }

    public function getTemplateName()
    {
        return "modules/webform/templates/webform-html-editor-markup.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 21,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/webform/templates/webform-html-editor-markup.html.twig", "/var/www/html/modules/webform/templates/webform-html-editor-markup.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('696a15d688d53_webform-html-editor-marku_l8ib9JUfh4A917R02tT1-DxhB', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/webform/templates/webform-html-editor-markup.html.twig */
class __TwigTemplate_34ec9d36fd53412066c8d0fa36ba3f9f extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 21
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["content"] ?? null), 21, $this-&gt;source), "html", null, true);
    }

    public function getTemplateName()
    {
        return "modules/webform/templates/webform-html-editor-markup.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  39 =&gt; 21,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/webform/templates/webform-html-editor-markup.html.twig", "/var/www/html/modules/webform/templates/webform-html-editor-markup.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: 409)
Twig\Environment->loadClass('__TwigTemplate_34ec9d36fd53412066c8d0fa36ba3f9f', 'modules/webform/templates/webform-html-editor-markup.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/webform/templates/webform-html-editor-markup.html.twig') (Line: 55)
twig_render_template('modules/webform/templates/webform-html-editor-markup.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_html_editor_markup', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 129)
__TwigTemplate_d586046011bf6ad140401258effac215->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('core/themes/classy/templates/form/form-element.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('form_element', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 606)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_image-captcha-refresh.htm_8SVS0WrpbPnBRcADriNPf2SXu', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig */
class __TwigTemplate_739e0d53f50b98b5817e8596eb6e66ec extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("image_captcha/image-captcha-refresh"), "html", null, true);
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Generate new CAPTCHA image"));
        echo "\"&gt;
    ";
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["captcha_refresh_link"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  47 =&gt; 18,  43 =&gt; 17,  39 =&gt; 16,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig", "/var/www/html/modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 16, "t" =&gt; 17);
        static $functions = array("attach_library" =&gt; 16);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape', 't'],
                ['attach_library']
            );
        } 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('696a15d688d53_image-captcha-refresh.htm_8SVS0WrpbPnBRcADriNPf2SXu', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig */
class __TwigTemplate_739e0d53f50b98b5817e8596eb6e66ec extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 16
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;attachLibrary("image_captcha/image-captcha-refresh"), "html", null, true);
        echo "
extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Generate new CAPTCHA image"));
        echo "\"&gt;
    ";
        // line 18
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["captcha_refresh_link"] ?? null), 18, $this-&gt;source), "html", null, true);
        echo "

";
    }

    public function getTemplateName()
    {
        return "modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  47 =&gt; 18,  43 =&gt; 17,  39 =&gt; 16,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig", "/var/www/html/modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array();
        static $filters = array("escape" =&gt; 16, "t" =&gt; 17);
        static $functions = array("attach_library" =&gt; 16);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                [],
                ['escape', 't'],
                ['attach_library']
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_739e0d53f50b98b5817e8596eb6e66ec', 'modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig') (Line: 55)
twig_render_template('modules/captcha/modules/image_captcha/templates/image-captcha-refresh.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('image_captcha_refresh', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->block_captcha_display(Array, Array) (Line: 182)
Twig\Template->displayBlock('captcha_display', Array, Array) (Line: 61)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->block_captcha(Array, Array) (Line: 182)
Twig\Template->displayBlock('captcha', Array, Array) (Line: 50)
__TwigTemplate_b3e49fa1fd213c78122388a95569bc7d->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('modules/captcha/templates/captcha.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('captcha', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 39)
__TwigTemplate_3c3af2c93129a5963d73286df38a4313->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/webform-submission-form.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('webform_submission_form', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 85)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->block_content(Array, Array) (Line: 182)
Twig\Template->displayBlock('content', Array, Array) (Line: 69)
__TwigTemplate_97fd5c1492a4c766376651768b0c26ff->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/blocks/system/block.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array) (Line: 446)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 606)
__TwigTemplate_5f52dae17b3944b877f72a6484e98693->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/page.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php', 511) (Line: 104)
Drupal\Component\PhpStorage\FileStorage->createDirectory('/mnt/nfsv4/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('/mnt/nfsv4/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('696a15d688d53_off-canvas-page-wrapper.h_Qc0T62BPN2yki0cZ9Xh5vdBfe', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e0cceed66deadf15c8262ac629c384d4 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 20
        if (($context["children"] ?? null)) {
            // line 21
            echo "  
    ";
            // line 22
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  44 =&gt; 22,  41 =&gt; 21,  39 =&gt; 20,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 20);
        static $filters = array("escape" =&gt; 22);
        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('696a15d688d53_off-canvas-page-wrapper.h_Qc0T62BPN2yki0cZ9Xh5vdBfe', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;

/* core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig */
class __TwigTemplate_e0cceed66deadf15c8262ac629c384d4 extends \Twig\Template
{
    private $source;
    private $macros = [];

    public function __construct(Environment $env)
    {
        parent::__construct($env);

        $this-&gt;source = $this-&gt;getSourceContext();

        $this-&gt;parent = false;

        $this-&gt;blocks = [
        ];
        $this-&gt;sandbox = $this-&gt;env-&gt;getExtension('\Twig\Extension\SandboxExtension');
        $this-&gt;checkSecurity();
    }

    protected function doDisplay(array $context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 20
        if (($context["children"] ?? null)) {
            // line 21
            echo "  
    ";
            // line 22
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["children"] ?? null), 22, $this-&gt;source), "html", null, true);
            echo "
  
";
        }
    }

    public function getTemplateName()
    {
        return "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  44 =&gt; 22,  41 =&gt; 21,  39 =&gt; 20,);
    }

    public function getSourceContext()
    {
        return new Source("", "core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig", "/var/www/html/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 20);
        static $filters = array("escape" =&gt; 22);
        static $functions = array();

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['escape'],
                []
            );
        } catch (SecurityError $e) {
            $e-&gt;setSourceContext($this-&gt;source);

            if ($e instanceof SecurityNotAllowedTagError &amp;&amp; isset($tags[$e-&gt;getTagName()])) {
                $e-&gt;setTemplateLine($tags[$e-&gt;getTagName()]);
            } elseif ($e instanceof SecurityNotAllowedFilterError &amp;&amp; isset($filters[$e-&gt;getFilterName()])) {
                $e-&gt;setTemplateLine($filters[$e-&gt;getFilterName()]);
            } elseif ($e instanceof SecurityNotAllowedFunctionError &amp;&amp; isset($functions[$e-&gt;getFunctionName()])) {
                $e-&gt;setTemplateLine($functions[$e-&gt;getFunctionName()]);
            }

            throw $e;
        }

    }
}
') (Line: 409)
Twig\Environment->loadClass('__TwigTemplate_e0cceed66deadf15c8262ac629c384d4', 'core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig') (Line: 55)
twig_render_template('core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('off_canvas_page_wrapper', Array) (Line: 489)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 104)
__TwigTemplate_f65eb9e90ae5454f7438f4d643627c1c->doDisplay(Array, Array) (Line: 405)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 378)
Twig\Template->display(Array) (Line: 390)
Twig\Template->render(Array) (Line: 55)
twig_render_template('themes/tripin/templates/html.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 162)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 163)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 174)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 81)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 49)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 57)
Drupal\advban\AdvbanMiddleware->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 718)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

A few words about us

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Laoreet non curabitur gravida arcu. Maecenas sed enim ut sem viverra aliquet. Egestas dui id ornare arcu. Nibh ipsum consequat nisl vel pretium. Rhoncus mattis rhoncus urna neque viverra justo nec ultrices. Tortor id aliquet lectus proin nibh nisl.

EN Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (πάνω).

Signature under the photo

EN Αυτό είναι ένα τεστ κείμενο για την παράγραφο (κάτω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (κάτω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (κάτω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (κάτω). Αυτό είναι ένα τεστ κείμενο για την παράγραφο (κάτω).

165K

Residents

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do

80

Destinations

Sed ut perspiciatis unde omnis iste natus error sit voluptatem

55

Voluptatem

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque

Selected destinations

Destination 1

Subtitle of Destination 1

Destination 2

Subtitle of Destination 2

Destination 3

Subtitle of Destination 3

Destination 4

Subtitle of Destination 4

The Town Hall

EN Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας. Αυτό είναι ένα τεστ κείμενο σχετικό με την έδρα του Δήμου μας.

We have more suggestions for you

If you are coming to Piraeus for the first time we will make your life easy with a short, but interesting, programme. And if you are travelling with your family, then we will keep an eye on the children with ideas for safe and nice walks in the harbours, parks with playgrounds and pedestrian streets.