var/cache/dev/twig/a2/a2bab09faad327a37df0707476e844a5.php line 188

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. /* @theme/base.html.twig */
  14. class __TwigTemplate_85b74497cfb2a49e6a968961d3a53ccd 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.             'metatitle' => [$this'block_metatitle'],
  25.             'metadescription' => [$this'block_metadescription'],
  26.             'stylesheets' => [$this'block_stylesheets'],
  27.             'javascripts' => [$this'block_javascripts'],
  28.             'bodyattributes' => [$this'block_bodyattributes'],
  29.             'body' => [$this'block_body'],
  30.         ];
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/base.html.twig"));
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@theme/base.html.twig"));
  39.         // line 1
  40.         echo "<!doctype html>
  41. <html class=\"no-js\" lang=\"en\">
  42.     <head>
  43.         <meta charset=\"utf-8\">
  44.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  45.         <title>";
  46.         // line 6
  47.         $this->displayBlock('metatitle'$context$blocks);
  48.         echo " | ";
  49.         echo twig_escape_filter($this->env, (isset($context["sitename"]) || array_key_exists("sitename"$context) ? $context["sitename"] : (function () { throw new RuntimeError('Variable "sitename" does not exist.'6$this->source); })()), "html"nulltrue);
  50.         echo "</title>
  51.         <meta name=\"robots\" content=\"index,follow\">
  52.         <meta name=\"description\" content=\"";
  53.         // line 8
  54.         $this->displayBlock('metadescription'$context$blocks);
  55.         echo "\">
  56.         <meta name=\"format-detection\" content=\"telephone=no\">
  57.         ";
  58.         // line 12
  59.         echo "        ";
  60.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  61.         echo "
  62.         ";
  63.         // line 13
  64.         $this->displayBlock('stylesheets'$context$blocks);
  65.         // line 14
  66.         echo "        <script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\" defer></script>
  67.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  68.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  69.         <link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap\" onload=\"this.onload=null;this.rel='stylesheet';this.removeAttribute('as')\" as=\"style\">
  70.         <noscript>
  71.             <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap\">
  72.         </noscript>
  73.         ";
  74.         // line 23
  75.         echo "        ";
  76.         $this->loadTemplate("@theme/common/og.html.twig""@theme/base.html.twig"23)->display($context);
  77.         // line 24
  78.         echo "
  79.         ";
  80.         // line 26
  81.         echo "        ";
  82.         $this->loadTemplate("@theme/common/icons.html.twig""@theme/base.html.twig"26)->display($context);
  83.         // line 27
  84.         echo "
  85.         ";
  86.         // line 29
  87.         echo "        ";
  88.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  89.         echo "
  90.         ";
  91.         // line 30
  92.         $this->displayBlock('javascripts'$context$blocks);
  93.         // line 31
  94.         echo "
  95.         ";
  96.         // line 33
  97.         echo "        ";
  98.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CMS_ACCESS")) {
  99.             // line 34
  100.             echo "            ";
  101.             $this->loadTemplate("Widgets/admin-css-imports.html.twig""@theme/base.html.twig"34)->display($context);
  102.             // line 35
  103.             echo "        ";
  104.         }
  105.         // line 36
  106.         echo "
  107.         ";
  108.         // line 37
  109.         if ((twig_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.'37$this->source); })()), "environment", [], "any"falsefalsefalse37) != "dev")) {
  110.             // line 38
  111.             echo "            ";
  112.             // line 39
  113.             echo "            <script>
  114.                 (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  115.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  116.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  117.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  118.                 })(window,document,'script','dataLayer','";
  119.             // line 44
  120.             echo twig_escape_filter($this->env, (isset($context["gtm_code"]) || array_key_exists("gtm_code"$context) ? $context["gtm_code"] : (function () { throw new RuntimeError('Variable "gtm_code" does not exist.'44$this->source); })()), "html"nulltrue);
  121.             echo "');
  122.             </script>
  123.         ";
  124.         }
  125.         // line 47
  126.         echo "    </head>
  127.     ";
  128.         // line 49
  129.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CMS_ACCESS")) {
  130.             // line 50
  131.             echo "        <body class=\"skin-blue sidebar-collapse sidebar-mini\">
  132.         ";
  133.             // line 51
  134.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AdminDefaultController::showAdminHeader"));
  135.             echo "
  136.     ";
  137.         } else {
  138.             // line 53
  139.             echo "        <body ";
  140.             $this->displayBlock('bodyattributes'$context$blocks);
  141.             echo ">
  142.     ";
  143.         }
  144.         // line 55
  145.         echo "        ";
  146.         if ((twig_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); })()), "environment", [], "any"falsefalsefalse55) != "dev")) {
  147.             // line 56
  148.             echo "            ";
  149.             // line 57
  150.             echo "            <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id=";
  151.             echo twig_escape_filter($this->env, (isset($context["gtm_code"]) || array_key_exists("gtm_code"$context) ? $context["gtm_code"] : (function () { throw new RuntimeError('Variable "gtm_code" does not exist.'57$this->source); })()), "html"nulltrue);
  152.             echo "\"
  153.             height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  154.         ";
  155.         }
  156.         // line 60
  157.         echo "
  158.         ";
  159.         // line 62
  160.         echo "        ";
  161.         $this->loadTemplate("@theme/common/site-header.html.twig""@theme/base.html.twig"62)->display($context);
  162.         // line 63
  163.         echo "        ";
  164.         $this->loadTemplate("@theme/common/alert-notifications.html.twig""@theme/base.html.twig"63)->display($context);
  165.         // line 64
  166.         echo "
  167.         ";
  168.         // line 66
  169.         echo "        ";
  170.         $this->displayBlock('body'$context$blocks);
  171.         // line 67
  172.         echo "
  173.         ";
  174.         // line 69
  175.         echo "        ";
  176.         $this->loadTemplate("@theme/common/site-footer.html.twig""@theme/base.html.twig"69)->display($context);
  177.         // line 70
  178.         echo "        ";
  179.         $this->loadTemplate("@theme/common/consent.html.twig""@theme/base.html.twig"70)->display($context);
  180.         // line 71
  181.         echo "
  182.         ";
  183.         // line 73
  184.         echo "        <script src=\"";
  185.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/js/modernizr-3.5.0.min.js"), "html"nulltrue);
  186.         echo "\" defer></script>
  187.         <script src=\"https://code.jquery.com/jquery-1.12.4.min.js\" integrity=\"sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=\" crossorigin=\"anonymous\" async defer></script>
  188.         ";
  189.         // line 75
  190.         $this->loadTemplate("Widgets/admin-js-imports.html.twig""@theme/base.html.twig"75)->display($context);
  191.         // line 76
  192.         echo "
  193.     </body>
  194. </html>
  195. ";
  196.         
  197.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  198.         
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  200.     }
  201.     // line 6
  202.     public function block_metatitle($context, array $blocks = [])
  203.     {
  204.         $macros $this->macros;
  205.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  206.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatitle"));
  207.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  208.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatitle"));
  209.         
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  211.         
  212.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  213.     }
  214.     // line 8
  215.     public function block_metadescription($context, array $blocks = [])
  216.     {
  217.         $macros $this->macros;
  218.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  219.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metadescription"));
  220.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  221.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metadescription"));
  222.         
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  224.         
  225.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  226.     }
  227.     // line 13
  228.     public function block_stylesheets($context, array $blocks = [])
  229.     {
  230.         $macros $this->macros;
  231.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  232.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  233.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  234.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  235.         
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  237.         
  238.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  239.     }
  240.     // line 30
  241.     public function block_javascripts($context, array $blocks = [])
  242.     {
  243.         $macros $this->macros;
  244.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  245.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  246.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  247.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  248.         
  249.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  250.         
  251.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  252.     }
  253.     // line 53
  254.     public function block_bodyattributes($context, array $blocks = [])
  255.     {
  256.         $macros $this->macros;
  257.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  258.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyattributes"));
  259.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  260.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyattributes"));
  261.         
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  263.         
  264.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  265.     }
  266.     // line 66
  267.     public function block_body($context, array $blocks = [])
  268.     {
  269.         $macros $this->macros;
  270.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  271.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  272.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  273.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  274.         
  275.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  276.         
  277.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  278.     }
  279.     /**
  280.      * @codeCoverageIgnore
  281.      */
  282.     public function getTemplateName()
  283.     {
  284.         return "@theme/base.html.twig";
  285.     }
  286.     /**
  287.      * @codeCoverageIgnore
  288.      */
  289.     public function isTraitable()
  290.     {
  291.         return false;
  292.     }
  293.     /**
  294.      * @codeCoverageIgnore
  295.      */
  296.     public function getDebugInfo()
  297.     {
  298.         return array (  307 => 66,  289 => 53,  271 => 30,  253 => 13,  235 => 8,  217 => 6,  204 => 76,  202 => 75,  196 => 73,  193 => 71,  190 => 70,  187 => 69,  184 => 67,  181 => 66,  178 => 64,  175 => 63,  172 => 62,  169 => 60,  162 => 57,  160 => 56,  157 => 55,  151 => 53,  146 => 51,  143 => 50,  141 => 49,  137 => 47,  131 => 44,  124 => 39,  122 => 38,  120 => 37,  117 => 36,  114 => 35,  111 => 34,  108 => 33,  105 => 31,  103 => 30,  98 => 29,  95 => 27,  92 => 26,  89 => 24,  86 => 23,  76 => 14,  74 => 13,  69 => 12,  63 => 8,  56 => 6,  49 => 1,);
  299.     }
  300.     public function getSourceContext()
  301.     {
  302.         return new Source("<!doctype html>
  303. <html class=\"no-js\" lang=\"en\">
  304.     <head>
  305.         <meta charset=\"utf-8\">
  306.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  307.         <title>{% block metatitle %}{% endblock %} | {{ sitename }}</title>
  308.         <meta name=\"robots\" content=\"index,follow\">
  309.         <meta name=\"description\" content=\"{% block metadescription %}{% endblock %}\">
  310.         <meta name=\"format-detection\" content=\"telephone=no\">
  311.         {# WEBPACK COMPILED CSS #}
  312.         {{ encore_entry_link_tags('app') }}
  313.         {% block stylesheets %}{% endblock %}
  314.         <script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\" defer></script>
  315.         <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\">
  316.         <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin>
  317.         <link rel=\"preload\" href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap\" onload=\"this.onload=null;this.rel='stylesheet';this.removeAttribute('as')\" as=\"style\">
  318.         <noscript>
  319.             <link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap\">
  320.         </noscript>
  321.         {# OPENGRAPH #}
  322.         {% include '@theme/common/og.html.twig' %}
  323.         {# FAVICONS #}
  324.         {% include '@theme/common/icons.html.twig' %}
  325.         {# WEBPACK COMPILED JS - USES DEFER #}
  326.         {{ encore_entry_script_tags('app') }}
  327.         {% block javascripts %}{% endblock %}
  328.         {# ADMIN ONLY CSS FILES MERGED INTO SINGLE INCLUDE FILE #}
  329.         {% if is_granted('ROLE_CMS_ACCESS') %}
  330.             {% include 'Widgets/admin-css-imports.html.twig' %}
  331.         {% endif %}
  332.         {% if app.environment != 'dev' %}
  333.             {# GOOGLE TAG MANAGER #}
  334.             <script>
  335.                 (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  336.                 new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  337.                 j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  338.                 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  339.                 })(window,document,'script','dataLayer','{{ gtm_code }}');
  340.             </script>
  341.         {% endif %}
  342.     </head>
  343.     {% if is_granted('ROLE_CMS_ACCESS') %}
  344.         <body class=\"skin-blue sidebar-collapse sidebar-mini\">
  345.         {{ render(controller('App\\\\Controller\\\\AdminDefaultController::showAdminHeader')) }}
  346.     {% else %}
  347.         <body {% block bodyattributes %}{% endblock %}>
  348.     {% endif %}
  349.         {% if app.environment != 'dev' %}
  350.             {# GOOGLE TAG MANAGER #}
  351.             <noscript><iframe src=\"https://www.googletagmanager.com/ns.html?id={{ gtm_code }}\"
  352.             height=\"0\" width=\"0\" style=\"display:none;visibility:hidden\"></iframe></noscript>
  353.         {% endif %}
  354.         {# HEADER #}
  355.         {% include '@theme/common/site-header.html.twig' %}
  356.         {% include '@theme/common/alert-notifications.html.twig' %}
  357.         {# CONTENT #}
  358.         {% block body %}{% endblock %}
  359.         {# FOOTER #}
  360.         {% include '@theme/common/site-footer.html.twig' %}
  361.         {% include \"@theme/common/consent.html.twig\" %}
  362.         {# SCRIPTS #}
  363.         <script src=\"{{ asset('/js/modernizr-3.5.0.min.js')}}\" defer></script>
  364.         <script src=\"https://code.jquery.com/jquery-1.12.4.min.js\" integrity=\"sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=\" crossorigin=\"anonymous\" async defer></script>
  365.         {% include 'Widgets/admin-js-imports.html.twig' %}
  366.     </body>
  367. </html>
  368. ""@theme/base.html.twig""/var/www/html/k/kasscaffolding/templates/themes/theme/base.html.twig");
  369.     }
  370. }