User warning: mkdir(): Permission Denied in Drupal\Component\PhpStorage\FileStorage->createDirectory() (line 123 of core/lib/Drupal/Component/PhpStorage/FileStorage.php).
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig', 511) (Line: 73)
Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig') (Line: 66)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('67627672681e6_page.html.twig_HYI9_V6EQTKVI6g-lf5n_CJ5c', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/custom/cwr__theme/templates/system/page.html.twig */
class __TwigTemplate_1694d7081db41368ba98b9b3cee7eab4 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'navbar' => [$this, 'block_navbar'],
'main' => [$this, 'block_main'],
'mega_menu' => [$this, 'block_mega_menu'],
'hero_banner' => [$this, 'block_hero_banner'],
'author_profile' => [$this, 'block_author_profile'],
'left_column_above' => [$this, 'block_left_column_above'],
'right_column_above' => [$this, 'block_right_column_above'],
'first_column_tile' => [$this, 'block_first_column_tile'],
'second_column_tile' => [$this, 'block_second_column_tile'],
'third_column_tile' => [$this, 'block_third_column_tile'],
'fourth_column_tile' => [$this, 'block_fourth_column_tile'],
'middle' => [$this, 'block_middle'],
'left_column_below' => [$this, 'block_left_column_below'],
'right_column_below' => [$this, 'block_right_column_below'],
'sidebar_first' => [$this, 'block_sidebar_first'],
'content' => [$this, 'block_content'],
'sidebar_second' => [$this, 'block_sidebar_second'],
'left_column_bottom' => [$this, 'block_left_column_bottom'],
'right_column_bottom' => [$this, 'block_right_column_bottom'],
'bottom' => [$this, 'block_bottom'],
'footer' => [$this, 'block_footer'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 55
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 55) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 55))) {
// line 56
echo " ";
$this->displayBlock('navbar', $context, $blocks);
}
// line 78
$this->displayBlock('main', $context, $blocks);
// line 255
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 255)) {
// line 256
echo " ";
$this->displayBlock('footer', $context, $blocks);
}
$this->env->getExtension('\Drupal\Core\Template\TwigExtension')
->checkDeprecations($context, ["page", "theme", "container", "navbar_attributes", "content_attributes"]); }
// line 56
public function block_navbar($context, array $blocks = [])
{
$macros = $this->macros;
// line 57
echo " ";
// line 58
$context["navbar_classes"] = ["navbar", "header1", ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 61
($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 62
($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this->source)))) : (($context["container"] ?? null)))];
// line 65
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "addClass", [($context["navbar_classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo " id=\"navbar\" role=\"banner\">
";
// line 66
if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [($context["container"] ?? null)], "method", false, false, true, 66)) {
// line 67
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 67, $this->source), "html", null, true);
echo "\">
";
}
// line 69
echo "
";
// line 70
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "
";
}
// line 78
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
// line 79
echo "
\t ";
// line 83
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "mega_menu", [], "any", false, false, true, 83)) {
// line 84
echo " ";
$this->displayBlock('mega_menu', $context, $blocks);
// line 89
echo " ";
}
// line 90
echo "\t
\t
\t ";
// line 93
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "hero_banner", [], "any", false, false, true, 93)) {
// line 94
echo " ";
$this->displayBlock('hero_banner', $context, $blocks);
// line 99
echo " ";
}
// line 100
echo "\t
\t
\t ";
// line 103
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "author_profile", [], "any", false, false, true, 103)) {
// line 104
echo " ";
$this->displayBlock('author_profile', $context, $blocks);
// line 109
echo " ";
}
// line 110
echo "\t
\t
\t ";
// line 113
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_above", [], "any", false, false, true, 113)) {
// line 114
echo " ";
$this->displayBlock('left_column_above', $context, $blocks);
// line 119
echo " ";
}
// line 120
echo "\t ";
// line 121
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_above", [], "any", false, false, true, 121)) {
// line 122
echo " ";
$this->displayBlock('right_column_above', $context, $blocks);
// line 127
echo " ";
}
// line 128
echo "\t
";
// line 131
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "first_column_tile", [], "any", false, false, true, 131)) {
// line 132
echo " ";
$this->displayBlock('first_column_tile', $context, $blocks);
// line 137
echo " ";
}
// line 138
echo " ";
// line 139
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "second_column_tile", [], "any", false, false, true, 139)) {
// line 140
echo " ";
$this->displayBlock('second_column_tile', $context, $blocks);
// line 145
echo " ";
}
// line 146
echo " ";
// line 147
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "third_column_tile", [], "any", false, false, true, 147)) {
// line 148
echo " ";
$this->displayBlock('third_column_tile', $context, $blocks);
// line 153
echo " ";
}
// line 154
echo " ";
// line 155
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "fourth_column_tile", [], "any", false, false, true, 155)) {
// line 156
echo " ";
$this->displayBlock('fourth_column_tile', $context, $blocks);
// line 161
echo " ";
}
// line 162
echo "
\t
\t ";
// line 165
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "middle", [], "any", false, false, true, 165)) {
// line 166
echo " ";
$this->displayBlock('middle', $context, $blocks);
// line 171
echo " ";
}
// line 172
echo "\t
\t
\t ";
// line 175
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_below", [], "any", false, false, true, 175)) {
// line 176
echo " ";
$this->displayBlock('left_column_below', $context, $blocks);
// line 181
echo " ";
}
// line 182
echo "\t ";
// line 183
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_below", [], "any", false, false, true, 183)) {
// line 184
echo " ";
$this->displayBlock('right_column_below', $context, $blocks);
// line 189
echo " ";
}
// line 190
echo "\t\t
";
// line 193
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 193)) {
// line 194
echo " ";
$this->displayBlock('sidebar_first', $context, $blocks);
// line 199
echo " ";
}
// line 200
echo " ";
// line 201
echo " ";
// line 202
$context["content_classes"] = [(((twig_get_attribute($this->env, $this->source, // line 203
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 203) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 203))) ? ("col-sm-5") : ("")), (((twig_get_attribute($this->env, $this->source, // line 204
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 204) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 204)))) ? ("col-sm-8") : ("")), (((twig_get_attribute($this->env, $this->source, // line 205
($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 205) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 205)))) ? ("col-sm-7 col-md-7 col-xs-12") : ("")), (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 206
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 206)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 206)))) ? ("col-sm-12 col-xs-12") : (""))];
// line 209
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["content_classes"] ?? null)], "method", false, false, true, 209), 209, $this->source), "html", null, true);
echo ">
";
// line 211
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 215
echo "
";
// line 217
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 217)) {
// line 218
echo " ";
$this->displayBlock('sidebar_second', $context, $blocks);
// line 223
echo " ";
}
// line 224
echo "
\t
\t ";
// line 227
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_bottom", [], "any", false, false, true, 227)) {
// line 228
echo " ";
$this->displayBlock('left_column_bottom', $context, $blocks);
// line 233
echo " ";
}
// line 234
echo "\t ";
// line 235
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_bottom", [], "any", false, false, true, 235)) {
// line 236
echo " ";
$this->displayBlock('right_column_bottom', $context, $blocks);
// line 241
echo " ";
}
// line 242
echo "\t\t
\t
\t ";
// line 245
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 245)) {
// line 246
echo " ";
$this->displayBlock('bottom', $context, $blocks);
// line 251
echo " ";
}
// line 252
echo "\t
";
}
// line 84
public function block_mega_menu($context, array $blocks = [])
{
$macros = $this->macros;
// line 85
echo "
";
// line 86
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "mega_menu", [], "any", false, false, true, 86), 86, $this->source), "html", null, true);
echo "
";
}
// line 94
public function block_hero_banner($context, array $blocks = [])
{
$macros = $this->macros;
// line 95
echo "
";
// line 96
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "hero_banner", [], "any", false, false, true, 96), 96, $this->source), "html", null, true);
echo "
";
}
// line 104
public function block_author_profile($context, array $blocks = [])
{
$macros = $this->macros;
// line 105
echo "
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "author_profile", [], "any", false, false, true, 106), 106, $this->source), "html", null, true);
echo "
";
}
// line 114
public function block_left_column_above($context, array $blocks = [])
{
$macros = $this->macros;
// line 115
echo "
";
// line 116
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_above", [], "any", false, false, true, 116), 116, $this->source), "html", null, true);
echo "
";
}
// line 122
public function block_right_column_above($context, array $blocks = [])
{
$macros = $this->macros;
// line 123
echo "
";
// line 124
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_above", [], "any", false, false, true, 124), 124, $this->source), "html", null, true);
echo "
";
}
// line 132
public function block_first_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 133
echo "
";
// line 134
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "first_column_tile", [], "any", false, false, true, 134), 134, $this->source), "html", null, true);
echo "
";
}
// line 140
public function block_second_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 141
echo "
";
// line 142
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "second_column_tile", [], "any", false, false, true, 142), 142, $this->source), "html", null, true);
echo "
";
}
// line 148
public function block_third_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 149
echo "
";
// line 150
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "third_column_tile", [], "any", false, false, true, 150), 150, $this->source), "html", null, true);
echo "
";
}
// line 156
public function block_fourth_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 157
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "fourth_column_tile", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
}
// line 166
public function block_middle($context, array $blocks = [])
{
$macros = $this->macros;
// line 167
echo "
";
// line 168
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "middle", [], "any", false, false, true, 168), 168, $this->source), "html", null, true);
echo "
";
}
// line 176
public function block_left_column_below($context, array $blocks = [])
{
$macros = $this->macros;
// line 177
echo "
";
// line 178
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_below", [], "any", false, false, true, 178), 178, $this->source), "html", null, true);
echo "
";
}
// line 184
public function block_right_column_below($context, array $blocks = [])
{
$macros = $this->macros;
// line 185
echo "
";
// line 186
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_below", [], "any", false, false, true, 186), 186, $this->source), "html", null, true);
echo "
";
}
// line 194
public function block_sidebar_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 195
echo "
";
// line 196
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 196), 196, $this->source), "html", null, true);
echo "
";
}
// line 211
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 212
echo " <a></a>
";
// line 213
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 213), 213, $this->source), "html", null, true);
echo "
";
}
// line 218
public function block_sidebar_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 219
echo "
";
// line 220
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 220), 220, $this->source), "html", null, true);
echo "
";
}
// line 228
public function block_left_column_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 229
echo "
";
// line 230
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_bottom", [], "any", false, false, true, 230), 230, $this->source), "html", null, true);
echo "
";
}
// line 236
public function block_right_column_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 237
echo "
";
// line 238
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_bottom", [], "any", false, false, true, 238), 238, $this->source), "html", null, true);
echo "
";
}
// line 246
public function block_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 247
echo "
";
// line 248
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 248), 248, $this->source), "html", null, true);
echo "
";
}
// line 256
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
// line 257
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 257, $this->source), "html", null, true);
echo "\" role=\"contentinfo\">
";
// line 258
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 258), 258, $this->source), "html", null, true);
echo "
";
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "themes/custom/cwr__theme/templates/system/page.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 609 => 258, 604 => 257, 600 => 256, 593 => 248, 590 => 247, 586 => 246, 579 => 238, 576 => 237, 572 => 236, 565 => 230, 562 => 229, 558 => 228, 551 => 220, 548 => 219, 544 => 218, 538 => 213, 535 => 212, 531 => 211, 524 => 196, 521 => 195, 517 => 194, 510 => 186, 507 => 185, 503 => 184, 496 => 178, 493 => 177, 489 => 176, 482 => 168, 479 => 167, 475 => 166, 468 => 158, 465 => 157, 461 => 156, 454 => 150, 451 => 149, 447 => 148, 440 => 142, 437 => 141, 433 => 140, 426 => 134, 423 => 133, 419 => 132, 412 => 124, 409 => 123, 405 => 122, 398 => 116, 395 => 115, 391 => 114, 384 => 106, 381 => 105, 377 => 104, 370 => 96, 367 => 95, 363 => 94, 356 => 86, 353 => 85, 349 => 84, 343 => 252, 340 => 251, 337 => 246, 334 => 245, 330 => 242, 327 => 241, 324 => 236, 321 => 235, 319 => 234, 316 => 233, 313 => 228, 310 => 227, 306 => 224, 303 => 223, 300 => 218, 297 => 217, 294 => 215, 291 => 211, 286 => 209, 284 => 206, 283 => 205, 282 => 204, 281 => 203, 280 => 202, 278 => 201, 276 => 200, 273 => 199, 270 => 194, 267 => 193, 263 => 190, 260 => 189, 257 => 184, 254 => 183, 252 => 182, 249 => 181, 246 => 176, 243 => 175, 239 => 172, 236 => 171, 233 => 166, 230 => 165, 226 => 162, 223 => 161, 220 => 156, 217 => 155, 215 => 154, 212 => 153, 209 => 148, 206 => 147, 204 => 146, 201 => 145, 198 => 140, 195 => 139, 193 => 138, 190 => 137, 187 => 132, 184 => 131, 180 => 128, 177 => 127, 174 => 122, 171 => 121, 169 => 120, 166 => 119, 163 => 114, 160 => 113, 156 => 110, 153 => 109, 150 => 104, 147 => 103, 143 => 100, 140 => 99, 137 => 94, 134 => 93, 130 => 90, 127 => 89, 124 => 84, 121 => 83, 116 => 79, 112 => 78, 103 => 70, 100 => 69, 94 => 67, 92 => 66, 87 => 65, 85 => 62, 84 => 61, 83 => 58, 81 => 57, 77 => 56, 70 => 256, 68 => 255, 66 => 78, 62 => 56, 60 => 55,);
}
public function getSourceContext()
{
return new Source("", "themes/custom/cwr__theme/templates/system/page.html.twig", "/usr/share/nginx/html/drupal/docroot/themes/custom/cwr__theme/templates/system/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 55, "block" => 56, "set" => 58);
static $filters = array("clean_class" => 62, "escape" => 65);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'block', 'set'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 112)
Drupal\Core\Template\TwigPhpStorageCache->write('67627672681e6_page.html.twig_HYI9_V6EQTKVI6g-lf5n_CJ5c', '<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
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;
/* themes/custom/cwr__theme/templates/system/page.html.twig */
class __TwigTemplate_1694d7081db41368ba98b9b3cee7eab4 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->parent = false;
$this->blocks = [
'navbar' => [$this, 'block_navbar'],
'main' => [$this, 'block_main'],
'mega_menu' => [$this, 'block_mega_menu'],
'hero_banner' => [$this, 'block_hero_banner'],
'author_profile' => [$this, 'block_author_profile'],
'left_column_above' => [$this, 'block_left_column_above'],
'right_column_above' => [$this, 'block_right_column_above'],
'first_column_tile' => [$this, 'block_first_column_tile'],
'second_column_tile' => [$this, 'block_second_column_tile'],
'third_column_tile' => [$this, 'block_third_column_tile'],
'fourth_column_tile' => [$this, 'block_fourth_column_tile'],
'middle' => [$this, 'block_middle'],
'left_column_below' => [$this, 'block_left_column_below'],
'right_column_below' => [$this, 'block_right_column_below'],
'sidebar_first' => [$this, 'block_sidebar_first'],
'content' => [$this, 'block_content'],
'sidebar_second' => [$this, 'block_sidebar_second'],
'left_column_bottom' => [$this, 'block_left_column_bottom'],
'right_column_bottom' => [$this, 'block_right_column_bottom'],
'bottom' => [$this, 'block_bottom'],
'footer' => [$this, 'block_footer'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
// line 55
if ((twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 55) || twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation_collapsible", [], "any", false, false, true, 55))) {
// line 56
echo " ";
$this->displayBlock('navbar', $context, $blocks);
}
// line 78
$this->displayBlock('main', $context, $blocks);
// line 255
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 255)) {
// line 256
echo " ";
$this->displayBlock('footer', $context, $blocks);
}
$this->env->getExtension('\Drupal\Core\Template\TwigExtension')
->checkDeprecations($context, ["page", "theme", "container", "navbar_attributes", "content_attributes"]); }
// line 56
public function block_navbar($context, array $blocks = [])
{
$macros = $this->macros;
// line 57
echo " ";
// line 58
$context["navbar_classes"] = ["navbar", "header1", ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 61
($context["theme"] ?? null), "settings", [], "any", false, false, true, 61), "navbar_inverse", [], "any", false, false, true, 61)) ? ("navbar-inverse") : ("navbar-default")), ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 62
($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62)) ? (("navbar-" . \Drupal\Component\Utility\Html::getClass($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["theme"] ?? null), "settings", [], "any", false, false, true, 62), "navbar_position", [], "any", false, false, true, 62), 62, $this->source)))) : (($context["container"] ?? null)))];
// line 65
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "addClass", [($context["navbar_classes"] ?? null)], "method", false, false, true, 65), 65, $this->source), "html", null, true);
echo " id=\"navbar\" role=\"banner\">
";
// line 66
if ( !twig_get_attribute($this->env, $this->source, ($context["navbar_attributes"] ?? null), "hasClass", [($context["container"] ?? null)], "method", false, false, true, 66)) {
// line 67
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 67, $this->source), "html", null, true);
echo "\">
";
}
// line 69
echo "
";
// line 70
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "navigation", [], "any", false, false, true, 70), 70, $this->source), "html", null, true);
echo "
";
}
// line 78
public function block_main($context, array $blocks = [])
{
$macros = $this->macros;
// line 79
echo "
\t ";
// line 83
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "mega_menu", [], "any", false, false, true, 83)) {
// line 84
echo " ";
$this->displayBlock('mega_menu', $context, $blocks);
// line 89
echo " ";
}
// line 90
echo "\t
\t
\t ";
// line 93
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "hero_banner", [], "any", false, false, true, 93)) {
// line 94
echo " ";
$this->displayBlock('hero_banner', $context, $blocks);
// line 99
echo " ";
}
// line 100
echo "\t
\t
\t ";
// line 103
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "author_profile", [], "any", false, false, true, 103)) {
// line 104
echo " ";
$this->displayBlock('author_profile', $context, $blocks);
// line 109
echo " ";
}
// line 110
echo "\t
\t
\t ";
// line 113
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_above", [], "any", false, false, true, 113)) {
// line 114
echo " ";
$this->displayBlock('left_column_above', $context, $blocks);
// line 119
echo " ";
}
// line 120
echo "\t ";
// line 121
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_above", [], "any", false, false, true, 121)) {
// line 122
echo " ";
$this->displayBlock('right_column_above', $context, $blocks);
// line 127
echo " ";
}
// line 128
echo "\t
";
// line 131
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "first_column_tile", [], "any", false, false, true, 131)) {
// line 132
echo " ";
$this->displayBlock('first_column_tile', $context, $blocks);
// line 137
echo " ";
}
// line 138
echo " ";
// line 139
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "second_column_tile", [], "any", false, false, true, 139)) {
// line 140
echo " ";
$this->displayBlock('second_column_tile', $context, $blocks);
// line 145
echo " ";
}
// line 146
echo " ";
// line 147
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "third_column_tile", [], "any", false, false, true, 147)) {
// line 148
echo " ";
$this->displayBlock('third_column_tile', $context, $blocks);
// line 153
echo " ";
}
// line 154
echo " ";
// line 155
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "fourth_column_tile", [], "any", false, false, true, 155)) {
// line 156
echo " ";
$this->displayBlock('fourth_column_tile', $context, $blocks);
// line 161
echo " ";
}
// line 162
echo "
\t
\t ";
// line 165
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "middle", [], "any", false, false, true, 165)) {
// line 166
echo " ";
$this->displayBlock('middle', $context, $blocks);
// line 171
echo " ";
}
// line 172
echo "\t
\t
\t ";
// line 175
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_below", [], "any", false, false, true, 175)) {
// line 176
echo " ";
$this->displayBlock('left_column_below', $context, $blocks);
// line 181
echo " ";
}
// line 182
echo "\t ";
// line 183
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_below", [], "any", false, false, true, 183)) {
// line 184
echo " ";
$this->displayBlock('right_column_below', $context, $blocks);
// line 189
echo " ";
}
// line 190
echo "\t\t
";
// line 193
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 193)) {
// line 194
echo " ";
$this->displayBlock('sidebar_first', $context, $blocks);
// line 199
echo " ";
}
// line 200
echo " ";
// line 201
echo " ";
// line 202
$context["content_classes"] = [(((twig_get_attribute($this->env, $this->source, // line 203
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 203) && twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 203))) ? ("col-sm-5") : ("")), (((twig_get_attribute($this->env, $this->source, // line 204
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 204) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 204)))) ? ("col-sm-8") : ("")), (((twig_get_attribute($this->env, $this->source, // line 205
($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 205) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 205)))) ? ("col-sm-7 col-md-7 col-xs-12") : ("")), (((twig_test_empty(twig_get_attribute($this->env, $this->source, // line 206
($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 206)) && twig_test_empty(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 206)))) ? ("col-sm-12 col-xs-12") : (""))];
// line 209
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["content_attributes"] ?? null), "addClass", [($context["content_classes"] ?? null)], "method", false, false, true, 209), 209, $this->source), "html", null, true);
echo ">
";
// line 211
echo " ";
$this->displayBlock('content', $context, $blocks);
// line 215
echo "
";
// line 217
echo " ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 217)) {
// line 218
echo " ";
$this->displayBlock('sidebar_second', $context, $blocks);
// line 223
echo " ";
}
// line 224
echo "
\t
\t ";
// line 227
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_bottom", [], "any", false, false, true, 227)) {
// line 228
echo " ";
$this->displayBlock('left_column_bottom', $context, $blocks);
// line 233
echo " ";
}
// line 234
echo "\t ";
// line 235
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_bottom", [], "any", false, false, true, 235)) {
// line 236
echo " ";
$this->displayBlock('right_column_bottom', $context, $blocks);
// line 241
echo " ";
}
// line 242
echo "\t\t
\t
\t ";
// line 245
echo "\t ";
if (twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 245)) {
// line 246
echo " ";
$this->displayBlock('bottom', $context, $blocks);
// line 251
echo " ";
}
// line 252
echo "\t
";
}
// line 84
public function block_mega_menu($context, array $blocks = [])
{
$macros = $this->macros;
// line 85
echo "
";
// line 86
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "mega_menu", [], "any", false, false, true, 86), 86, $this->source), "html", null, true);
echo "
";
}
// line 94
public function block_hero_banner($context, array $blocks = [])
{
$macros = $this->macros;
// line 95
echo "
";
// line 96
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "hero_banner", [], "any", false, false, true, 96), 96, $this->source), "html", null, true);
echo "
";
}
// line 104
public function block_author_profile($context, array $blocks = [])
{
$macros = $this->macros;
// line 105
echo "
";
// line 106
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "author_profile", [], "any", false, false, true, 106), 106, $this->source), "html", null, true);
echo "
";
}
// line 114
public function block_left_column_above($context, array $blocks = [])
{
$macros = $this->macros;
// line 115
echo "
";
// line 116
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_above", [], "any", false, false, true, 116), 116, $this->source), "html", null, true);
echo "
";
}
// line 122
public function block_right_column_above($context, array $blocks = [])
{
$macros = $this->macros;
// line 123
echo "
";
// line 124
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_above", [], "any", false, false, true, 124), 124, $this->source), "html", null, true);
echo "
";
}
// line 132
public function block_first_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 133
echo "
";
// line 134
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "first_column_tile", [], "any", false, false, true, 134), 134, $this->source), "html", null, true);
echo "
";
}
// line 140
public function block_second_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 141
echo "
";
// line 142
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "second_column_tile", [], "any", false, false, true, 142), 142, $this->source), "html", null, true);
echo "
";
}
// line 148
public function block_third_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 149
echo "
";
// line 150
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "third_column_tile", [], "any", false, false, true, 150), 150, $this->source), "html", null, true);
echo "
";
}
// line 156
public function block_fourth_column_tile($context, array $blocks = [])
{
$macros = $this->macros;
// line 157
echo "
";
// line 158
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "fourth_column_tile", [], "any", false, false, true, 158), 158, $this->source), "html", null, true);
echo "
";
}
// line 166
public function block_middle($context, array $blocks = [])
{
$macros = $this->macros;
// line 167
echo "
";
// line 168
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "middle", [], "any", false, false, true, 168), 168, $this->source), "html", null, true);
echo "
";
}
// line 176
public function block_left_column_below($context, array $blocks = [])
{
$macros = $this->macros;
// line 177
echo "
";
// line 178
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_below", [], "any", false, false, true, 178), 178, $this->source), "html", null, true);
echo "
";
}
// line 184
public function block_right_column_below($context, array $blocks = [])
{
$macros = $this->macros;
// line 185
echo "
";
// line 186
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_below", [], "any", false, false, true, 186), 186, $this->source), "html", null, true);
echo "
";
}
// line 194
public function block_sidebar_first($context, array $blocks = [])
{
$macros = $this->macros;
// line 195
echo "
";
// line 196
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_first", [], "any", false, false, true, 196), 196, $this->source), "html", null, true);
echo "
";
}
// line 211
public function block_content($context, array $blocks = [])
{
$macros = $this->macros;
// line 212
echo " <a></a>
";
// line 213
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "content", [], "any", false, false, true, 213), 213, $this->source), "html", null, true);
echo "
";
}
// line 218
public function block_sidebar_second($context, array $blocks = [])
{
$macros = $this->macros;
// line 219
echo "
";
// line 220
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "sidebar_second", [], "any", false, false, true, 220), 220, $this->source), "html", null, true);
echo "
";
}
// line 228
public function block_left_column_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 229
echo "
";
// line 230
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "left_column_bottom", [], "any", false, false, true, 230), 230, $this->source), "html", null, true);
echo "
";
}
// line 236
public function block_right_column_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 237
echo "
";
// line 238
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "right_column_bottom", [], "any", false, false, true, 238), 238, $this->source), "html", null, true);
echo "
";
}
// line 246
public function block_bottom($context, array $blocks = [])
{
$macros = $this->macros;
// line 247
echo "
";
// line 248
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "bottom", [], "any", false, false, true, 248), 248, $this->source), "html", null, true);
echo "
";
}
// line 256
public function block_footer($context, array $blocks = [])
{
$macros = $this->macros;
// line 257
echo " extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["container"] ?? null), 257, $this->source), "html", null, true);
echo "\" role=\"contentinfo\">
";
// line 258
echo $this->extensions['Drupal\Core\Template\TwigExtension']->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, ($context["page"] ?? null), "footer", [], "any", false, false, true, 258), 258, $this->source), "html", null, true);
echo "
";
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "themes/custom/cwr__theme/templates/system/page.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
return array ( 609 => 258, 604 => 257, 600 => 256, 593 => 248, 590 => 247, 586 => 246, 579 => 238, 576 => 237, 572 => 236, 565 => 230, 562 => 229, 558 => 228, 551 => 220, 548 => 219, 544 => 218, 538 => 213, 535 => 212, 531 => 211, 524 => 196, 521 => 195, 517 => 194, 510 => 186, 507 => 185, 503 => 184, 496 => 178, 493 => 177, 489 => 176, 482 => 168, 479 => 167, 475 => 166, 468 => 158, 465 => 157, 461 => 156, 454 => 150, 451 => 149, 447 => 148, 440 => 142, 437 => 141, 433 => 140, 426 => 134, 423 => 133, 419 => 132, 412 => 124, 409 => 123, 405 => 122, 398 => 116, 395 => 115, 391 => 114, 384 => 106, 381 => 105, 377 => 104, 370 => 96, 367 => 95, 363 => 94, 356 => 86, 353 => 85, 349 => 84, 343 => 252, 340 => 251, 337 => 246, 334 => 245, 330 => 242, 327 => 241, 324 => 236, 321 => 235, 319 => 234, 316 => 233, 313 => 228, 310 => 227, 306 => 224, 303 => 223, 300 => 218, 297 => 217, 294 => 215, 291 => 211, 286 => 209, 284 => 206, 283 => 205, 282 => 204, 281 => 203, 280 => 202, 278 => 201, 276 => 200, 273 => 199, 270 => 194, 267 => 193, 263 => 190, 260 => 189, 257 => 184, 254 => 183, 252 => 182, 249 => 181, 246 => 176, 243 => 175, 239 => 172, 236 => 171, 233 => 166, 230 => 165, 226 => 162, 223 => 161, 220 => 156, 217 => 155, 215 => 154, 212 => 153, 209 => 148, 206 => 147, 204 => 146, 201 => 145, 198 => 140, 195 => 139, 193 => 138, 190 => 137, 187 => 132, 184 => 131, 180 => 128, 177 => 127, 174 => 122, 171 => 121, 169 => 120, 166 => 119, 163 => 114, 160 => 113, 156 => 110, 153 => 109, 150 => 104, 147 => 103, 143 => 100, 140 => 99, 137 => 94, 134 => 93, 130 => 90, 127 => 89, 124 => 84, 121 => 83, 116 => 79, 112 => 78, 103 => 70, 100 => 69, 94 => 67, 92 => 66, 87 => 65, 85 => 62, 84 => 61, 83 => 58, 81 => 57, 77 => 56, 70 => 256, 68 => 255, 66 => 78, 62 => 56, 60 => 55,);
}
public function getSourceContext()
{
return new Source("", "themes/custom/cwr__theme/templates/system/page.html.twig", "/usr/share/nginx/html/drupal/docroot/themes/custom/cwr__theme/templates/system/page.html.twig");
}
public function checkSecurity()
{
static $tags = array("if" => 55, "block" => 56, "set" => 58);
static $filters = array("clean_class" => 62, "escape" => 65);
static $functions = array();
try {
$this->sandbox->checkSecurity(
['if', 'block', 'set'],
['clean_class', 'escape'],
[]
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}
') (Line: 351)
Twig\Environment->loadTemplate('__TwigTemplate_1694d7081db41368ba98b9b3cee7eab4', 'themes/custom/cwr__theme/templates/system/page.html.twig') (Line: 312)
Twig\Environment->load('themes/custom/cwr__theme/templates/system/page.html.twig') (Line: 39)
twig_render_template('themes/custom/cwr__theme/templates/system/page.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 475)
Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 99)
__TwigTemplate_db5b0b7af45e30728515ca6a5ae1ef5a->doDisplay(Array, Array) (Line: 394)
Twig\Template->displayWithErrorHandling(Array, Array) (Line: 367)
Twig\Template->display(Array) (Line: 379)
Twig\Template->render(Array) (Line: 38)
Twig\TemplateWrapper->render(Array) (Line: 39)
twig_render_template('themes/custom/cwr__theme/templates/system/html.html.twig', Array) (Line: 348)
Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 480)
Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 240)
Drupal\Core\Render\Renderer->render(Array) (Line: 158)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 627)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 159)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object, Object) (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object, 'kernel.view', Object)
call_user_func(Array, Object, 'kernel.view', Object) (Line: 111)
Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object, 'kernel.view') (Line: 186)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 68)
Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap->handle(Object, 1, 1) (Line: 58)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 191)
Drupal\page_cache\StackMiddleware\PageCache->fetch(Object, 1, 1) (Line: 128)
Drupal\page_cache\StackMiddleware\PageCache->lookup(Object, 1, 1) (Line: 82)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 704)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)