var/cache/dev/twig/77/7780900dfe3f2b046c6afa485c0938d36dba1029adcb9ebba4f534ab7e73587d.php line 126

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* default/default.html.twig */
  14. class __TwigTemplate_6e617de25bd09f46ca3c7767e36c5e0a284856d039eef0bf35b5f4b03316165b extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'metaTags' => [$this'block_metaTags'],
  25.             'head_stylesheets' => [$this'block_head_stylesheets'],
  26.             'header' => [$this'block_header'],
  27.             'content' => [$this'block_content'],
  28.             'modals' => [$this'block_modals'],
  29.             'footer' => [$this'block_footer'],
  30.             'scripts' => [$this'block_scripts'],
  31.         ];
  32.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  33.         $this->checkSecurity();
  34.         $this->deferred $this->env->getExtension('Twig\DeferredExtension\DeferredExtension');
  35.     }
  36.     protected function doDisplay(array $context, array $blocks = [])
  37.     {
  38.         $macros $this->macros;
  39.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  40.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/default.html.twig"));
  41.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  42.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""default/default.html.twig"));
  43.         // line 1
  44.         echo "<!DOCTYPE html>
  45. <html lang=\"en\">
  46.     <head>
  47.         <meta charset=\"UTF-8\">
  48.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  49.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  50.         <link rel=\"icon\" type=\"image/x-icon\" href=\"/static/icons/favicon.ico\">
  51.         ";
  52.         // line 9
  53.         $this->displayBlock('metaTags'$context$blocks);
  54.         // line 13
  55.         echo "        ";
  56.         // line 14
  57.         echo "                ";
  58.         // line 15
  59.         echo "                ";
  60.         // line 16
  61.         echo "                ";
  62.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_link')->getCallable()(), "appendStylesheet", [=> $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/css/index.css")], "method"falsefalsetrue16);
  63.         // line 17
  64.         echo "                ";
  65.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_script')->getCallable()(), "appendFile", [=> $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/js/index.js")], "method"falsefalsetrue17);
  66.         // line 18
  67.         echo "        ";
  68.         // line 19
  69.         echo "        <script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\" data-cbid=\"87a313c2-6ae9-4f6e-8518-9ca0f062b46b\"
  70.             data-culture=\"";
  71.         // line 20
  72.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'20$this->source); })()), "request", [], "any"falsefalsetrue20), "getLocale", [], "method"falsefalsetrue20), 20$this->source), "html"nulltrue);
  73.         echo "\"
  74.             data-blockingmode=\"auto\" type=\"text/javascript\" defer></script>
  75.         ";
  76.         // line 23
  77.         $this->displayBlock('head_stylesheets'$context$blocks);
  78.         // line 26
  79.         echo "
  80.         <!-- Hotjar Tracking Code for https://meddox.com/hr -->
  81.         <script data-cookieconsent=\"statistics, marketing\">
  82.             (function(h,o,t,j,a,r){
  83.                 h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  84.                 h._hjSettings={hjid:2756418,hjsv:6};
  85.                 a=o.getElementsByTagName('head')[0];
  86.                 r=o.createElement('script');r.async=1;
  87.                 r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  88.                 a.appendChild(r);
  89.             })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  90.         </script>
  91.         <!-- Google Tag Manager -->
  92.         <script data-cookieconsent=\"statistics, marketing\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  93.             new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  94.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  95.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  96.         })(window,document,'script','dataLayer','GTM-PWBHSTX');</script>
  97.         <!-- End Google Tag Manager -->
  98.     </head>
  99.     <body>
  100.         <!-- Google Tag Manager (noscript) -->
  101.         <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PWBHSTX\"
  102.             height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  103.         <!-- End Google Tag Manager (noscript) -->
  104.         ";
  105.         // line 55
  106.         $context["isMobile"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'55$this->source); })()), "request", [], "any"falsefalsetrue55), "get", [=> "isMobile"], "method"falsefalsetrue55);
  107.         // line 56
  108.         echo "
  109.         ";
  110.         // line 57
  111.         $this->displayBlock('header'$context$blocks);
  112.         // line 70
  113.         echo "
  114.         ";
  115.         // line 71
  116.         $this->displayBlock('content'$context$blocks);
  117.         // line 74
  118.         echo "
  119.         ";
  120.         // line 75
  121.         $this->displayBlock('modals'$context$blocks);
  122.         // line 77
  123.         echo "
  124.         ";
  125.         // line 78
  126.         $this->loadTemplate("components/modals/newsletter-modal.html.twig""default/default.html.twig"78)->display($context);
  127.         // line 79
  128.         echo "
  129.         ";
  130.         // line 80
  131.         $this->displayBlock('footer'$context$blocks);
  132.         // line 91
  133.         echo "
  134.         ";
  135.         // line 92
  136.         $this->displayBlock('scripts'$context$blocks);
  137.         // line 100
  138.         echo "    </body>
  139. </html>
  140. ";
  141.         $this->deferred->resolve($this$context$blocks);
  142.         
  143.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  144.         
  145.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  146.     }
  147.     // line 9
  148.     public function block_metaTags($context, array $blocks = [])
  149.     {
  150.         $macros $this->macros;
  151.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  152.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTags"));
  153.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  154.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaTags"));
  155.         // line 10
  156.         echo "            <title>";
  157.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'10$this->source); })()), "getTitle", [], "method"falsefalsetrue10), 10$this->source), "html"nulltrue);
  158.         echo "</title>
  159.             <meta name=\"description\" content=\"";
  160.         // line 11
  161.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'11$this->source); })()), "getDescription", [], "method"falsefalsetrue11), 11$this->source), "html"nulltrue);
  162.         echo "\"></meta>
  163.         ";
  164.         
  165.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  166.         
  167.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  168.     }
  169.     public function block_head_stylesheets($context, array $blocks = [])
  170.     {
  171.         $this->deferred->defer($this'head_stylesheets');
  172.     }
  173.     // line 23
  174.     public function block_head_stylesheets_deferred($context, array $blocks = [])
  175.     {
  176.         $macros $this->macros;
  177.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  178.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  179.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  180.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_stylesheets"));
  181.         // line 24
  182.         echo "            ";
  183.         echo $this->env->getFunction('pimcore_head_link')->getCallable()();
  184.         echo "
  185.         ";
  186.         
  187.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  188.         
  189.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  190.         $this->deferred->resolve($this$context$blocks);
  191.     }
  192.     // line 57
  193.     public function block_header($context, array $blocks = [])
  194.     {
  195.         $macros $this->macros;
  196.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  197.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  198.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  199.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""header"));
  200.         // line 58
  201.         echo "            ";
  202.         if ((array_key_exists("document"$context) && (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'58$this->source); })()))) {
  203.             // line 59
  204.             echo "                ";
  205.             if ((twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'59$this->source); })()), "getProperty", [=> "header"], "method"falsefalsetrue59) &&  !(isset($context["isMobile"]) || array_key_exists("isMobile"$context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.'59$this->source); })()))) {
  206.                 // line 60
  207.                 echo "                    ";
  208.                 // line 61
  209.                 echo "                    ";
  210.                 if (twig_get_attribute($this->env$this->source, ($context["blog_post"] ?? null), "id", [], "any"truetruetrue61)) {
  211.                     // line 62
  212.                     echo "                        ";
  213.                     echo $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'62$this->source); })()), "getProperty", [=> "header"], "method"falsefalsetrue62), "getRealFullpath", [], "method"falsefalsetrue62), 62$this->source), ["realDocument" => (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'62$this->source); })()), "blogPostId" => twig_get_attribute($this->env$this->source, (isset($context["blog_post"]) || array_key_exists("blog_post"$context) ? $context["blog_post"] : (function () { throw new RuntimeError('Variable "blog_post" does not exist.'62$this->source); })()), "id", [], "any"falsefalsetrue62)]);
  214.                     echo "
  215.                     ";
  216.                 } else {
  217.                     // line 64
  218.                     echo "                        ";
  219.                     echo $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'64$this->source); })()), "getProperty", [=> "header"], "method"falsefalsetrue64), "getRealFullpath", [], "method"falsefalsetrue64), 64$this->source), ["realDocument" => (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'64$this->source); })())]);
  220.                     echo "
  221.                     ";
  222.                 }
  223.                 // line 66
  224.                 echo "                    ";
  225.                 // line 67
  226.                 echo "                ";
  227.             }
  228.             // line 68
  229.             echo "            ";
  230.         }
  231.         // line 69
  232.         echo "        ";
  233.         
  234.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  235.         
  236.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  237.     }
  238.     // line 71
  239.     public function block_content($context, array $blocks = [])
  240.     {
  241.         $macros $this->macros;
  242.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  243.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  244.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  245.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  246.         // line 72
  247.         echo "            ";
  248.         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"areablock""mainAreaBlock");
  249.         echo "
  250.         ";
  251.         
  252.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  253.         
  254.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  255.     }
  256.     // line 75
  257.     public function block_modals($context, array $blocks = [])
  258.     {
  259.         $macros $this->macros;
  260.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  261.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  262.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  263.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""modals"));
  264.         // line 76
  265.         echo "        ";
  266.         
  267.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  268.         
  269.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  270.     }
  271.     // line 80
  272.     public function block_footer($context, array $blocks = [])
  273.     {
  274.         $macros $this->macros;
  275.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  276.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  277.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  278.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  279.         // line 81
  280.         echo "            ";
  281.         if ( !(isset($context["isMobile"]) || array_key_exists("isMobile"$context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.'81$this->source); })())) {
  282.             // line 82
  283.             echo "                <div ";
  284.             echo (((twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'82$this->source); })()), "getProperty", [=> "bgGray"], "method"falsefalsetrue82) || (array_key_exists("bgGray"$context) && (isset($context["bgGray"]) || array_key_exists("bgGray"$context) ? $context["bgGray"] : (function () { throw new RuntimeError('Variable "bgGray" does not exist.'82$this->source); })())))) ? ("style=background-color:#EFF1F3;") : (""));
  285.             echo ">
  286.                     ";
  287.             // line 83
  288.             if ((array_key_exists("document"$context) && (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'83$this->source); })()))) {
  289.                 // line 84
  290.                 echo "                        ";
  291.                 if (twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'84$this->source); })()), "getProperty", [=> "footer"], "method"falsefalsetrue84)) {
  292.                     // line 85
  293.                     echo "                            ";
  294.                     echo $this->env->getFunction('pimcore_inc')->getCallable()($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'85$this->source); })()), "getProperty", [=> "footer"], "method"falsefalsetrue85), "getRealFullpath", [], "method"falsefalsetrue85), 85$this->source), ["isMobile" => (isset($context["isMobile"]) || array_key_exists("isMobile"$context) ? $context["isMobile"] : (function () { throw new RuntimeError('Variable "isMobile" does not exist.'85$this->source); })())]);
  295.                     echo "
  296.                         ";
  297.                 }
  298.                 // line 87
  299.                 echo "                    ";
  300.             }
  301.             // line 88
  302.             echo "                </div>
  303.             ";
  304.         }
  305.         // line 90
  306.         echo "        ";
  307.         
  308.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  309.         
  310.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  311.     }
  312.     public function block_scripts($context, array $blocks = [])
  313.     {
  314.         $this->deferred->defer($this'scripts');
  315.     }
  316.     // line 92
  317.     public function block_scripts_deferred($context, array $blocks = [])
  318.     {
  319.         $macros $this->macros;
  320.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  321.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  322.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  323.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  324.         // line 93
  325.         echo "            ";
  326.         echo $this->env->getFunction('pimcore_head_script')->getCallable()();
  327.         echo "
  328.             <script>
  329.                 window.locale = '";
  330.         // line 95
  331.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'95$this->source); })()), "request", [], "any"falsefalsetrue95), "getLocale", [], "any"falsefalsetrue95), 95$this->source), "html"nulltrue);
  332.         echo "';
  333.                 window.cookieMessageText = '";
  334.         // line 96
  335.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("video.cookies.text"), "html"nulltrue);
  336.         echo "';
  337.                 window.cookieMessageLink = '";
  338.         // line 97
  339.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("video.cookies.link"), "html"nulltrue);
  340.         echo "';
  341.             </script>
  342.         ";
  343.         
  344.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  345.         
  346.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  347.         $this->deferred->resolve($this$context$blocks);
  348.     }
  349.     public function getTemplateName()
  350.     {
  351.         return "default/default.html.twig";
  352.     }
  353.     public function isTraitable()
  354.     {
  355.         return false;
  356.     }
  357.     public function getDebugInfo()
  358.     {
  359.         return array (  391 => 97,  387 => 96,  383 => 95,  377 => 93,  367 => 92,  352 => 90,  348 => 88,  345 => 87,  339 => 85,  336 => 84,  334 => 83,  329 => 82,  326 => 81,  316 => 80,  306 => 76,  296 => 75,  283 => 72,  273 => 71,  263 => 69,  260 => 68,  257 => 67,  255 => 66,  249 => 64,  243 => 62,  240 => 61,  238 => 60,  235 => 59,  232 => 58,  222 => 57,  208 => 24,  198 => 23,  181 => 11,  176 => 10,  166 => 9,  153 => 100,  151 => 92,  148 => 91,  146 => 80,  143 => 79,  141 => 78,  138 => 77,  136 => 75,  133 => 74,  131 => 71,  128 => 70,  126 => 57,  123 => 56,  121 => 55,  90 => 26,  88 => 23,  82 => 20,  79 => 19,  77 => 18,  74 => 17,  71 => 16,  69 => 15,  67 => 14,  65 => 13,  63 => 9,  53 => 1,);
  360.     }
  361.     public function getSourceContext()
  362.     {
  363.         return new Source("<!DOCTYPE html>
  364. <html lang=\"en\">
  365.     <head>
  366.         <meta charset=\"UTF-8\">
  367.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  368.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">
  369.         <link rel=\"icon\" type=\"image/x-icon\" href=\"/static/icons/favicon.ico\">
  370.         {% block metaTags %}
  371.             <title>{{ document.getTitle() }}</title>
  372.             <meta name=\"description\" content=\"{{ document.getDescription() }}\"></meta>
  373.         {% endblock %}
  374.         {# {% spaceless %} #}
  375.                 {# add global stylesheets and scripts outside of any blocsk to add them to the helpers before any others assets are added #}
  376.                 {# we use the view helper to have cache buster functionality #}
  377.                 {% do pimcore_head_link().appendStylesheet(asset('static/css/index.css')) %}
  378.                 {% do pimcore_head_script().appendFile(asset('static/js/index.js')) %}
  379.         {# {% endspaceless %} #}
  380.         <script id=\"Cookiebot\" src=\"https://consent.cookiebot.com/uc.js\" data-cbid=\"87a313c2-6ae9-4f6e-8518-9ca0f062b46b\"
  381.             data-culture=\"{{ app.request.getLocale() }}\"
  382.             data-blockingmode=\"auto\" type=\"text/javascript\" defer></script>
  383.         {% block head_stylesheets deferred %}
  384.             {{ pimcore_head_link() }}
  385.         {% endblock %}
  386.         <!-- Hotjar Tracking Code for https://meddox.com/hr -->
  387.         <script data-cookieconsent=\"statistics, marketing\">
  388.             (function(h,o,t,j,a,r){
  389.                 h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
  390.                 h._hjSettings={hjid:2756418,hjsv:6};
  391.                 a=o.getElementsByTagName('head')[0];
  392.                 r=o.createElement('script');r.async=1;
  393.                 r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
  394.                 a.appendChild(r);
  395.             })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
  396.         </script>
  397.         <!-- Google Tag Manager -->
  398.         <script data-cookieconsent=\"statistics, marketing\">(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  399.             new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  400.             j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  401.             'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  402.         })(window,document,'script','dataLayer','GTM-PWBHSTX');</script>
  403.         <!-- End Google Tag Manager -->
  404.     </head>
  405.     <body>
  406.         <!-- Google Tag Manager (noscript) -->
  407.         <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=GTM-PWBHSTX\"
  408.             height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  409.         <!-- End Google Tag Manager (noscript) -->
  410.         {% set isMobile = app.request.get('isMobile') %}
  411.         {% block header %}
  412.             {% if document is defined and document %}
  413.                 {% if document.getProperty('header') and not isMobile %}
  414.                     {# ------------------------------------------------------------------------------------------------------------------------------------------- #}
  415.                     {% if blog_post.id is defined %}
  416.                         {{ pimcore_inc(document.getProperty('header').getRealFullpath(), { 'realDocument': document, 'blogPostId': blog_post.id }) }}
  417.                     {% else %}
  418.                         {{ pimcore_inc(document.getProperty('header').getRealFullpath(), { 'realDocument': document }) }}
  419.                     {% endif %}
  420.                     {# ------------------------------------------------------------------------------------------------------------------------------------------- #}
  421.                 {% endif %}
  422.             {% endif %}
  423.         {% endblock %}
  424.         {% block content %}
  425.             {{ pimcore_areablock('mainAreaBlock') }}
  426.         {% endblock %}
  427.         {% block modals %}
  428.         {% endblock %}
  429.         {% include 'components/modals/newsletter-modal.html.twig' %}
  430.         {% block footer %}
  431.             {% if not isMobile %}
  432.                 <div {{ document.getProperty('bgGray') or bgGray is defined and bgGray ? 'style=background-color:#EFF1F3;' }}>
  433.                     {% if document is defined and document %}
  434.                         {% if document.getProperty('footer') %}
  435.                             {{ pimcore_inc(document.getProperty('footer').getRealFullpath(), {isMobile: isMobile}) }}
  436.                         {% endif %}
  437.                     {% endif %}
  438.                 </div>
  439.             {% endif %}
  440.         {% endblock %}
  441.         {% block scripts deferred %}
  442.             {{ pimcore_head_script() }}
  443.             <script>
  444.                 window.locale = '{{ app.request.getLocale }}';
  445.                 window.cookieMessageText = '{{ \"video.cookies.text\"|trans }}';
  446.                 window.cookieMessageLink = '{{ \"video.cookies.link\"|trans }}';
  447.             </script>
  448.         {% endblock %}
  449.     </body>
  450. </html>
  451. ""default/default.html.twig""/home/ubuntu/meddox/templates/default/default.html.twig");
  452.     }
  453.     
  454.     public function checkSecurity()
  455.     {
  456.         static $tags = array("block" => 9"do" => 16"set" => 55"include" => 78"if" => 58);
  457.         static $filters = array("escape" => 20"trans" => 96);
  458.         static $functions = array("pimcore_head_link" => 16"asset" => 16"pimcore_head_script" => 17"pimcore_inc" => 62"pimcore_areablock" => 72);
  459.         try {
  460.             $this->sandbox->checkSecurity(
  461.                 ['block''do''set''include''if'],
  462.                 ['escape''trans'],
  463.                 ['pimcore_head_link''asset''pimcore_head_script''pimcore_inc''pimcore_areablock']
  464.             );
  465.         } catch (SecurityError $e) {
  466.             $e->setSourceContext($this->source);
  467.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  468.                 $e->setTemplateLine($tags[$e->getTagName()]);
  469.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  470.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  471.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  472.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  473.             }
  474.             throw $e;
  475.         }
  476.     }
  477. }