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_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php

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

/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 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 24
        echo "
  ";
        // line 25
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
        foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
            // line 26
            echo "    ";
            $context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
            // line 27
            echo "      ";
            if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
                // line 28
                echo "          ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($context["messages"]);
                foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
                    // line 29
                    echo "            extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
                    echo " data-title=\"";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
                    echo "\">";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
                    echo "
          ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 31
                echo "      ";
            } else {
                // line 32
                echo "        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
                echo " data-title=\"";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
                echo "\"> ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
                echo "
      ";
            }
            // line 34
            echo "  ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 35
        echo "
";
    }

    public function getTemplateName()
    {
        return "modules/contrib/izi_message/templates/izi-message.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  89 => 35,  83 => 34,  73 => 32,  70 => 31,  57 => 29,  52 => 28,  49 => 27,  46 => 26,  42 => 25,  39 => 24,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("for" => 25, "set" => 26, "if" => 27);
        static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['for', 'set', 'if'],
                ['length', 'escape', 'capitalize', 'first'],
                []
            );
        } 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_izi-message.html.twig_Ua89dFcfdHaIr1CstvY0g6sci', '<?php

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

/* modules/contrib/izi_message/templates/izi-message.html.twig */
class __TwigTemplate_0586004d01d992cd54b11a07df73a3d5 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 24
        echo "
  ";
        // line 25
        $context['_parent'] = $context;
        $context['_seq'] = twig_ensure_traversable(($context["message_list"] ?? null));
        foreach ($context['_seq'] as $context["type"] => $context["messages"]) {
            // line 26
            echo "    ";
            $context["iziType"] = ((($context["type"] == "status")) ? ("success") : ($context["type"]));
            // line 27
            echo "      ";
            if ((twig_length_filter($this->env, $context["messages"]) > 1)) {
                // line 28
                echo "          ";
                $context['_parent'] = $context;
                $context['_seq'] = twig_ensure_traversable($context["messages"]);
                foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
                    // line 29
                    echo "            extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source), "html", null, true);
                    echo " data-title=\"";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 29, $this->source)), "html", null, true);
                    echo "\">";
                    echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($context["message"], 29, $this->source), "html", null, true);
                    echo "
          ";
                }
                $_parent = $context['_parent'];
                unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
                $context = array_intersect_key($context, $_parent) + $_parent;
                // line 31
                echo "      ";
            } else {
                // line 32
                echo "        extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source), "html", null, true);
                echo " data-title=\"";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_capitalize_string_filter($this->env, $this->sandbox->ensureToStringAllowed(($context["iziType"] ?? null), 32, $this->source)), "html", null, true);
                echo "\"> ";
                echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, twig_first($this->env, $this->sandbox->ensureToStringAllowed($context["messages"], 32, $this->source)), "html", null, true);
                echo "
      ";
            }
            // line 34
            echo "  ";
        }
        $_parent = $context['_parent'];
        unset($context['_seq'], $context['_iterated'], $context['type'], $context['messages'], $context['_parent'], $context['loop']);
        $context = array_intersect_key($context, $_parent) + $_parent;
        // line 35
        echo "
";
    }

    public function getTemplateName()
    {
        return "modules/contrib/izi_message/templates/izi-message.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  89 => 35,  83 => 34,  73 => 32,  70 => 31,  57 => 29,  52 => 28,  49 => 27,  46 => 26,  42 => 25,  39 => 24,);
    }

    public function getSourceContext()
    {
        return new Source("", "modules/contrib/izi_message/templates/izi-message.html.twig", "/var/www/html/modules/contrib/izi_message/templates/izi-message.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("for" => 25, "set" => 26, "if" => 27);
        static $filters = array("length" => 27, "escape" => 29, "capitalize" => 29, "first" => 32);
        static $functions = array();

        try {
            $this->sandbox->checkSecurity(
                ['for', 'set', 'if'],
                ['length', 'escape', 'capitalize', 'first'],
                []
            );
        } 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_0586004d01d992cd54b11a07df73a3d5', 'modules/contrib/izi_message/templates/izi-message.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('modules/contrib/izi_message/templates/izi-message.html.twig') (Line: 55)
twig_render_template('modules/contrib/izi_message/templates/izi-message.html.twig', Array) (Line: 384)
Drupal\Core\Theme\ThemeManager->render('izi_message', Array) (Line: 433)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 160)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 161)
Drupal\Core\Render\Renderer->renderPlain(Array) (Line: 175)
Drupal\Core\Render\Renderer->renderPlaceholder('', Array) (Line: 665)
Drupal\Core\Render\Renderer->replacePlaceholders(Array) (Line: 550)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 204)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 148)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 580)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 149)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 278)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->renderPlaceholders(Object) (Line: 127)
Drupal\Core\Render\HtmlResponseAttachmentsProcessor->processAttachments(Object) (Line: 45)
Drupal\Core\EventSubscriber\HtmlResponseSubscriber->onRespond(Object, 'kernel.response', Object)
call_user_func(Array, Object, 'kernel.response', Object) (Line: 142)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.response') (Line: 202)
Symfony\Component\HttpKernel\HttpKernel->filterResponse(Object, Object, 1) (Line: 190)
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--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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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--story.html.twig_gT1Dwx2PVVqeYI4blcgs1yi9s', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story.html.twig */
class __TwigTemplate_b2b29d187b26cdcb76493571c6ac379c 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; "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 4
($context["node"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 5
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 5)) ? ("node--promoted") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 6)) ? ("node--sticky") : ("")), 4 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 7
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 7)) ? ("node--unpublished") : ("")), 5 =&gt; ((        // line 8
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 8, $this-&gt;source)))) : ("")), 6 =&gt; "clearfix"];
        // line 12
        $context["main_image_url"] = (((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null)) ? (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_1 = (($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 12), "entity", [], "any", false, false, true, 12), "uri", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12)) : (""));
        // line 13
        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, 14), 14, $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((($__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_button_1", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#url"] ?? null) : null), 16, $this-&gt;source), "html", null, true);
        echo "\" class=\"left_btn\"&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_button_1", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null), 16, $this-&gt;source), "html", null, true);
        echo "</a>
    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_button_2", [], "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 "\" class=\"right_btn\"&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_button_2", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#title"] ?? null) : null), 17, $this-&gt;source), "html", null, true);
        echo "</a>
    
    
      
        
          
          
        
        
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("dms.product_single", ["product_key" =&gt; (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_proorismos", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["#prid"] ?? null) : null)]), "html", null, true);
        echo "\" class=\"item\" style=\"background-image: url(";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_8 = (($__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_proorismos", [], "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["#images"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null), "url", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
        echo ")\" data-blur-bg=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 26, $this-&gt;source) . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 26, $this-&gt;source)), "html", null, true);
        echo "/images/story-3-small.jpg\"&gt;
            
              ";
        // line 28
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Read more"));
        echo "
              &nbsp;
            
            ";
        // line 31
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 32
            echo "              
                ";
            // line 33
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The Destination"));
            echo "
              
            ";
        }
        // line 36
        echo "            
              ";
        // line 37
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_proorismos", [], "any", false, false, true, 37), 0, [], "any", false, false, true, 37)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#markup"] ?? null) : 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((($__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_proorismos", [], "any", false, false, true, 40), 0, [], "any", false, false, true, 40)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#short"] ?? null) : null), 40, $this-&gt;source), "html", null, true);
        echo "
            
          </a>
          ";
        // line 43
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
        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_paragraphs", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
        echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 45, $this-&gt;source), "html", null, true);
        echo "\" class=\"item ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((( !($context["main_image_url"] ?? null)) ? ("without-image") : ("")));
        echo "\" style=\"";
        ((($context["main_image_url"] ?? null)) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, (("background-image: url(" . $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl(($context["main_image_url"] ?? null))) . ")"), "html", null, true))) : (print ("")));
        echo "\" data-blur-bg=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 45, $this-&gt;source) . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 45, $this-&gt;source)), "html", null, true);
        echo "/images/story-3-small.jpg\"&gt;
            
              ";
        // line 47
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 48
            echo "                ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Start the story"));
            echo "
              ";
        }
        // line 50
        echo "              
                ";
        // line 51
        if ((($__internal_compile_12 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 51)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12[0] ?? null) : null)) {
            // line 52
            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_13 = (($__internal_compile_14 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 52)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 52), "entity", [], "any", false, false, true, 52), "uri", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52), 52, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"\"&gt;
                ";
        } else {
            // line 54
            echo "                &nbsp;
                ";
        }
        // line 56
        echo "              
            
            ";
        // line 58
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 59
            echo "              
                ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The Story"));
            echo "
              
            ";
        }
        // line 63
        echo "            
              ";
        // line 64
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 64, $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["label"] ?? null), 64, $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), 64, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 67
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 67), 67, $this-&gt;source), "html", null, true);
        echo "
            
          
        
        
          <ul></ul>
        
        ";
        // line 75
        echo "        
          
            ";
        // line 90
        echo "          
          
            1
            /
            
          
        
      
    
    
      ";
        // line 100
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("To see stories you must rotate your device to portrait orientation"));
        echo "
    
  

";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  212 =&gt; 100,  200 =&gt; 90,  196 =&gt; 75,  186 =&gt; 67,  178 =&gt; 64,  175 =&gt; 63,  169 =&gt; 60,  166 =&gt; 59,  164 =&gt; 58,  160 =&gt; 56,  156 =&gt; 54,  150 =&gt; 52,  148 =&gt; 51,  145 =&gt; 50,  139 =&gt; 48,  137 =&gt; 47,  126 =&gt; 45,  122 =&gt; 44,  118 =&gt; 43,  112 =&gt; 40,  106 =&gt; 37,  103 =&gt; 36,  97 =&gt; 33,  94 =&gt; 32,  92 =&gt; 31,  86 =&gt; 28,  77 =&gt; 26,  63 =&gt; 17,  57 =&gt; 16,  52 =&gt; 14,  48 =&gt; 13,  46 =&gt; 12,  44 =&gt; 8,  43 =&gt; 7,  42 =&gt; 6,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/node--story.html.twig", "/var/www/html/themes/tripin/templates/node--story.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 31);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 13, "t" =&gt; 28);
        static $functions = array("attach_library" =&gt; 13, "path" =&gt; 26, "file_url" =&gt; 45);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape', 't'],
                ['attach_library', 'path', '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--story.html.twig_gT1Dwx2PVVqeYI4blcgs1yi9s', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story.html.twig */
class __TwigTemplate_b2b29d187b26cdcb76493571c6ac379c 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; "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 4
($context["node"] ?? null), "bundle", [], "any", false, false, true, 4), 4, $this-&gt;source))), 2 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 5
($context["node"] ?? null), "isPromoted", [], "method", false, false, true, 5)) ? ("node--promoted") : ("")), 3 =&gt; ((twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 6
($context["node"] ?? null), "isSticky", [], "method", false, false, true, 6)) ? ("node--sticky") : ("")), 4 =&gt; (( !twig_get_attribute($this-&gt;env, $this-&gt;source,         // line 7
($context["node"] ?? null), "isPublished", [], "method", false, false, true, 7)) ? ("node--unpublished") : ("")), 5 =&gt; ((        // line 8
($context["view_mode"] ?? null)) ? (("node--view-mode-" . \Drupal\Component\Utility\Html::getClass($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["view_mode"] ?? null), 8, $this-&gt;source)))) : ("")), 6 =&gt; "clearfix"];
        // line 12
        $context["main_image_url"] = (((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null)) ? (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_1 = (($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 12), "entity", [], "any", false, false, true, 12), "uri", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12)) : (""));
        // line 13
        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, 14), 14, $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((($__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_button_1", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#url"] ?? null) : null), 16, $this-&gt;source), "html", null, true);
        echo "\" class=\"left_btn\"&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_button_1", [], "any", false, false, true, 16), 0, [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4["#title"] ?? null) : null), 16, $this-&gt;source), "html", null, true);
        echo "</a>
    <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_button_2", [], "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 "\" class=\"right_btn\"&gt;";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__internal_compile_6 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_button_2", [], "any", false, false, true, 17), 0, [], "any", false, false, true, 17)) &amp;&amp; is_array($__internal_compile_6) || $__internal_compile_6 instanceof ArrayAccess ? ($__internal_compile_6["#title"] ?? null) : null), 17, $this-&gt;source), "html", null, true);
        echo "</a>
    
    
      
        
          
          
        
        
          <a line echo this->extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getPath("dms.product_single", ["product_key" =&gt; (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_proorismos", [], "any", false, false, true, 26), 0, [], "any", false, false, true, 26)) &amp;&amp; is_array($__internal_compile_7) || $__internal_compile_7 instanceof ArrayAccess ? ($__internal_compile_7["#prid"] ?? null) : null)]), "html", null, true);
        echo "\" class=\"item\" style=\"background-image: url(";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, (($__internal_compile_8 = (($__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_proorismos", [], "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["#images"] ?? null) : null)) &amp;&amp; is_array($__internal_compile_8) || $__internal_compile_8 instanceof ArrayAccess ? ($__internal_compile_8[0] ?? null) : null), "url", [], "any", false, false, true, 26), 26, $this-&gt;source), "html", null, true);
        echo ")\" data-blur-bg=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 26, $this-&gt;source) . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 26, $this-&gt;source)), "html", null, true);
        echo "/images/story-3-small.jpg\"&gt;
            
              ";
        // line 28
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Read more"));
        echo "
              &nbsp;
            
            ";
        // line 31
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 32
            echo "              
                ";
            // line 33
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The Destination"));
            echo "
              
            ";
        }
        // line 36
        echo "            
              ";
        // line 37
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed((($__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_proorismos", [], "any", false, false, true, 37), 0, [], "any", false, false, true, 37)) &amp;&amp; is_array($__internal_compile_10) || $__internal_compile_10 instanceof ArrayAccess ? ($__internal_compile_10["#markup"] ?? null) : 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((($__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_proorismos", [], "any", false, false, true, 40), 0, [], "any", false, false, true, 40)) &amp;&amp; is_array($__internal_compile_11) || $__internal_compile_11 instanceof ArrayAccess ? ($__internal_compile_11["#short"] ?? null) : null), 40, $this-&gt;source), "html", null, true);
        echo "
            
          </a>
          ";
        // line 43
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_content", [], "any", false, false, true, 43), 43, $this-&gt;source), "html", null, true);
        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_paragraphs", [], "any", false, false, true, 44), 44, $this-&gt;source), "html", null, true);
        echo "
          extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["url"] ?? null), 45, $this-&gt;source), "html", null, true);
        echo "\" class=\"item ";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((( !($context["main_image_url"] ?? null)) ? ("without-image") : ("")));
        echo "\" style=\"";
        ((($context["main_image_url"] ?? null)) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, (("background-image: url(" . $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl(($context["main_image_url"] ?? null))) . ")"), "html", null, true))) : (print ("")));
        echo "\" data-blur-bg=\"";
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, ($this-&gt;sandbox-&gt;ensureToStringAllowed(($context["base_path"] ?? null), 45, $this-&gt;source) . $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["directory"] ?? null), 45, $this-&gt;source)), "html", null, true);
        echo "/images/story-3-small.jpg\"&gt;
            
              ";
        // line 47
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 48
            echo "                ";
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Start the story"));
            echo "
              ";
        }
        // line 50
        echo "              
                ";
        // line 51
        if ((($__internal_compile_12 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 51)) &amp;&amp; is_array($__internal_compile_12) || $__internal_compile_12 instanceof ArrayAccess ? ($__internal_compile_12[0] ?? null) : null)) {
            // line 52
            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_13 = (($__internal_compile_14 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 52)) &amp;&amp; is_array($__internal_compile_14) || $__internal_compile_14 instanceof ArrayAccess ? ($__internal_compile_14[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_13) || $__internal_compile_13 instanceof ArrayAccess ? ($__internal_compile_13["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 52), "entity", [], "any", false, false, true, 52), "uri", [], "any", false, false, true, 52), "value", [], "any", false, false, true, 52), 52, $this-&gt;source)), "html", null, true);
            echo "\" alt=\"\"&gt;
                ";
        } else {
            // line 54
            echo "                &nbsp;
                ";
        }
        // line 56
        echo "              
            
            ";
        // line 58
        if ((($context["view_mode"] ?? null) != "search_index")) {
            // line 59
            echo "              
                ";
            // line 60
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("The Story"));
            echo "
              
            ";
        }
        // line 63
        echo "            
              ";
        // line 64
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(($context["title_prefix"] ?? null), 64, $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["label"] ?? null), 64, $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), 64, $this-&gt;source), "html", null, true);
        echo "
            
            
              ";
        // line 67
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_subtitle", [], "any", false, false, true, 67), 67, $this-&gt;source), "html", null, true);
        echo "
            
          
        
        
          <ul></ul>
        
        ";
        // line 75
        echo "        
          
            ";
        // line 90
        echo "          
          
            1
            /
            
          
        
      
    
    
      ";
        // line 100
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("To see stories you must rotate your device to portrait orientation"));
        echo "
    
  

";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  212 =&gt; 100,  200 =&gt; 90,  196 =&gt; 75,  186 =&gt; 67,  178 =&gt; 64,  175 =&gt; 63,  169 =&gt; 60,  166 =&gt; 59,  164 =&gt; 58,  160 =&gt; 56,  156 =&gt; 54,  150 =&gt; 52,  148 =&gt; 51,  145 =&gt; 50,  139 =&gt; 48,  137 =&gt; 47,  126 =&gt; 45,  122 =&gt; 44,  118 =&gt; 43,  112 =&gt; 40,  106 =&gt; 37,  103 =&gt; 36,  97 =&gt; 33,  94 =&gt; 32,  92 =&gt; 31,  86 =&gt; 28,  77 =&gt; 26,  63 =&gt; 17,  57 =&gt; 16,  52 =&gt; 14,  48 =&gt; 13,  46 =&gt; 12,  44 =&gt; 8,  43 =&gt; 7,  42 =&gt; 6,  41 =&gt; 5,  40 =&gt; 4,  39 =&gt; 2,);
    }

    public function getSourceContext()
    {
        return new Source("", "themes/tripin/templates/node--story.html.twig", "/var/www/html/themes/tripin/templates/node--story.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "if" =&gt; 31);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 13, "t" =&gt; 28);
        static $functions = array("attach_library" =&gt; 13, "path" =&gt; 26, "file_url" =&gt; 45);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'if'],
                ['clean_class', 'escape', 't'],
                ['attach_library', 'path', '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_b2b29d187b26cdcb76493571c6ac379c', 'themes/tripin/templates/node--story.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/node--story.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/node--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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;

/* themes/tripin/templates/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 "themes/tripin/templates/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("", "themes/tripin/templates/field.html.twig", "/var/www/html/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;

/* themes/tripin/templates/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 "themes/tripin/templates/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("", "themes/tripin/templates/field.html.twig", "/var/www/html/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', 'themes/tripin/templates/field.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/field.html.twig') (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: 122)
__TwigTemplate_b2b29d187b26cdcb76493571c6ac379c->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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--story-item.htm_qLtnDCtmIGfE-gz69NSc78beW', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story-item.html.twig */
class __TwigTemplate_a6a38111d952559bcee2dc3b19de6b51 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
        $context["main_image_url"] = (((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 9)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null)) ? (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_1 = (($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 9)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 9), "entity", [], "any", false, false, true, 9), "uri", [], "any", false, false, true, 9), "value", [], "any", false, false, true, 9)) : (""));
        // line 10
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

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

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((( !($context["main_image_url"] ?? null)) ? ("without-image") : ("")));
        echo "\" style=\"";
        ((($context["main_image_url"] ?? null)) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, (("background-image: url(" . $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl(($context["main_image_url"] ?? null))) . ")"), "html", null, true))) : (print ("")));
        echo "\" data-blur-bg=\"";
        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_3 = (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image_2", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 12), "entity", [], "any", false, false, true, 12), "uri", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this-&gt;source)), "html", null, true);
        echo "\"&gt;
      
        ";
        // 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_subtitle", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
        echo "
        
          ";
        // line 16
        if ((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[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_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 17)) &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, 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 "\" alt=\"\"&gt;
          ";
        } else {
            // line 19
            echo "          &nbsp;
          ";
        }
        // line 21
        echo "        
      
      
        ";
        // 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["content"] ?? null), "field_title", [], "any", false, false, true, 24), 24, $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(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_body_plain", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
        echo "
      
    
  ";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  101 =&gt; 27,  95 =&gt; 24,  90 =&gt; 21,  86 =&gt; 19,  80 =&gt; 17,  78 =&gt; 16,  73 =&gt; 14,  63 =&gt; 12,  55 =&gt; 11,  48 =&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--story-item.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--story-item.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 10, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12);
        static $functions = array("file_url" =&gt; 12);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                ['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--story-item.htm_qLtnDCtmIGfE-gz69NSc78beW', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story-item.html.twig */
class __TwigTemplate_a6a38111d952559bcee2dc3b19de6b51 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
        $context["main_image_url"] = (((($__internal_compile_0 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 9)) &amp;&amp; is_array($__internal_compile_0) || $__internal_compile_0 instanceof ArrayAccess ? ($__internal_compile_0[0] ?? null) : null)) ? (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_1 = (($__internal_compile_2 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image", [], "any", false, false, true, 9)) &amp;&amp; is_array($__internal_compile_2) || $__internal_compile_2 instanceof ArrayAccess ? ($__internal_compile_2[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_1) || $__internal_compile_1 instanceof ArrayAccess ? ($__internal_compile_1["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 9), "entity", [], "any", false, false, true, 9), "uri", [], "any", false, false, true, 9), "value", [], "any", false, false, true, 9)) : (""));
        // line 10
        $this-&gt;displayBlock('paragraph', $context, $blocks);
    }

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

    public function block_content($context, array $blocks = [])
    {
        $macros = $this-&gt;macros;
        // line 12
        echo "    extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar((( !($context["main_image_url"] ?? null)) ? ("without-image") : ("")));
        echo "\" style=\"";
        ((($context["main_image_url"] ?? null)) ? (print ($this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, (("background-image: url(" . $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;getFileUrl(($context["main_image_url"] ?? null))) . ")"), "html", null, true))) : (print ("")));
        echo "\" data-blur-bg=\"";
        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_3 = (($__internal_compile_4 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_image_2", [], "any", false, false, true, 12)) &amp;&amp; is_array($__internal_compile_4) || $__internal_compile_4 instanceof ArrayAccess ? ($__internal_compile_4[0] ?? null) : null)) &amp;&amp; is_array($__internal_compile_3) || $__internal_compile_3 instanceof ArrayAccess ? ($__internal_compile_3["#media"] ?? null) : null), "field_media_image", [], "any", false, false, true, 12), "entity", [], "any", false, false, true, 12), "uri", [], "any", false, false, true, 12), "value", [], "any", false, false, true, 12), 12, $this-&gt;source)), "html", null, true);
        echo "\"&gt;
      
        ";
        // 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_subtitle", [], "any", false, false, true, 14), 14, $this-&gt;source), "html", null, true);
        echo "
        
          ";
        // line 16
        if ((($__internal_compile_5 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 16)) &amp;&amp; is_array($__internal_compile_5) || $__internal_compile_5 instanceof ArrayAccess ? ($__internal_compile_5[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_6 = (($__internal_compile_7 = twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_flag", [], "any", false, false, true, 17)) &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, 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 "\" alt=\"\"&gt;
          ";
        } else {
            // line 19
            echo "          &nbsp;
          ";
        }
        // line 21
        echo "        
      
      
        ";
        // 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["content"] ?? null), "field_title", [], "any", false, false, true, 24), 24, $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(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["content"] ?? null), "field_body_plain", [], "any", false, false, true, 27), 27, $this-&gt;source), "html", null, true);
        echo "
      
    
  ";
    }

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

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  101 =&gt; 27,  95 =&gt; 24,  90 =&gt; 21,  86 =&gt; 19,  80 =&gt; 17,  78 =&gt; 16,  73 =&gt; 14,  63 =&gt; 12,  55 =&gt; 11,  48 =&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--story-item.html.twig", "/var/www/html/themes/tripin/templates/paragraphs/paragraph--story-item.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("set" =&gt; 2, "block" =&gt; 10, "if" =&gt; 16);
        static $filters = array("clean_class" =&gt; 4, "escape" =&gt; 12);
        static $functions = array("file_url" =&gt; 12);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['set', 'block', 'if'],
                ['clean_class', 'escape'],
                ['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_a6a38111d952559bcee2dc3b19de6b51', 'themes/tripin/templates/paragraphs/paragraph--story-item.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/paragraphs/paragraph--story-item.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/paragraphs/paragraph--story-item.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: 122)
__TwigTemplate_b2b29d187b26cdcb76493571c6ac379c->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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--story.html.twig_F76knk5i71KSFGEZb9q7mXDSd', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story.html.twig */
class __TwigTemplate_ab580262b04d3c711a34ea2d6cd10972 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; (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; (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; (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 120
        echo $this-&gt;extensions['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, 120), 120, $this-&gt;source), "html", null, true);
        echo "

";
        // line 123
        echo "
";
        // line 125
        echo "
  
  
    ";
        // line 128
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
        echo "
  


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


";
        // line 138
        if (($context["logged_in"] ?? null)) {
            // line 139
            echo "  
    
      
        ";
            // 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), "modal_booking", [], "any", false, false, true, 146), 146, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
";
        } else {
            // line 153
            echo "  
    
      
        
          ";
            // line 157
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "
          <a>";
            // line 158
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "</a>
        
        
          
            ";
            // line 162
            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 164
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_login", [], "any", false, false, true, 164), 164, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 174
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "
          <a>";
            // line 175
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "</a>
        
        
          
            ";
            // line 179
            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 181
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_register", [], "any", false, false, true, 181), 181, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 191
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "
        
        
          
            ";
            // line 195
            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 198
            echo $this-&gt;extensions['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, 198), 198, $this-&gt;source), "html", null, true);
            echo "
          
        
      
    
    
  
";
        }
        // line 206
        echo "
  
    
      
        ";
        // line 210
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Book Now"));
        echo "
      
      
        
          
            ";
        // line 215
        echo $this-&gt;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, 215), "value", [], "any", false, false, true, 215), 215, $this-&gt;source), "html", null, true);
        echo "
          
        
        ";
        // line 218
        echo $this-&gt;extensions['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, 218), 218, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 228
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact"));
        echo " ";
        // line 229
        echo "      
      
        ";
        // line 231
        echo $this-&gt;extensions['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, 231), 231, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 241
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Success"));
        echo "
      
      
        
          ";
        // line 245
        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--story.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  440 =&gt; 245,  433 =&gt; 241,  420 =&gt; 231,  416 =&gt; 229,  413 =&gt; 228,  400 =&gt; 218,  394 =&gt; 215,  386 =&gt; 210,  380 =&gt; 206,  369 =&gt; 198,  363 =&gt; 195,  356 =&gt; 191,  343 =&gt; 181,  338 =&gt; 179,  331 =&gt; 175,  327 =&gt; 174,  314 =&gt; 164,  309 =&gt; 162,  302 =&gt; 158,  298 =&gt; 157,  292 =&gt; 153,  282 =&gt; 146,  279 =&gt; 145,  274 =&gt; 139,  272 =&gt; 138,  265 =&gt; 134,  256 =&gt; 128,  251 =&gt; 125,  248 =&gt; 123,  243 =&gt; 120,  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--story.html.twig", "/var/www/html/themes/tripin/templates/page--story.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 33);
        static $filters = array("t" =&gt; 4, "escape" =&gt; 19);
        static $functions = array("path" =&gt; 52, "drupal_block" =&gt; 79, "url" =&gt; 91);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['t', 'escape'],
                ['path', 'drupal_block', '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_page--story.html.twig_F76knk5i71KSFGEZb9q7mXDSd', '&lt;?php

use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use 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--story.html.twig */
class __TwigTemplate_ab580262b04d3c711a34ea2d6cd10972 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; (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; (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; (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 120
        echo $this-&gt;extensions['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, 120), 120, $this-&gt;source), "html", null, true);
        echo "

";
        // line 123
        echo "
";
        // line 125
        echo "
  
  
    ";
        // line 128
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_main_menu", [], "any", false, false, true, 128), 128, $this-&gt;source), "html", null, true);
        echo "
  


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


";
        // line 138
        if (($context["logged_in"] ?? null)) {
            // line 139
            echo "  
    
      
        ";
            // 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), "modal_booking", [], "any", false, false, true, 146), 146, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
";
        } else {
            // line 153
            echo "  
    
      
        
          ";
            // line 157
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "
          <a>";
            // line 158
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "</a>
        
        
          
            ";
            // line 162
            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 164
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_login", [], "any", false, false, true, 164), 164, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 174
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign Up"));
            echo "
          <a>";
            // line 175
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Sign In"));
            echo "</a>
        
        
          
            ";
            // line 179
            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 181
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;escapeFilter($this-&gt;env, $this-&gt;sandbox-&gt;ensureToStringAllowed(twig_get_attribute($this-&gt;env, $this-&gt;source, ($context["page"] ?? null), "modal_register", [], "any", false, false, true, 181), 181, $this-&gt;source), "html", null, true);
            echo "
        
      
    
    
  
  
    
      
        
          ";
            // line 191
            echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Forgot password?"));
            echo "
        
        
          
            ";
            // line 195
            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 198
            echo $this-&gt;extensions['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, 198), 198, $this-&gt;source), "html", null, true);
            echo "
          
        
      
    
    
  
";
        }
        // line 206
        echo "
  
    
      
        ";
        // line 210
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Book Now"));
        echo "
      
      
        
          
            ";
        // line 215
        echo $this-&gt;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, 215), "value", [], "any", false, false, true, 215), 215, $this-&gt;source), "html", null, true);
        echo "
          
        
        ";
        // line 218
        echo $this-&gt;extensions['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, 218), 218, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 228
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Contact"));
        echo " ";
        // line 229
        echo "      
      
        ";
        // line 231
        echo $this-&gt;extensions['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, 231), 231, $this-&gt;source), "html", null, true);
        echo "
      
    
  
  


  
    
      
        ";
        // line 241
        echo $this-&gt;extensions['Drupal\Core\Template\TwigExtension']-&gt;renderVar(t("Success"));
        echo "
      
      
        
          ";
        // line 245
        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--story.html.twig";
    }

    public function isTraitable()
    {
        return false;
    }

    public function getDebugInfo()
    {
        return array (  440 =&gt; 245,  433 =&gt; 241,  420 =&gt; 231,  416 =&gt; 229,  413 =&gt; 228,  400 =&gt; 218,  394 =&gt; 215,  386 =&gt; 210,  380 =&gt; 206,  369 =&gt; 198,  363 =&gt; 195,  356 =&gt; 191,  343 =&gt; 181,  338 =&gt; 179,  331 =&gt; 175,  327 =&gt; 174,  314 =&gt; 164,  309 =&gt; 162,  302 =&gt; 158,  298 =&gt; 157,  292 =&gt; 153,  282 =&gt; 146,  279 =&gt; 145,  274 =&gt; 139,  272 =&gt; 138,  265 =&gt; 134,  256 =&gt; 128,  251 =&gt; 125,  248 =&gt; 123,  243 =&gt; 120,  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--story.html.twig", "/var/www/html/themes/tripin/templates/page--story.html.twig");
    }
    
    public function checkSecurity()
    {
        static $tags = array("if" =&gt; 33);
        static $filters = array("t" =&gt; 4, "escape" =&gt; 19);
        static $functions = array("path" =&gt; 52, "drupal_block" =&gt; 79, "url" =&gt; 91);

        try {
            $this-&gt;sandbox-&gt;checkSecurity(
                ['if'],
                ['t', 'escape'],
                ['path', 'drupal_block', '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_ab580262b04d3c711a34ea2d6cd10972', 'themes/tripin/templates/page--story.html.twig', NULL) (Line: 381)
Twig\Environment->loadTemplate('themes/tripin/templates/page--story.html.twig') (Line: 55)
twig_render_template('themes/tripin/templates/page--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 155)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 256)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 256)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 51)
__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0->doDisplay(Array, Array) (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/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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 51)
__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0->doDisplay(Array, Array) (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/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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 51)
__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0->doDisplay(Array, Array) (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/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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 51)
__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0->doDisplay(Array, Array) (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/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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 204)
Drupal\Core\Render\Renderer->render(Array) (Line: 480)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 51)
__TwigTemplate_c7fac4cd58e5c938ee76105c7283a2c0->doDisplay(Array, Array) (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/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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 265)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 343)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 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: 343)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 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: 420)
__TwigTemplate_ab580262b04d3c711a34ea2d6cd10972->doDisplay(Array, Array) (Line: 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--story.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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
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)
Destination list More stories
Read more
 
The Destination

Zeas Marina

Sitting in one of the cafes or restaurants, you can enjoy the sun and the sea view. Impressive sailboats and mega yachts from all over the world are anchoring right in front of you, while people come…

Excellent view to the marina

The swimming pool of Zeus Marina

In 1970, architects Tasos and Dimitris Biri designed a recreation area with an outdoor pool in Zeas Marina, which was built in 1972. It was considered one of the most beautiful of its time. It had an open area with levels, visible concrete, and an integrated section of the Conon Wall. After 1990, alterations to the building changed its original appearance, but it continues to be interesting, popular, and offers an excellent view of the marina.

Start the story
 
The Story

The swimming pool

Learn more about the destination

    To see stories you must rotate your device to portrait orientation