Deprecated: Symfony\Component\Translation\t(): Implicitly marking parameter $domain as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/translation/Resources/functions.php on line 18

Deprecated: Symfony\Component\Dotenv\Dotenv::loadEnv(): Implicitly marking parameter $envKey as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/dotenv/Dotenv.php on line 110

Deprecated: Symfony\Component\Runtime\GenericRuntime::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/GenericRuntime.php on line 89

Deprecated: Symfony\Component\Runtime\RuntimeInterface::getResolver(): Implicitly marking parameter $reflector as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/runtime/RuntimeInterface.php on line 26

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $argv as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\ArgvInput::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/ArgvInput.php on line 46

Deprecated: Symfony\Component\Console\Input\Input::__construct(): Implicitly marking parameter $definition as nullable is deprecated, the explicit nullable type must be used instead in /var/www/html/t/taurushr/vendor/symfony/console/Input/Input.php on line 36

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/html/t/taurushr/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

var/cache/dev/twig/6c/6c2079ab346ad1f5372d0321b9a0d9b0.php line 137

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_c8777ffd984776a766c7bf8ac93d5754 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 lang=\"en\">
  42.     <head>
  43.         <meta charset=\"utf-8\">
  44.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  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=\"viewport\" content=\"width=device-width, initial-scale=1\">
  57.         <meta name=\"format-detection\" content=\"telephone=no\">
  58.         <meta name=\"theme-color\" content=\"";
  59.         // line 11
  60.         echo twig_escape_filter($this->env, (isset($context["theme_colour"]) || array_key_exists("theme_colour"$context) ? $context["theme_colour"] : (function () { throw new RuntimeError('Variable "theme_colour" does not exist.'11$this->source); })()), "html"nulltrue);
  61.         echo "\">
  62.         <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/images/icons/apple-touch-icon.png\">
  63.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-light.png\" media=\"(prefers-color-scheme: light)\">
  64.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-dark.png\" media=\"(prefers-color-scheme: dark)\">
  65.         <link rel=\"manifest\" href=\"/site.webmanifest\">
  66.         ";
  67.         // line 20
  68.         echo "        ";
  69.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CMS_ACCESS")) {
  70.             // line 21
  71.             echo "            ";
  72.             $this->loadTemplate("Widgets/admin-css-imports.html.twig""@theme/base.html.twig"21)->display($context);
  73.             // line 22
  74.             echo "        ";
  75.         }
  76.         // line 23
  77.         echo "
  78.         ";
  79.         // line 25
  80.         echo "        ";
  81.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("app");
  82.         echo "
  83.         ";
  84.         // line 26
  85.         $this->displayBlock('stylesheets'$context$blocks);
  86.         // line 27
  87.         echo "        <script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\"></script>
  88.         ";
  89.         // line 30
  90.         echo "        ";
  91.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  92.         echo "
  93.         ";
  94.         // line 31
  95.         $this->displayBlock('javascripts'$context$blocks);
  96.         // line 32
  97.         echo "    </head>
  98.     ";
  99.         // line 34
  100.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CMS_ACCESS")) {
  101.             // line 35
  102.             echo "        <body class=\"skin-blue sidebar-collapse sidebar-mini\">
  103.         ";
  104.             // line 36
  105.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\AdminDefaultController::showAdminHeader"));
  106.             echo "
  107.     ";
  108.         } else {
  109.             // line 38
  110.             echo "        <body ";
  111.             $this->displayBlock('bodyattributes'$context$blocks);
  112.             echo " data-env=\"";
  113.             echo twig_escape_filter($this->envtwig_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.'38$this->source); })()), "environment", [], "any"falsefalsefalse38), "html"nulltrue);
  114.             echo "\" data-gtmcode=\"";
  115.             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.'38$this->source); })()), "html"nulltrue);
  116.             echo "\">
  117.     ";
  118.         }
  119.         // line 40
  120.         echo "        <!-- HEADER -->
  121.         ";
  122.         // line 41
  123.         $this->loadTemplate("@theme/common/site-header.html.twig""@theme/base.html.twig"41)->display($context);
  124.         // line 42
  125.         echo "
  126.         ";
  127.         // line 43
  128.         echo $this->env->getFunction('renderPcgcComponents')->getCallable()("Below Header", (isset($context["pageComponents"]) || array_key_exists("pageComponents"$context) ? $context["pageComponents"] : (function () { throw new RuntimeError('Variable "pageComponents" does not exist.'43$this->source); })()));
  129.         echo "
  130.         ";
  131.         // line 45
  132.         $this->loadTemplate("@theme/common/alert-notifications.html.twig""@theme/base.html.twig"45)->display($context);
  133.         // line 46
  134.         echo "
  135.         <!-- CONTENT -->
  136.         ";
  137.         // line 48
  138.         $this->displayBlock('body'$context$blocks);
  139.         // line 49
  140.         echo "        <!-- END CONTENT -->
  141.         ";
  142.         // line 52
  143.         echo "        ";
  144.         // line 53
  145.         echo "        ";
  146.         // line 59
  147.         echo "        ";
  148.         // line 60
  149.         echo "
  150.         ";
  151.         // line 61
  152.         $this->loadTemplate("@theme/common/site-footer.html.twig""@theme/base.html.twig"61)->display($context);
  153.         // line 62
  154.         echo "
  155.         <script src=\"";
  156.         // line 63
  157.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/js/modernizr-3.5.0.min.js"), "html"nulltrue);
  158.         echo "\" defer></script>
  159.         <script src=\"";
  160.         // line 64
  161.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js"), "html"nulltrue);
  162.         echo "\"></script>
  163.         ";
  164.         // line 66
  165.         echo "        ";
  166.         if ($this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("ROLE_CMS_ACCESS")) {
  167.             // line 67
  168.             echo "            ";
  169.             $this->loadTemplate("Widgets/admin-js-imports.html.twig""@theme/base.html.twig"67)->display($context);
  170.             // line 68
  171.             echo "        ";
  172.         }
  173.         // line 69
  174.         echo "
  175.         ";
  176.         // line 70
  177.         $this->loadTemplate("@theme/common/consent.html.twig""@theme/base.html.twig"70)->display($context);
  178.         // line 71
  179.         echo "        ";
  180.         $this->loadTemplate("@theme/common/search-form.html.twig""@theme/base.html.twig"71)->display($context);
  181.         // line 72
  182.         echo "    </body>
  183. </html>
  184. ";
  185.         
  186.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  187.         
  188.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  189.     }
  190.     // line 6
  191.     public function block_metatitle($context, array $blocks = [])
  192.     {
  193.         $macros $this->macros;
  194.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  195.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatitle"));
  196.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  197.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metatitle"));
  198.         
  199.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  200.         
  201.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  202.     }
  203.     // line 8
  204.     public function block_metadescription($context, array $blocks = [])
  205.     {
  206.         $macros $this->macros;
  207.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  208.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metadescription"));
  209.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  210.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metadescription"));
  211.         
  212.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  213.         
  214.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  215.     }
  216.     // line 26
  217.     public function block_stylesheets($context, array $blocks = [])
  218.     {
  219.         $macros $this->macros;
  220.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  221.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  222.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  223.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  224.         
  225.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  226.         
  227.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  228.     }
  229.     // line 31
  230.     public function block_javascripts($context, array $blocks = [])
  231.     {
  232.         $macros $this->macros;
  233.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  234.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  235.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  236.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  237.         
  238.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  239.         
  240.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  241.     }
  242.     // line 38
  243.     public function block_bodyattributes($context, array $blocks = [])
  244.     {
  245.         $macros $this->macros;
  246.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  247.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyattributes"));
  248.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  249.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodyattributes"));
  250.         
  251.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  252.         
  253.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  254.     }
  255.     // line 48
  256.     public function block_body($context, array $blocks = [])
  257.     {
  258.         $macros $this->macros;
  259.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  260.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  261.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  262.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  263.         
  264.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  265.         
  266.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  267.     }
  268.     /**
  269.      * @codeCoverageIgnore
  270.      */
  271.     public function getTemplateName()
  272.     {
  273.         return "@theme/base.html.twig";
  274.     }
  275.     /**
  276.      * @codeCoverageIgnore
  277.      */
  278.     public function isTraitable()
  279.     {
  280.         return false;
  281.     }
  282.     /**
  283.      * @codeCoverageIgnore
  284.      */
  285.     public function getDebugInfo()
  286.     {
  287.         return array (  300 => 48,  282 => 38,  264 => 31,  246 => 26,  228 => 8,  210 => 6,  198 => 72,  195 => 71,  193 => 70,  190 => 69,  187 => 68,  184 => 67,  181 => 66,  177 => 64,  173 => 63,  170 => 62,  168 => 61,  165 => 60,  163 => 59,  161 => 53,  159 => 52,  155 => 49,  153 => 48,  149 => 46,  147 => 45,  142 => 43,  139 => 42,  137 => 41,  134 => 40,  124 => 38,  119 => 36,  116 => 35,  114 => 34,  110 => 32,  108 => 31,  103 => 30,  99 => 27,  97 => 26,  92 => 25,  89 => 23,  86 => 22,  83 => 21,  80 => 20,  69 => 11,  63 => 8,  56 => 6,  49 => 1,);
  288.     }
  289.     public function getSourceContext()
  290.     {
  291.         return new Source("<!DOCTYPE html>
  292. <html lang=\"en\">
  293.     <head>
  294.         <meta charset=\"utf-8\">
  295.         <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  296.         <title>{% block metatitle %}{% endblock %} | {{ sitename }}</title>
  297.         <meta name=\"robots\" content=\"index,follow\">
  298.         <meta name=\"description\" content=\"{% block metadescription %}{% endblock %}\">
  299.         <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  300.         <meta name=\"format-detection\" content=\"telephone=no\">
  301.         <meta name=\"theme-color\" content=\"{{ theme_colour }}\">
  302.         <link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/images/icons/apple-touch-icon.png\">
  303.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-light.png\" media=\"(prefers-color-scheme: light)\">
  304.         <link rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/images/icons/favicon-32x32-dark.png\" media=\"(prefers-color-scheme: dark)\">
  305.         <link rel=\"manifest\" href=\"/site.webmanifest\">
  306.         {# ADMIN ONLY CSS FILES MERGED INTO SINGLE INCLUDE FILE #}
  307.         {% if is_granted('ROLE_CMS_ACCESS') %}
  308.             {% include 'Widgets/admin-css-imports.html.twig' %}
  309.         {% endif %}
  310.         {# WEBPACK COMPILED CSS #}
  311.         {{ encore_entry_link_tags('app') }}
  312.         {% block stylesheets %}{% endblock %}
  313.         <script src=\"https://kit.fontawesome.com/eace9dba9c.js\" crossorigin=\"anonymous\"></script>
  314.         {# WEBPACK COMPILED JS - USES DEFER #}
  315.         {{ encore_entry_script_tags('app') }}
  316.         {% block javascripts %}{% endblock %}
  317.     </head>
  318.     {% if is_granted('ROLE_CMS_ACCESS') %}
  319.         <body class=\"skin-blue sidebar-collapse sidebar-mini\">
  320.         {{ render(controller('App\\\\Controller\\\\AdminDefaultController::showAdminHeader')) }}
  321.     {% else %}
  322.         <body {% block bodyattributes %}{% endblock %} data-env=\"{{ app.environment }}\" data-gtmcode=\"{{ gtm_code }}\">
  323.     {% endif %}
  324.         <!-- HEADER -->
  325.         {% include '@theme/common/site-header.html.twig' %}
  326.         {{ renderPcgcComponents('Below Header', pageComponents)|raw }}
  327.         {% include '@theme/common/alert-notifications.html.twig' %}
  328.         <!-- CONTENT -->
  329.         {% block body %}{% endblock %}
  330.         <!-- END CONTENT -->
  331.         {# SETTINGS EXAMPLE #}
  332.         {# {{ renderSetting(id, field) }} #}
  333.         {# <p>{{ renderSetting(1, 'title') }}</p>
  334.         <p>{{ renderSetting(1, 'displayText') }}</p>
  335.         <p>{{ renderSetting(1, 'content') }}</p>
  336.         <img src=\"{{ imageCache(renderSetting(1, 'image'), 'cropResize', 500, 500) }}\" alt=\"{{ renderSetting(1, 'title') }}\">
  337.         <a href=\"{{ renderSetting(1, 'file') }}\" target=\"_blank\">Download</a>
  338.         <video src=\"{{ renderSetting(1, 'video') }}\" controls></video> #}
  339.         {# SETTINGS EXAMPLE #}
  340.         {% include '@theme/common/site-footer.html.twig' %}
  341.         <script src=\"{{ asset('/js/modernizr-3.5.0.min.js')}}\" defer></script>
  342.         <script src=\"{{ asset('//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.js')}}\"></script>
  343.         {# <script src=\"{{ asset('/js/bootstrap.bundle.min.js')}}\"></script> #}
  344.         {% if is_granted('ROLE_CMS_ACCESS') %}
  345.             {% include 'Widgets/admin-js-imports.html.twig' %}
  346.         {% endif %}
  347.         {% include \"@theme/common/consent.html.twig\" %}
  348.         {% include \"@theme/common/search-form.html.twig\" %}
  349.     </body>
  350. </html>
  351. ""@theme/base.html.twig""/var/www/html/t/taurushr/templates/themes/theme/base.html.twig");
  352.     }
  353. }