var/cache/dev/twig/49/49a4d30e3278aee7d4a254a00c3e60df413e30cdc6d481ff3473ccdc0998984a.php line 97

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. /* base.html.twig */
  14. class __TwigTemplate_8278391f1e12ae747456c522d82cfb7d70353bdffe1f0e15b5bcda5d50a18040 extends \Twig\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.             'styles' => [$this'block_styles'],
  25.             'taghead' => [$this'block_taghead'],
  26.             'header' => [$this'block_header'],
  27.             'bodywrap' => [$this'block_bodywrap'],
  28.             'body' => [$this'block_body'],
  29.             'popout' => [$this'block_popout'],
  30.             'footer' => [$this'block_footer'],
  31.         ];
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base.html.twig"));
  40.         // line 1
  41.         echo "<!DOCTYPE html>
  42. <html lang=\"en\">
  43. \t<head>
  44. \t\t";
  45.         // line 5
  46.         $this->loadTemplate("base/Header/general-imports.html.twig""base.html.twig"5)->display($context);
  47.         // line 6
  48.         echo "
  49. \t\t<!-- Style Sheets -->
  50. \t\t";
  51.         // line 9
  52.         $this->displayBlock('styles'$context$blocks);
  53.         // line 14
  54.         echo "
  55. \t\t";
  56.         // line 16
  57.         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.'16$this->source); })()), "environment", [], "any"falsefalsefalse16) != "dev")) {
  58.             // line 17
  59.             echo "\t\t\t<!-- Analytics -->
  60. \t\t\t";
  61.             // line 18
  62.             $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 null;
  63.             try {
  64.                 $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4 =                 $this->loadTemplate((("base/Header/Analytics/" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'18$this->source); })())) . ".html.twig"), "base.html.twig"18);
  65.             } catch (LoaderError $e) {
  66.                 // ignore missing template
  67.             }
  68.             if ($__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4) {
  69.                 $__internal_f607aeef2c31a95a7bf963452dff024ffaeb6aafbe4603f9ca3bec57be8633f4->display($context);
  70.             }
  71.             // line 19
  72.             echo "\t\t";
  73.         }
  74.         // line 20
  75.         echo "\t\t<!-- Tags -->
  76. \t\t";
  77.         // line 21
  78.         $this->displayBlock('taghead'$context$blocks);
  79.         // line 24
  80.         echo "\t</head>
  81. \t<body>
  82. \t\t<div class=\"top-wrap\">
  83. \t\t\t";
  84.         // line 27
  85.         $this->displayBlock('header'$context$blocks);
  86.         // line 30
  87.         echo "\t\t\t";
  88.         $this->displayBlock('bodywrap'$context$blocks);
  89.         // line 33
  90.         echo "\t\t\t\t";
  91.         $this->displayBlock('body'$context$blocks);
  92.         // line 34
  93.         echo "\t\t\t</div>
  94. \t\t</div>
  95. \t\t";
  96.         // line 36
  97.         $this->displayBlock('popout'$context$blocks);
  98.         // line 51
  99.         echo "\t\t<div class=\"bottom-wrap\">
  100. \t\t\t";
  101.         // line 52
  102.         $this->displayBlock('footer'$context$blocks);
  103.         // line 58
  104.         echo "\t\t</div>
  105. \t\t";
  106.         // line 59
  107.         $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 null;
  108.         try {
  109.             $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144 =             $this->loadTemplate((("base/Body/" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'59$this->source); })())) . ".html.twig"), "base.html.twig"59);
  110.         } catch (LoaderError $e) {
  111.             // ignore missing template
  112.         }
  113.         if ($__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144) {
  114.             $__internal_62824350bc4502ee19dbc2e99fc6bdd3bd90e7d8dd6e72f42c35efd048542144->display($context);
  115.         }
  116.         // line 60
  117.         echo "\t</body>
  118. \t";
  119.         // line 61
  120.         $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b null;
  121.         try {
  122.             $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b =             $this->loadTemplate((("base/Other/" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'61$this->source); })())) . ".html.twig"), "base.html.twig"61);
  123.         } catch (LoaderError $e) {
  124.             // ignore missing template
  125.         }
  126.         if ($__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b) {
  127.             $__internal_1cfccaec8dd2e8578ccb026fbe7f2e7e29ac2ed5deb976639c5fc99a6ea8583b->display($context);
  128.         }
  129.         // line 62
  130.         echo "</html>
  131. ";
  132.         
  133.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  134.         
  135.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  136.     }
  137.     // line 9
  138.     public function block_styles($context, array $blocks = [])
  139.     {
  140.         $macros $this->macros;
  141.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  142.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  143.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  144.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""styles"));
  145.         // line 10
  146.         echo "\t\t\t<meta charset=\"utf-8\">
  147. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=yes\">
  148. \t\t\t";
  149.         // line 12
  150.         $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 null;
  151.         try {
  152.             $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002 =             $this->loadTemplate((("base/Header/Stylesheets/" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'12$this->source); })())) . ".html.twig"), "base.html.twig"12);
  153.         } catch (LoaderError $e) {
  154.             // ignore missing template
  155.         }
  156.         if ($__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002) {
  157.             $__internal_68aa442c1d43d3410ea8f958ba9090f3eaa9a76f8de8fc9be4d6c7389ba28002->display($context);
  158.         }
  159.         // line 13
  160.         echo "\t\t";
  161.         
  162.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  163.         
  164.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  165.     }
  166.     // line 21
  167.     public function block_taghead($context, array $blocks = [])
  168.     {
  169.         $macros $this->macros;
  170.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  171.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""taghead"));
  172.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  173.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""taghead"));
  174.         // line 22
  175.         echo "\t\t\t";
  176.         $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 null;
  177.         try {
  178.             $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4 =             $this->loadTemplate((("base/Header/Tags/" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'22$this->source); })())) . ".html.twig"), "base.html.twig"22);
  179.         } catch (LoaderError $e) {
  180.             // ignore missing template
  181.         }
  182.         if ($__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4) {
  183.             $__internal_d7fc55f1a54b629533d60b43063289db62e68921ee7a5f8de562bd9d4a2b7ad4->display($context);
  184.         }
  185.         // line 23
  186.         echo "\t\t";
  187.         
  188.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  189.         
  190.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  191.     }
  192.     // line 27
  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 28
  201.         echo "\t\t\t\t";
  202.         $this->loadTemplate((("includes/header/header-" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'28$this->source); })())) . ".html.twig"), "base.html.twig"28)->display($context);
  203.         // line 29
  204.         echo "\t\t\t";
  205.         
  206.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  207.         
  208.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  209.     }
  210.     // line 30
  211.     public function block_bodywrap($context, array $blocks = [])
  212.     {
  213.         $macros $this->macros;
  214.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  215.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodywrap"));
  216.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  217.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""bodywrap"));
  218.         // line 31
  219.         echo "\t\t\t\t<div class=\"body-wrap\">
  220. \t\t\t\t";
  221.         
  222.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  223.         
  224.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  225.     }
  226.     // line 33
  227.     public function block_body($context, array $blocks = [])
  228.     {
  229.         $macros $this->macros;
  230.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  231.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  232.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  233.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  234.         
  235.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  236.         
  237.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  238.     }
  239.     // line 36
  240.     public function block_popout($context, array $blocks = [])
  241.     {
  242.         $macros $this->macros;
  243.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  244.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popout"));
  245.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  246.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""popout"));
  247.         // line 37
  248.         echo "\t\t\t";
  249.         if ((array_key_exists("content"$context) &&  !twig_test_empty((isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'37$this->source); })())))) {
  250.             // line 38
  251.             echo "\t\t\t\t";
  252.             // line 39
  253.             echo "\t\t\t\t";
  254.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Master\\ContentController::popoutAd", ["content" =>             // line 41
  255. (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'41$this->source); })())]));
  256.             // line 43
  257.             echo "
  258. \t\t\t";
  259.         } else {
  260.             // line 45
  261.             echo "\t\t\t\t";
  262.             echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Master\\ContentController::popoutAd"));
  263.             // line 48
  264.             echo "
  265. \t\t\t";
  266.         }
  267.         // line 50
  268.         echo "\t\t";
  269.         
  270.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  271.         
  272.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  273.     }
  274.     // line 52
  275.     public function block_footer($context, array $blocks = [])
  276.     {
  277.         $macros $this->macros;
  278.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  279.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  280.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  281.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""footer"));
  282.         // line 53
  283.         echo "\t\t\t\t";
  284.         $this->loadTemplate((("includes/footer/footer-" . (isset($context["site_code"]) || array_key_exists("site_code"$context) ? $context["site_code"] : (function () { throw new RuntimeError('Variable "site_code" does not exist.'53$this->source); })())) . ".html.twig"), "base.html.twig"53)->display($context);
  285.         // line 54
  286.         echo "\t\t\t\t";
  287.         if (( !twig_get_attribute($this->env$this->sourcetwig_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.'54$this->source); })()), "request", [], "any"falsefalsefalse54), "cookies", [], "any"falsefalsefalse54), "get", [=> "acceptCookies"], "method"falsefalsefalse54) &&  !(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.'54$this->source); })()), "user", [], "any"falsefalsefalse54) && 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.'54$this->source); })()), "user", [], "any"falsefalsefalse54), "getUserMetaValueByKey", [=> "acceptCookies"], "method"falsefalsefalse54)))) {
  288.             // line 55
  289.             echo "\t\t\t\t\t";
  290.             $this->loadTemplate("includes/cookie-banner.html.twig""base.html.twig"55)->display($context);
  291.             // line 56
  292.             echo "\t\t\t\t";
  293.         }
  294.         // line 57
  295.         echo "\t\t\t";
  296.         
  297.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  298.         
  299.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  300.     }
  301.     public function getTemplateName()
  302.     {
  303.         return "base.html.twig";
  304.     }
  305.     public function isTraitable()
  306.     {
  307.         return false;
  308.     }
  309.     public function getDebugInfo()
  310.     {
  311.         return array (  342 => 57,  339 => 56,  336 => 55,  333 => 54,  330 => 53,  320 => 52,  310 => 50,  306 => 48,  303 => 45,  299 => 43,  297 => 41,  295 => 39,  293 => 38,  290 => 37,  280 => 36,  262 => 33,  251 => 31,  241 => 30,  231 => 29,  228 => 28,  218 => 27,  208 => 23,  197 => 22,  187 => 21,  177 => 13,  167 => 12,  163 => 10,  153 => 9,  142 => 62,  132 => 61,  129 => 60,  119 => 59,  116 => 58,  114 => 52,  111 => 51,  109 => 36,  105 => 34,  102 => 33,  99 => 30,  97 => 27,  92 => 24,  90 => 21,  87 => 20,  84 => 19,  74 => 18,  71 => 17,  69 => 16,  65 => 14,  63 => 9,  58 => 6,  56 => 5,  50 => 1,);
  312.     }
  313.     public function getSourceContext()
  314.     {
  315.         return new Source("<!DOCTYPE html>
  316. <html lang=\"en\">
  317. \t<head>
  318. \t\t{% include 'base/Header/general-imports.html.twig' %}
  319. \t\t<!-- Style Sheets -->
  320. \t\t{% block styles %}
  321. \t\t\t<meta charset=\"utf-8\">
  322. \t\t\t<meta name=\"viewport\" content=\"width=device-width, initial-scale=1, shrink-to-fit=yes\">
  323. \t\t\t{% include 'base/Header/Stylesheets/' ~ site_code ~ '.html.twig' ignore missing %}
  324. \t\t{% endblock %}
  325. \t\t{% if app.environment != 'dev' %}
  326. \t\t\t<!-- Analytics -->
  327. \t\t\t{% include 'base/Header/Analytics/' ~ site_code ~ '.html.twig' ignore missing %}
  328. \t\t{% endif %}
  329. \t\t<!-- Tags -->
  330. \t\t{% block taghead %}
  331. \t\t\t{% include 'base/Header/Tags/' ~ site_code ~ '.html.twig' ignore missing %}
  332. \t\t{% endblock %}
  333. \t</head>
  334. \t<body>
  335. \t\t<div class=\"top-wrap\">
  336. \t\t\t{% block header %}
  337. \t\t\t\t{% include \"includes/header/header-\" ~ site_code ~ \".html.twig\" %}
  338. \t\t\t{% endblock %}
  339. \t\t\t{% block bodywrap %}
  340. \t\t\t\t<div class=\"body-wrap\">
  341. \t\t\t\t{% endblock %}
  342. \t\t\t\t{% block body %}{% endblock %}
  343. \t\t\t</div>
  344. \t\t</div>
  345. \t\t{% block popout %}
  346. \t\t\t{% if content is defined and content is not empty %}
  347. \t\t\t\t{# Render pop-out ad #}
  348. \t\t\t\t{{ render(controller(
  349. \t\t\t\t\t'App\\\\Controller\\\\Master\\\\ContentController::popoutAd',
  350. \t\t\t\t\t{ 'content': content }
  351. \t\t\t\t\t))
  352. \t\t\t\t}}
  353. \t\t\t{% else %}
  354. \t\t\t\t{{ render(controller(
  355. \t\t\t\t\t'App\\\\Controller\\\\Master\\\\ContentController::popoutAd'
  356. \t\t\t\t\t))
  357. \t\t\t\t}}
  358. \t\t\t{% endif %}
  359. \t\t{% endblock %}
  360. \t\t<div class=\"bottom-wrap\">
  361. \t\t\t{% block footer %}
  362. \t\t\t\t{% include \"includes/footer/footer-\" ~ site_code ~ \".html.twig\" %}
  363. \t\t\t\t{% if not app.request.cookies.get('acceptCookies') and not (app.user and app.user.getUserMetaValueByKey(\"acceptCookies\")) %}
  364. \t\t\t\t\t{% include \"includes/cookie-banner.html.twig\" %}
  365. \t\t\t\t{% endif %}
  366. \t\t\t{% endblock %}
  367. \t\t</div>
  368. \t\t{% include 'base/Body/' ~ site_code ~ '.html.twig' ignore missing %}
  369. \t</body>
  370. \t{% include 'base/Other/' ~ site_code ~ '.html.twig' ignore missing %}
  371. </html>
  372. ""base.html.twig""/var/www/vhosts/rooferscoffeeshop.com/staging.rooferscoffeeshop.com/rcs-website/templates/base.html.twig");
  373.     }
  374. }