Kein Zürcher Kinderbuchpreis 2021
Wegen der aktuellen Corona-Situation kann der mit 5.000 Schweizer Franken dotierte Zürcher Kinderbuchpreis in diesem Jahr nicht verliehen werden.

Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH') (Line: 86) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* @bb_atoms/icon-with-text/icon-with-text.twig */ class __TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ( !twig_test_empty(($context["text"] ?? null))) { // line 2 echo "<"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo " class=\"icon-with-text "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\up_themetools\TwigExtension\ThemeTools')->modifierClass("icon-with-text", (((isset($context["modifier"]) || array_key_exists("modifier", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["modifier"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["modifier_class"] ?? null)))) : (($context["modifier_class"] ?? null)))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "class", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->withoutFilter($this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "class"), "html", null, true); echo "> "; // line 4 $this->loadTemplate("@bb_atoms/icon/icon.twig", "@bb_atoms/icon-with-text/icon-with-text.twig", 4)->display(twig_to_array(["icon" => // line 5 ($context["icon"] ?? null)])); // line 7 echo " "; // line 8 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo ">"; } } public function getTemplateName() { return "@bb_atoms/icon-with-text/icon-with-text.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 9, 51 => 8, 48 => 7, 46 => 5, 45 => 4, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@bb_atoms/icon-with-text/icon-with-text.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/patterns/components/atoms/icon-with-text/icon-with-text.twig"); } public function checkSecurity() { static $tags = ["if" => 1, "include" => 4]; static $filters = ["escape" => 2, "default" => 2, "without" => 2]; static $functions = ["modifier_class" => 2]; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape', 'default', 'without'], ['modifier_class'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* @bb_atoms/icon-with-text/icon-with-text.twig */ class __TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ( !twig_test_empty(($context["text"] ?? null))) { // line 2 echo "<"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo " class=\"icon-with-text "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\up_themetools\TwigExtension\ThemeTools')->modifierClass("icon-with-text", (((isset($context["modifier"]) || array_key_exists("modifier", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["modifier"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["modifier_class"] ?? null)))) : (($context["modifier_class"] ?? null)))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "class", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->withoutFilter($this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "class"), "html", null, true); echo "> "; // line 4 $this->loadTemplate("@bb_atoms/icon/icon.twig", "@bb_atoms/icon-with-text/icon-with-text.twig", 4)->display(twig_to_array(["icon" => // line 5 ($context["icon"] ?? null)])); // line 7 echo " "; // line 8 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo ">"; } } public function getTemplateName() { return "@bb_atoms/icon-with-text/icon-with-text.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 9, 51 => 8, 48 => 7, 46 => 5, 45 => 4, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@bb_atoms/icon-with-text/icon-with-text.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/patterns/components/atoms/icon-with-text/icon-with-text.twig"); } public function checkSecurity() { static $tags = ["if" => 1, "include" => 4]; static $filters = ["escape" => 2, "default" => 2, "without" => 2]; static $functions = ["modifier_class" => 2]; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape', 'default', 'without'], ['modifier_class'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504', '@bb_atoms/icon-with-text/icon-with-text.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('@bb_atoms/icon-with-text/icon-with-text.twig', NULL) (Line: 375) Twig\Template->loadTemplate('@bb_atoms/icon-with-text/icon-with-text.twig', '@bb_organisms/navbar/_navbar__content.include.twig', 5) (Line: 38) __TwigTemplate_cfd620e28a781821ee75a4f14094cc7834e491bc7145750414d9d3cf2abd0970->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 87) __TwigTemplate_9f99af831aa1dc55aeb26575a3aad4b20e2341beff089b0de0a70a1288c4b831->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 40) __TwigTemplate_2333265b5754f89c52fa72c4355fcf86834d41a4065e82babaee92be9035af6c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/region--navbar.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 66) __TwigTemplate_617f656a29935c2c8c15a9288ebbef9c653640984f8edc00ba70ad5995532c8d->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 63) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* @bb_atoms/icon-with-text/icon-with-text.twig */ class __TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ( !twig_test_empty(($context["text"] ?? null))) { // line 2 echo "<"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo " class=\"icon-with-text "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\up_themetools\TwigExtension\ThemeTools')->modifierClass("icon-with-text", (((isset($context["modifier"]) || array_key_exists("modifier", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["modifier"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["modifier_class"] ?? null)))) : (($context["modifier_class"] ?? null)))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "class", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->withoutFilter($this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "class"), "html", null, true); echo "> "; // line 4 $this->loadTemplate("@bb_atoms/icon/icon.twig", "@bb_atoms/icon-with-text/icon-with-text.twig", 4)->display(twig_to_array(["icon" => // line 5 ($context["icon"] ?? null)])); // line 7 echo " "; // line 8 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo ">"; } } public function getTemplateName() { return "@bb_atoms/icon-with-text/icon-with-text.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 9, 51 => 8, 48 => 7, 46 => 5, 45 => 4, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@bb_atoms/icon-with-text/icon-with-text.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/patterns/components/atoms/icon-with-text/icon-with-text.twig"); } public function checkSecurity() { static $tags = ["if" => 1, "include" => 4]; static $filters = ["escape" => 2, "default" => 2, "without" => 2]; static $functions = ["modifier_class" => 2]; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape', 'default', 'without'], ['modifier_class'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_icon-with-text.twig_k2mg9dXJuxJJpCknMlVja9cZH', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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; /* @bb_atoms/icon-with-text/icon-with-text.twig */ class __TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504 extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 if ( !twig_test_empty(($context["text"] ?? null))) { // line 2 echo "<"; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo " class=\"icon-with-text "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\up_themetools\TwigExtension\ThemeTools')->modifierClass("icon-with-text", (((isset($context["modifier"]) || array_key_exists("modifier", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["modifier"] ?? null)), $this->sandbox->ensureToStringAllowed(($context["modifier_class"] ?? null)))) : (($context["modifier_class"] ?? null)))), "html", null, true); echo " "; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed($this->getAttribute(($context["attributes"] ?? null), "class", [])), "html", null, true); echo "\""; echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->env->getExtension('Drupal\Core\Template\TwigExtension')->withoutFilter($this->sandbox->ensureToStringAllowed(($context["attributes"] ?? null)), "class"), "html", null, true); echo "> "; // line 4 $this->loadTemplate("@bb_atoms/icon/icon.twig", "@bb_atoms/icon-with-text/icon-with-text.twig", 4)->display(twig_to_array(["icon" => // line 5 ($context["icon"] ?? null)])); // line 7 echo " "; // line 8 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["text"] ?? null)), "html", null, true); echo " env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, (((isset($context["html_tag"]) || array_key_exists("html_tag", $context))) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(($context["html_tag"] ?? null)), "div")) : ("div")), "html", null, true); echo ">"; } } public function getTemplateName() { return "@bb_atoms/icon-with-text/icon-with-text.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 55 => 9, 51 => 8, 48 => 7, 46 => 5, 45 => 4, 34 => 2, 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "@bb_atoms/icon-with-text/icon-with-text.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/patterns/components/atoms/icon-with-text/icon-with-text.twig"); } public function checkSecurity() { static $tags = ["if" => 1, "include" => 4]; static $filters = ["escape" => 2, "default" => 2, "without" => 2]; static $functions = ["modifier_class" => 2]; try { $this->sandbox->checkSecurity( ['if', 'include'], ['escape', 'default', 'without'], ['modifier_class'] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_df768d7dda494d06bc4b5944be032b42880e67dccc8acedc5b516bc23c7c0504', '@bb_atoms/icon-with-text/icon-with-text.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('@bb_atoms/icon-with-text/icon-with-text.twig', NULL) (Line: 375) Twig\Template->loadTemplate('@bb_atoms/icon-with-text/icon-with-text.twig', '@bb_organisms/navbar/_navbar__content.include.twig', 5) (Line: 38) __TwigTemplate_cfd620e28a781821ee75a4f14094cc7834e491bc7145750414d9d3cf2abd0970->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 87) __TwigTemplate_9f99af831aa1dc55aeb26575a3aad4b20e2341beff089b0de0a70a1288c4b831->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 40) __TwigTemplate_2333265b5754f89c52fa72c4355fcf86834d41a4065e82babaee92be9035af6c->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/region--navbar.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 66) __TwigTemplate_617f656a29935c2c8c15a9288ebbef9c653640984f8edc00ba70ad5995532c8d->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 63) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-') (Line: 86) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/block/block--bb-theme-content.html.twig */ class __TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/block/block--bb-theme-content.html.twig */ class __TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f', 'themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig') (Line: 64) twig_render_template('themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/block/block--bb-theme-content.html.twig */ class __TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_block--bb-theme-content.h_g29NTkT19MXJqJeKEqLE325d-', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/block/block--bb-theme-content.html.twig */ class __TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_03c555bbca23c35da7077b178ddf10c65353fe7592336eaac8a5050dcc3cd04f', 'themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig') (Line: 64) twig_render_template('themes/custom/bb_theme/templates/block/block--bb-theme-content.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('block', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array) (Line: 444) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\FileStorage->createDirectory('sites/default/files/php/twig/607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw', 511) (Line: 95) Drupal\Component\PhpStorage\FileStorage->ensureDirectory('sites/default/files/php/twig/607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw') (Line: 86) Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/layout/region--content.html.twig */ class __TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/layout/region--content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/layout/region--content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/layout/region--content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/layout/region--content.html.twig */ class __TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/layout/region--content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/layout/region--content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/layout/region--content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d', 'themes/custom/bb_theme/templates/layout/region--content.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/custom/bb_theme/templates/layout/region--content.html.twig') (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/region--content.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage->save('607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/layout/region--content.html.twig */ class __TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/layout/region--content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/layout/region--content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/layout/region--content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 111) Drupal\Core\Template\TwigPhpStorageCache->write('607191da54276_region--content.html.twig_tPgVPNkgRbTFodM7jmL4KTXIw', '<?php use Twig\Environment; use Twig\Error\LoaderError; use Twig\Error\RuntimeError; 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/bb_theme/templates/layout/region--content.html.twig */ class __TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d extends \Twig\Template { public function __construct(Environment $env) { parent::__construct($env); $this->parent = false; $this->blocks = [ ]; $this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension'); $this->checkSecurity(); } protected function doDisplay(array $context, array $blocks = []) { // line 1 echo $this->env->getExtension('Drupal\Core\Template\TwigExtension')->escapeFilter($this->env, $this->sandbox->ensureToStringAllowed(($context["content"] ?? null)), "html", null, true); } public function getTemplateName() { return "themes/custom/bb_theme/templates/layout/region--content.html.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 32 => 1,); } /** @deprecated since 1.27 (to be removed in 2.0). Use getSourceContext() instead */ public function getSource() { @trigger_error('The '.__METHOD__.' method is deprecated since version 1.27 and will be removed in 2.0. Use getSourceContext() instead.', E_USER_DEPRECATED); return $this->getSourceContext()->getCode(); } public function getSourceContext() { return new Source("", "themes/custom/bb_theme/templates/layout/region--content.html.twig", "/srv/www/freistilbox/clients/c11000/s2737/.deploy/releases/c9a2a890867ebbce9f2ebc55656711421fc87375/docroot/themes/custom/bb_theme/templates/layout/region--content.html.twig"); } public function checkSecurity() { static $tags = []; static $filters = ["escape" => 1]; static $functions = []; try { $this->sandbox->checkSecurity( [], ['escape'], [] ); } catch (SecurityError $e) { $e->setSourceContext($this->getSourceContext()); 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: 487) Twig\Environment->loadClass('__TwigTemplate_53d3219892013b7157edefcbb9da5de52bc535d116873b0ad513d32d21fe421d', 'themes/custom/bb_theme/templates/layout/region--content.html.twig', NULL) (Line: 445) Twig\Environment->loadTemplate('themes/custom/bb_theme/templates/layout/region--content.html.twig') (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/region--content.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('region', Array) (Line: 487) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 70) __TwigTemplate_604f0dca26e1004a9debe97db7e64ef02c544d82ab65b536542329453f184f6f->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 41) __TwigTemplate_2cb4777aea48fb94353025c1b41063aefdf6067452a39c02fe48dab369ed32a3->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('themes/custom/bb_theme/templates/layout/page.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('page', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 501) Drupal\Core\Template\TwigExtension->escapeFilter(Object, Array, 'html', NULL, 1) (Line: 73) __TwigTemplate_14b5e523a6861bb435d111c7490ea37d9d832375211559390ec6c5635ebacd47->doDisplay(Array, Array) (Line: 453) Twig\Template->displayWithErrorHandling(Array, Array) (Line: 420) Twig\Template->display(Array) (Line: 432) Twig\Template->render(Array) (Line: 64) twig_render_template('core/modules/system/templates/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 431) Drupal\Core\Render\Renderer->doRender(Array, ) (Line: 200) Drupal\Core\Render\Renderer->render(Array) (Line: 147) Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 573) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 148) 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('kernel.view', Object) (Line: 156) Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68) Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57) Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47) Drupal\Core\StackMiddleware\KernelPreHandle->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: 47) Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 52) Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23) Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 708) Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
Kennen Sie schon unsere Social-Media-Lounge? Kostenfrei Bilder für Buchtipps im eigenen Instagram-Account herunterladen
Wegen der aktuellen Corona-Situation kann der mit 5.000 Schweizer Franken dotierte Zürcher Kinderbuchpreis in diesem Jahr nicht verliehen werden.
"Schweren Herzens" teilen die Veranstalter die Absage mit: "Insbesondere lässt sich die Vorarbeit mit den Juryklassen vor Ort nicht in einem sicheren Rahmen durchführen. Wir nutzen die Zeit aber und entwerfen ein neues Konzept für kommendes Jahr."
Der seit 1976 bestehende und 2017 reaktivierte Preis wurde zuletzt im Rahmen der Veranstaltung "Zürich liest" verliehen. Ausgezeichnet wurden herausragende deutschsprachige Kinderbücher mit "sprachlich außergewöhnlichen Texten, deren Idee und Vermittlung besonders kind- und themengerecht sind". Ausgezeichnet werden können Autor*innen und Kinderbuchmacher*innen im weitesten Sinne, deren Werke im Original in deutscher Sprache erschienen sind.