var/cache/dev/twig/f8/f88493e6b00f5502e9457c3aa1605bd0.php line 46

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* Frontend/Layouts/default.html.twig */
  16. class __TwigTemplate_8df1f4f9054e598ded639835f490d2ff extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'page_title' => [$this'block_page_title'],
  29.             'metaData' => [$this'block_metaData'],
  30.             'content' => [$this'block_content'],
  31.             'customContent' => [$this'block_customContent'],
  32.         ];
  33.     }
  34.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  35.     {
  36.         // line 1
  37.         return "Frontend/Templates/default.html.twig";
  38.     }
  39.     protected function doDisplay(array $context, array $blocks = []): iterable
  40.     {
  41.         $macros $this->macros;
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  43.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/Layouts/default.html.twig"));
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  45.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Frontend/Layouts/default.html.twig"));
  46.         $this->parent $this->load("Frontend/Templates/default.html.twig"1);
  47.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  48.         
  49.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  50.         
  51.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  52.     }
  53.     // line 3
  54.     /**
  55.      * @return iterable<null|scalar|\Stringable>
  56.      */
  57.     public function block_page_title(array $context, array $blocks = []): iterable
  58.     {
  59.         $macros $this->macros;
  60.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  61.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  62.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  63.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""page_title"));
  64.         // line 4
  65.         yield "    ";
  66.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'4$this->source); })()), "seoPageTitle", [], "any"falsefalsefalse4)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  67.             // line 5
  68.             yield "        ";
  69.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'5$this->source); })()), "seoPageTitle", [], "any"falsefalsefalse5), "html"nulltrue);
  70.             yield "
  71.     ";
  72.         } else {
  73.             // line 7
  74.             yield "        ";
  75.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'7$this->source); })()), "name", [], "any"falsefalsefalse7), "html"nulltrue);
  76.             yield " - ";
  77.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["config_helper"]) || array_key_exists("config_helper"$context) ? $context["config_helper"] : (function () { throw new RuntimeError('Variable "config_helper" does not exist.'7$this->source); })()), "value", ["website_name"], "method"falsefalsefalse7), "html"nulltrue);
  78.             yield "
  79.     ";
  80.         }
  81.         
  82.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  83.         
  84.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  85.         yield from [];
  86.     }
  87.     // line 10
  88.     /**
  89.      * @return iterable<null|scalar|\Stringable>
  90.      */
  91.     public function block_metaData(array $context, array $blocks = []): iterable
  92.     {
  93.         $macros $this->macros;
  94.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  95.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaData"));
  96.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  97.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""metaData"));
  98.         // line 11
  99.         yield "    ";
  100.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'11$this->source); })()), "seoDescription", [], "any"falsefalsefalse11)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  101.             // line 12
  102.             yield "        <meta name=\"description\" content=\"";
  103.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'12$this->source); })()), "seoDescription", [], "any"falsefalsefalse12), "html"nulltrue);
  104.             yield "\">
  105.     ";
  106.         }
  107.         // line 14
  108.         yield "    ";
  109.         if ((($tmp CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'14$this->source); })()), "seoKeywords", [], "any"falsefalsefalse14)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  110.             // line 15
  111.             yield "        <meta name=\"keywords\" content=\"";
  112.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source, (isset($context["page"]) || array_key_exists("page"$context) ? $context["page"] : (function () { throw new RuntimeError('Variable "page" does not exist.'15$this->source); })()), "seoKeywords", [], "any"falsefalsefalse15), "html"nulltrue);
  113.             yield "\">
  114.     ";
  115.         }
  116.         
  117.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  118.         
  119.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  120.         yield from [];
  121.     }
  122.     // line 19
  123.     /**
  124.      * @return iterable<null|scalar|\Stringable>
  125.      */
  126.     public function block_content(array $context, array $blocks = []): iterable
  127.     {
  128.         $macros $this->macros;
  129.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  130.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  131.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  132.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  133.         // line 20
  134.         yield "
  135.     ";
  136.         // line 21
  137.         $context["fixedOpen"] = false;
  138.         // line 22
  139.         yield "    ";
  140.         $context["fluidOpen"] = false;
  141.         // line 23
  142.         yield "
  143.     ";
  144.         // line 24
  145.         $context["requiresForm"] = false;
  146.         // line 25
  147.         yield "
  148.     ";
  149.         // line 26
  150.         $context['_parent'] = $context;
  151.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent"$context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.'26$this->source); })()), "main", [], "any"falsefalsefalse26), "sections", [], "any"falsefalsefalse26));
  152.         foreach ($context['_seq'] as $context["sectionKey"] => $context["someSection"]) {
  153.             // line 27
  154.             yield "        ";
  155.             $context['_parent'] = $context;
  156.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["someSection"], "blocks", [], "any"falsefalsefalse27));
  157.             foreach ($context['_seq'] as $context["_key"] => $context["someBlock"]) {
  158.                 // line 28
  159.                 yield "            ";
  160.                 if ((($tmp CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["someBlock"], "instance", [], "any"falsefalsefalse28), "requiresForm", [], "any"falsefalsefalse28)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  161.                     // line 29
  162.                     yield "                ";
  163.                     $context["requiresForm"] = true;
  164.                     // line 30
  165.                     yield "            ";
  166.                 }
  167.                 // line 31
  168.                 yield "        ";
  169.             }
  170.             $_parent $context['_parent'];
  171.             unset($context['_seq'], $context['_key'], $context['someBlock'], $context['_parent']);
  172.             $context array_intersect_key($context$_parent) + $_parent;
  173.             // line 32
  174.             yield "    ";
  175.         }
  176.         $_parent $context['_parent'];
  177.         unset($context['_seq'], $context['sectionKey'], $context['someSection'], $context['_parent']);
  178.         $context array_intersect_key($context$_parent) + $_parent;
  179.         // line 33
  180.         yield "
  181.     ";
  182.         // line 35
  183.         yield "    ";
  184.         if ((($tmp = (isset($context["requiresForm"]) || array_key_exists("requiresForm"$context) ? $context["requiresForm"] : (function () { throw new RuntimeError('Variable "requiresForm" does not exist.'35$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  185.             // line 36
  186.             yield "        <form method=\"post\">
  187.     ";
  188.         }
  189.         // line 38
  190.         yield "
  191.     ";
  192.         // line 39
  193.         $context['_parent'] = $context;
  194.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent"$context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.'39$this->source); })()), "main", [], "any"falsefalsefalse39), "sections", [], "any"falsefalsefalse39));
  195.         $context['loop'] = [
  196.           'parent' => $context['_parent'],
  197.           'index0' => 0,
  198.           'index'  => 1,
  199.           'first'  => true,
  200.         ];
  201.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  202.             $length count($context['_seq']);
  203.             $context['loop']['revindex0'] = $length 1;
  204.             $context['loop']['revindex'] = $length;
  205.             $context['loop']['length'] = $length;
  206.             $context['loop']['last'] = === $length;
  207.         }
  208.         foreach ($context['_seq'] as $context["sectionKey"] => $context["someSection"]) {
  209.             // line 40
  210.             yield "        ";
  211.             if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "first", [], "any"falsefalsefalse40) && ((isset($context["fixedOpen"]) || array_key_exists("fixedOpen"$context) ? $context["fixedOpen"] : (function () { throw new RuntimeError('Variable "fixedOpen" does not exist.'40$this->source); })()) == false))) {
  212.                 // line 41
  213.                 yield "            ";
  214.                 $context["fixedOpen"] = true;
  215.                 // line 42
  216.                 yield "            <div class=\"container\">
  217.             <div class=\"row\">
  218.         ";
  219.             }
  220.             // line 45
  221.             yield "
  222.         ";
  223.             // line 46
  224.             if ((($tmp CoreExtension::getAttribute($this->env$this->source$context["someSection"], "fluid", [], "any"falsefalsefalse46)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  225.                 // line 47
  226.                 yield "            ";
  227.                 if (((isset($context["fixedOpen"]) || array_key_exists("fixedOpen"$context) ? $context["fixedOpen"] : (function () { throw new RuntimeError('Variable "fixedOpen" does not exist.'47$this->source); })()) == true)) {
  228.                     // line 48
  229.                     yield "                ";
  230.                     $context["fixedOpen"] = false;
  231.                     // line 49
  232.                     yield "                </div>
  233.                 </div>
  234.             ";
  235.                 }
  236.                 // line 52
  237.                 yield "
  238.             ";
  239.                 // line 53
  240.                 $context["fluidOpen"] = true;
  241.                 // line 54
  242.                 yield "        ";
  243.             }
  244.             // line 55
  245.             yield "
  246.             <div class=\"";
  247.             // line 56
  248.             if ((($tmp CoreExtension::getAttribute($this->env$this->source$context["someSection"], "fluid", [], "any"falsefalsefalse56)) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  249.             } else {
  250.                 yield "col-md-";
  251.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["someSection"], "size", [], "any"falsefalsefalse56), "html"nulltrue);
  252.             }
  253.             yield "\">
  254.                 ";
  255.             // line 57
  256.             $context['_parent'] = $context;
  257.             $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source$context["someSection"], "blocks", [], "any"falsefalsefalse57));
  258.             foreach ($context['_seq'] as $context["_key"] => $context["someBlock"]) {
  259.                 // line 58
  260.                 yield "                    ";
  261.                 yield CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["someBlock"], "instance", [], "any"falsefalsefalse58), "renderFrontend", [], "any"falsefalsefalse58);
  262.                 yield "
  263.                 ";
  264.             }
  265.             $_parent $context['_parent'];
  266.             unset($context['_seq'], $context['_key'], $context['someBlock'], $context['_parent']);
  267.             $context array_intersect_key($context$_parent) + $_parent;
  268.             // line 60
  269.             yield "            </div>
  270.         ";
  271.             // line 62
  272.             if (((isset($context["fluidOpen"]) || array_key_exists("fluidOpen"$context) ? $context["fluidOpen"] : (function () { throw new RuntimeError('Variable "fluidOpen" does not exist.'62$this->source); })()) == true)) {
  273.                 // line 63
  274.                 yield "            ";
  275.                 $context["fluidOpen"] = false;
  276.                 // line 64
  277.                 yield "
  278.             ";
  279.                 // line 65
  280.                 if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse65) == false)) {
  281.                     // line 66
  282.                     yield "                ";
  283.                     $context["fixedOpen"] = true;
  284.                     // line 67
  285.                     yield "                <div class=\"container\">
  286.                 <div class=\"row\">
  287.             ";
  288.                 }
  289.                 // line 70
  290.                 yield "        ";
  291.             }
  292.             // line 71
  293.             yield "
  294.         ";
  295.             // line 72
  296.             if ((CoreExtension::getAttribute($this->env$this->source$context["loop"], "last", [], "any"falsefalsefalse72) && ((isset($context["fixedOpen"]) || array_key_exists("fixedOpen"$context) ? $context["fixedOpen"] : (function () { throw new RuntimeError('Variable "fixedOpen" does not exist.'72$this->source); })()) == true))) {
  297.                 // line 73
  298.                 yield "            ";
  299.                 $context["fixedOpen"] = false;
  300.                 // line 74
  301.                 yield "            </div>
  302.             </div>
  303.         ";
  304.             }
  305.             // line 77
  306.             yield "
  307.     ";
  308.             ++$context['loop']['index0'];
  309.             ++$context['loop']['index'];
  310.             $context['loop']['first'] = false;
  311.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  312.                 --$context['loop']['revindex0'];
  313.                 --$context['loop']['revindex'];
  314.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  315.             }
  316.         }
  317.         $_parent $context['_parent'];
  318.         unset($context['_seq'], $context['sectionKey'], $context['someSection'], $context['_parent'], $context['loop']);
  319.         $context array_intersect_key($context$_parent) + $_parent;
  320.         // line 79
  321.         yield "
  322.     ";
  323.         // line 81
  324.         yield "    ";
  325.         if ((($tmp = (isset($context["requiresForm"]) || array_key_exists("requiresForm"$context) ? $context["requiresForm"] : (function () { throw new RuntimeError('Variable "requiresForm" does not exist.'81$this->source); })())) && $tmp instanceof Markup ? (string) $tmp $tmp)) {
  326.             // line 82
  327.             yield "        </form>
  328.     ";
  329.         }
  330.         // line 84
  331.         yield "
  332.     ";
  333.         // line 85
  334.         yield from $this->unwrap()->yieldBlock('customContent'$context$blocks);
  335.         // line 87
  336.         yield "
  337. ";
  338.         
  339.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  340.         
  341.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  342.         yield from [];
  343.     }
  344.     // line 85
  345.     /**
  346.      * @return iterable<null|scalar|\Stringable>
  347.      */
  348.     public function block_customContent(array $context, array $blocks = []): iterable
  349.     {
  350.         $macros $this->macros;
  351.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  352.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customContent"));
  353.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  354.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""customContent"));
  355.         // line 86
  356.         yield "    ";
  357.         
  358.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  359.         
  360.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  361.         yield from [];
  362.     }
  363.     /**
  364.      * @codeCoverageIgnore
  365.      */
  366.     public function getTemplateName(): string
  367.     {
  368.         return "Frontend/Layouts/default.html.twig";
  369.     }
  370.     /**
  371.      * @codeCoverageIgnore
  372.      */
  373.     public function isTraitable(): bool
  374.     {
  375.         return false;
  376.     }
  377.     /**
  378.      * @codeCoverageIgnore
  379.      */
  380.     public function getDebugInfo(): array
  381.     {
  382.         return array (  387 => 86,  374 => 85,  361 => 87,  359 => 85,  356 => 84,  352 => 82,  349 => 81,  346 => 79,  331 => 77,  326 => 74,  323 => 73,  321 => 72,  318 => 71,  315 => 70,  310 => 67,  307 => 66,  305 => 65,  302 => 64,  299 => 63,  297 => 62,  293 => 60,  284 => 58,  280 => 57,  272 => 56,  269 => 55,  266 => 54,  264 => 53,  261 => 52,  256 => 49,  253 => 48,  250 => 47,  248 => 46,  245 => 45,  240 => 42,  237 => 41,  234 => 40,  217 => 39,  214 => 38,  210 => 36,  207 => 35,  204 => 33,  198 => 32,  192 => 31,  189 => 30,  186 => 29,  183 => 28,  178 => 27,  174 => 26,  171 => 25,  169 => 24,  166 => 23,  163 => 22,  161 => 21,  158 => 20,  145 => 19,  130 => 15,  127 => 14,  121 => 12,  118 => 11,  105 => 10,  88 => 7,  82 => 5,  79 => 4,  66 => 3,  43 => 1,);
  383.     }
  384.     public function getSourceContext(): Source
  385.     {
  386.         return new Source("{% extends 'Frontend/Templates/default.html.twig' %}
  387. {% block page_title %}
  388.     {% if page.seoPageTitle %}
  389.         {{ page.seoPageTitle }}
  390.     {% else %}
  391.         {{ page.name }} - {{ config_helper.value('website_name') }}
  392.     {% endif %}
  393. {% endblock %}
  394. {% block metaData %}
  395.     {% if page.seoDescription %}
  396.         <meta name=\"description\" content=\"{{ page.seoDescription }}\">
  397.     {% endif %}
  398.     {% if page.seoKeywords %}
  399.         <meta name=\"keywords\" content=\"{{ page.seoKeywords }}\">
  400.     {% endif %}
  401. {% endblock %}
  402. {% block content %}
  403.     {% set fixedOpen = false %}
  404.     {% set fluidOpen = false %}
  405.     {% set requiresForm = false %}
  406.     {% for sectionKey,someSection in renderedContent.main.sections %}
  407.         {% for someBlock in someSection.blocks %}
  408.             {% if someBlock.instance.requiresForm %}
  409.                 {% set requiresForm = true %}
  410.             {% endif %}
  411.         {% endfor %}
  412.     {% endfor %}
  413.     {# Do we need a form #}
  414.     {% if requiresForm %}
  415.         <form method=\"post\">
  416.     {% endif %}
  417.     {% for sectionKey,someSection in renderedContent.main.sections %}
  418.         {% if loop.first and fixedOpen == false %}
  419.             {% set fixedOpen = true %}
  420.             <div class=\"container\">
  421.             <div class=\"row\">
  422.         {% endif %}
  423.         {% if someSection.fluid %}
  424.             {% if fixedOpen == true %}
  425.                 {% set fixedOpen = false %}
  426.                 </div>
  427.                 </div>
  428.             {% endif %}
  429.             {% set fluidOpen = true %}
  430.         {% endif %}
  431.             <div class=\"{% if someSection.fluid %}{% else %}col-md-{{ someSection.size }}{% endif %}\">
  432.                 {% for someBlock in someSection.blocks %}
  433.                     {{ someBlock.instance.renderFrontend|raw }}
  434.                 {% endfor %}
  435.             </div>
  436.         {% if fluidOpen == true %}
  437.             {% set fluidOpen = false %}
  438.             {% if loop.last == false %}
  439.                 {% set fixedOpen = true %}
  440.                 <div class=\"container\">
  441.                 <div class=\"row\">
  442.             {% endif %}
  443.         {% endif %}
  444.         {% if loop.last and fixedOpen == true %}
  445.             {% set fixedOpen = false %}
  446.             </div>
  447.             </div>
  448.         {% endif %}
  449.     {% endfor %}
  450.     {# Do we need a form #}
  451.     {% if requiresForm %}
  452.         </form>
  453.     {% endif %}
  454.     {% block customContent %}
  455.     {% endblock %}
  456. {% endblock %}""Frontend/Layouts/default.html.twig""/home/cwd-mm-apollo-website/htdocs/apollo-website.cwd-mm.com/templates/Frontend/Layouts/default.html.twig");
  457.     }
  458. }