<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\CoreExtension;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
use Twig\TemplateWrapper;
/* Frontend/Pages/page.html.twig */
class __TwigTemplate_23c4546a948f8ee0fdf77ec2d6a5b6a5 extends Template
{
private Source $source;
/**
* @var array<string, Template>
*/
private array $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'page_title' => [$this, 'block_page_title'],
'meta_tags' => [$this, 'block_meta_tags'],
'content' => [$this, 'block_content'],
'customContent' => [$this, 'block_customContent'],
];
}
protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
{
// line 1
return "Frontend/_templates/default.html.twig";
}
protected function doDisplay(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/Pages/page.html.twig"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/Pages/page.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Frontend/Pages/page.html.twig"));
$this->parent = $this->load("Frontend/_templates/default.html.twig", 1);
yield from $this->parent->unwrap()->yield($context, array_merge($this->blocks, $blocks));
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 3
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_page_title(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "page_title"));
yield (((($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.', 3, $this->source); })()), "seoPageTitle", [], "any", false, false, false, 3)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) ? ($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.', 3, $this->source); })()), "seoPageTitle", [], "any", false, false, false, 3), "html", null, true)) : ($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.', 3, $this->source); })()), "name", [], "any", false, false, false, 3), "html", null, true)));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 5
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_meta_tags(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_tags"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_tags"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "meta_tags"));
// line 6
yield " ";
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.', 6, $this->source); })()), "seoDescription", [], "any", false, false, false, 6)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 7
yield " <meta name=\"description\" content=\"";
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); })()), "seoDescription", [], "any", false, false, false, 7), "html", null, true);
yield "\">
";
}
// line 9
yield " ";
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.', 9, $this->source); })()), "seoKeywords", [], "any", false, false, false, 9)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 10
yield " <meta name=\"keywords\" content=\"";
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.', 10, $this->source); })()), "seoKeywords", [], "any", false, false, false, 10), "html", null, true);
yield "\">
";
}
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 14
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_content(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "content"));
// line 15
yield " ";
if ((is_iterable((isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 15, $this->source); })())) && Twig\Extension\CoreExtension::length($this->env->getCharset(), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 15, $this->source); })()), "main", [], "any", false, false, false, 15), "sections", [], "any", false, false, false, 15)))) {
// line 16
yield " ";
$context["usedColumnWidth"] = 0;
// line 17
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 17, $this->source); })()), "main", [], "any", false, false, false, 17), "sections", [], "any", false, false, false, 17));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["sectionKey"] => $context["someSection"]) {
// line 18
yield " ";
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 18)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 19
yield " ";
// line 20
yield " <section class=\"section ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "config", [], "any", false, true, false, 20), "classes", [], "any", true, true, false, 20)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "config", [], "any", false, false, false, 20), "classes", [], "any", false, false, false, 20), "")) : ("")), "html", null, true);
yield "\">
";
// line 21
if ((CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "fluid", [], "any", false, false, false, 21) == false)) {
// line 22
yield " <div class=\"container\">
<div class=\"row\">
";
}
// line 25
yield " ";
}
// line 26
yield "
";
// line 28
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "fluid", [], "any", false, false, false, 28) == false)) {
// line 29
yield " <div class=\"col-md-";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "size", [], "any", false, false, false, 29), "html", null, true);
yield "\">
";
}
// line 31
yield " ";
// line 32
yield " ";
$context['_parent'] = $context;
$context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "blocks", [], "any", false, false, false, 32));
foreach ($context['_seq'] as $context["_key"] => $context["someBlock"]) {
// line 33
yield " ";
yield CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, $context["someBlock"], "instance", [], "any", false, false, false, 33), "renderFrontend", [], "any", false, false, false, 33);
yield "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_key'], $context['someBlock'], $context['_parent']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 35
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "fluid", [], "any", false, false, false, 35) == false)) {
// line 36
yield " </div>
";
}
// line 38
yield "
";
// line 40
yield " ";
$context["usedColumnWidth"] = ((isset($context["usedColumnWidth"]) || array_key_exists("usedColumnWidth", $context) ? $context["usedColumnWidth"] : (function () { throw new RuntimeError('Variable "usedColumnWidth" does not exist.', 40, $this->source); })()) + CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "size", [], "any", false, false, false, 40));
// line 41
yield "
";
// line 42
if ((($tmp = CoreExtension::getAttribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 42)) && $tmp instanceof Markup ? (string) $tmp : $tmp)) {
// line 43
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "fluid", [], "any", false, false, false, 43) == false)) {
// line 44
yield " </div> <!-- end div.row -->
</div> <!-- end div.container -->
";
}
// line 47
yield "
";
// line 49
yield " </section>
";
} else {
// line 51
yield " ";
// line 52
yield " ";
$context["nextColumnWidth"] = CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 52, $this->source); })()), "main", [], "any", false, false, false, 52), "sections", [], "any", false, false, false, 52), ($context["sectionKey"] + 1), [], "array", false, false, false, 52), "size", [], "any", false, false, false, 52);
// line 53
yield " ";
if ((((isset($context["usedColumnWidth"]) || array_key_exists("usedColumnWidth", $context) ? $context["usedColumnWidth"] : (function () { throw new RuntimeError('Variable "usedColumnWidth" does not exist.', 53, $this->source); })()) + (isset($context["nextColumnWidth"]) || array_key_exists("nextColumnWidth", $context) ? $context["nextColumnWidth"] : (function () { throw new RuntimeError('Variable "nextColumnWidth" does not exist.', 53, $this->source); })())) > 12)) {
// line 54
yield " ";
if ((CoreExtension::getAttribute($this->env, $this->source, $context["someSection"], "fluid", [], "any", false, false, false, 54) == false)) {
// line 55
yield " </div> <!-- end div.row -->
</div> <!-- end div.container -->
";
}
// line 58
yield " </section>
";
// line 61
yield " <section class=\"section ";
yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, ($context["renderedContent"] ?? null), "main", [], "any", false, true, false, 61), "sections", [], "any", false, true, false, 61), ($context["sectionKey"] + 1), [], "array", false, true, false, 61), "config", [], "any", false, true, false, 61), "classes", [], "any", true, true, false, 61)) ? (Twig\Extension\CoreExtension::default(CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 61, $this->source); })()), "main", [], "any", false, false, false, 61), "sections", [], "any", false, false, false, 61), ($context["sectionKey"] + 1), [], "array", false, false, false, 61), "config", [], "any", false, false, false, 61), "classes", [], "any", false, false, false, 61), "")) : ("")), "html", null, true);
yield "\">
";
// line 62
if ((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["renderedContent"]) || array_key_exists("renderedContent", $context) ? $context["renderedContent"] : (function () { throw new RuntimeError('Variable "renderedContent" does not exist.', 62, $this->source); })()), "main", [], "any", false, false, false, 62), "sections", [], "any", false, false, false, 62), ($context["sectionKey"] + 1), [], "array", false, false, false, 62), "fluid", [], "any", false, false, false, 62) == false)) {
// line 63
yield " <div class=\"container\">
<div class=\"row\">
";
}
// line 66
yield " ";
$context["usedColumnWidth"] = 0;
// line 67
yield " ";
}
// line 68
yield " ";
}
// line 69
yield " ";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['sectionKey'], $context['someSection'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 70
yield " ";
} else {
// line 71
yield " <section class=\"section\">
<div class=\"block block-text\">
<h1>Nothing Here</h1>
<p>
This page has no content.
</p>
</div>
</section>
";
}
// line 80
yield "
";
// line 81
yield from $this->unwrap()->yieldBlock('customContent', $context, $blocks);
// line 83
yield "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
// line 81
/**
* @return iterable<null|scalar|\Stringable>
*/
public function block_customContent(array $context, array $blocks = []): iterable
{
$macros = $this->macros;
$__internal_b91a4435ea3baf1e2b6bfda56133dace = $this->extensions["Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension"];
$__internal_b91a4435ea3baf1e2b6bfda56133dace->enter($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customContent"));
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customContent"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "customContent"));
// line 82
yield " ";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_b91a4435ea3baf1e2b6bfda56133dace->leave($__internal_b91a4435ea3baf1e2b6bfda56133dace_prof);
yield from [];
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName(): string
{
return "Frontend/Pages/page.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable(): bool
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo(): array
{
return array ( 374 => 82, 358 => 81, 342 => 83, 340 => 81, 337 => 80, 326 => 71, 323 => 70, 309 => 69, 306 => 68, 303 => 67, 300 => 66, 295 => 63, 293 => 62, 288 => 61, 284 => 58, 279 => 55, 276 => 54, 273 => 53, 270 => 52, 268 => 51, 264 => 49, 261 => 47, 256 => 44, 253 => 43, 251 => 42, 248 => 41, 245 => 40, 242 => 38, 238 => 36, 235 => 35, 226 => 33, 221 => 32, 219 => 31, 213 => 29, 210 => 28, 207 => 26, 204 => 25, 199 => 22, 197 => 21, 192 => 20, 190 => 19, 187 => 18, 169 => 17, 166 => 16, 163 => 15, 147 => 14, 129 => 10, 126 => 9, 120 => 7, 117 => 6, 101 => 5, 72 => 3, 43 => 1,);
}
public function getSourceContext(): Source
{
return new Source("{% extends 'Frontend/_templates/default.html.twig' %}
{% block page_title %}{{ page.seoPageTitle ? page.seoPageTitle : page.name }}{% endblock %}
{% block meta_tags %}
{% if page.seoDescription %}
<meta name=\"description\" content=\"{{ page.seoDescription }}\">
{% endif %}
{% if page.seoKeywords %}
<meta name=\"keywords\" content=\"{{ page.seoKeywords }}\">
{% endif %}
{% endblock %}
{% block content %}
{% if renderedContent is iterable and renderedContent.main.sections|length %}
{% set usedColumnWidth = 0 %}
{% for sectionKey,someSection in renderedContent.main.sections %}
{% if loop.first %}
{# Start a section and row because this is the first one #}
<section class=\"section {{ someSection.config.classes|default('') }}\">
{% if someSection.fluid == false %}
<div class=\"container\">
<div class=\"row\">
{% endif %}
{% endif %}
{# Column #}
{% if someSection.fluid == false %}
<div class=\"col-md-{{ someSection.size }}\">
{% endif %}
{# Loop and render all blocks in this section #}
{% for someBlock in someSection.blocks %}
{{ someBlock.instance.renderFrontend|raw }}
{% endfor %}
{% if someSection.fluid == false %}
</div>
{% endif %}
{# Increase column width used in this row so far #}
{% set usedColumnWidth = usedColumnWidth + someSection.size %}
{% if loop.last %}
{% if someSection.fluid == false %}
</div> <!-- end div.row -->
</div> <!-- end div.container -->
{% endif %}
{# Close the row and section because this is the last one #}
</section>
{% else %}
{# Do we need to close + start a new section (i.e. next section will exceed max column width) #}
{% set nextColumnWidth = renderedContent.main.sections[sectionKey + 1].size %}
{% if (usedColumnWidth + nextColumnWidth) > 12 %}
{% if someSection.fluid == false %}
</div> <!-- end div.row -->
</div> <!-- end div.container -->
{% endif %}
</section>
{# Start a new section #}
<section class=\"section {{ renderedContent.main.sections[sectionKey + 1].config.classes|default('') }}\">
{% if renderedContent.main.sections[sectionKey + 1].fluid == false %}
<div class=\"container\">
<div class=\"row\">
{% endif %}
{% set usedColumnWidth = 0 %}
{% endif %}
{% endif %}
{% endfor %}
{% else %}
<section class=\"section\">
<div class=\"block block-text\">
<h1>Nothing Here</h1>
<p>
This page has no content.
</p>
</div>
</section>
{% endif %}
{% block customContent %}
{% endblock %}
{% endblock %}", "Frontend/Pages/page.html.twig", "/home/cwd-jm-interlet-group/htdocs/interlet-group.cwd-jm.com/templates/Frontend/Pages/page.html.twig");
}
}