var/cache/dev/twig/53/5320da8408327665066aeac1368a2366.php line 156

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* views/themaDetail.html.twig */
  14. class __TwigTemplate_80ce0d850f461009287301476ed9885b extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'content' => [$this'block_content'],
  24.         ];
  25.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  26.         $this->checkSecurity();
  27.     }
  28.     protected function doGetParent(array $context)
  29.     {
  30.         // line 1
  31.         return "layouts/layout.html.twig";
  32.     }
  33.     protected function doDisplay(array $context, array $blocks = [])
  34.     {
  35.         $macros $this->macros;
  36.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""views/themaDetail.html.twig"));
  38.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""views/themaDetail.html.twig"));
  40.         // line 2
  41.         $context["categories"] = [];
  42.         // line 3
  43.         $context["mainCategory"] = null;
  44.         // line 4
  45.         if ( !(null === (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'4$this->source); })()))) {
  46.             // line 5
  47.             $context["categories"] = twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'5$this->source); })()), "bereiche", [], "any"falsefalsetrue5);
  48.             // line 6
  49.             $this->env->getFunction('pimcore_head_title')->getCallable()((twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'6$this->source); })()), "title", [], "any"falsefalsetrue6) . " / Themen / Radio Oberland"));
  50.             // line 7
  51.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setProperty", ["og:title", (twig_replace_filter(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'7$this->source); })()), "title", [], "any"falsefalsetrue7), ["\"" => "'"]) . " / Themen / Radio Oberland")], "method"falsefalsetrue7);
  52.             // line 8
  53.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setProperty", ["og:description", (twig_replace_filter(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'8$this->source); })()), "excerpt", [], "any"falsefalsetrue8), ["\"" => "'"]) . " / Themen / Radio Oberland")], "method"falsefalsetrue8);
  54.             // line 9
  55.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setProperty", ["og:type""article"], "method"falsefalsetrue9);
  56.         }
  57.         // line 11
  58.         if ((twig_length_filter($this->env, (isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'11$this->source); })())) > 0)) {
  59.             // line 12
  60.             $context["mainCategory"] = twig_get_attribute($this->env$this->source, (isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'12$this->source); })()), 0, [], "array"falsefalsetrue12);
  61.         }
  62.         // line 1
  63.         $this->parent $this->loadTemplate("layouts/layout.html.twig""views/themaDetail.html.twig"1);
  64.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  65.         
  66.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  67.         
  68.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  69.     }
  70.     // line 14
  71.     public function block_content($context, array $blocks = [])
  72.     {
  73.         $macros $this->macros;
  74.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  75.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  76.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  77.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  78.         // line 15
  79.         echo "    ";
  80.         if ( !(null === (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'15$this->source); })()))) {
  81.             // line 16
  82.             echo "        ";
  83.             $context["hasImage"] = (twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'16$this->source); })()), "image", [], "any"falsefalsetrue16) &&  !(null === twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'16$this->source); })()), "image", [], "any"falsefalsetrue16)));
  84.             // line 17
  85.             echo "        ";
  86.             $context["hasHeaderImage"] = (twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'17$this->source); })()), "imageHeader", [], "any"falsefalsetrue17) &&  !(null === twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'17$this->source); })()), "imageHeader", [], "any"falsefalsetrue17)));
  87.             // line 18
  88.             echo "        ";
  89.             $context["ogImage"] = "";
  90.             // line 19
  91.             echo "        ";
  92.             if ((isset($context["hasImage"]) || array_key_exists("hasImage"$context) ? $context["hasImage"] : (function () { throw new RuntimeError('Variable "hasImage" does not exist.'19$this->source); })())) {
  93.                 // line 20
  94.                 echo "            ";
  95.                 $context["thumbnail"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'20$this->source); })()), "image", [], "any"falsefalsetrue20), "getThumbnail", ["standardThumbnail"], "method"falsefalsetrue20);
  96.                 // line 21
  97.                 echo "            ";
  98.                 $context["ogImage"] = ("https://radio-oberland.de" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'21$this->source); })()), "path", [], "any"falsefalsetrue21), 21$this->source));
  99.                 // line 22
  100.                 echo "        ";
  101.             }
  102.             // line 23
  103.             echo "        <div class=\"pimcore_area_content\">
  104.             <div>
  105.                 ";
  106.             // line 25
  107.             $context["bereich"] = null;
  108.             // line 26
  109.             echo "                ";
  110.             if (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'26$this->source); })()), "bereiche", [], "any"falsefalsetrue26))) {
  111.                 // line 27
  112.                 echo "                    ";
  113.                 $context["bereich"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'27$this->source); })()), "bereiche", [], "any"falsefalsetrue27), 0, [], "array"falsefalsetrue27);
  114.                 // line 28
  115.                 echo "                ";
  116.             }
  117.             // line 29
  118.             echo "                <div class=\"py-5 overflow-hidden relative\"
  119.                      ";
  120.             // line 30
  121.             if ((isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })())) {
  122.                 echo "style=\"background-color: ";
  123.                 ((twig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "color", [], "any"falsefalsetrue30)) ? (print (twig_escape_filter($this->env, (((((("rgb(" twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "color", [], "any"falsefalsetrue30), "r", [], "any"falsefalsetrue30)) . ",") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "color", [], "any"falsefalsetrue30), "g", [], "any"falsefalsetrue30)) . ",") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "color", [], "any"falsefalsetrue30), "b", [], "any"falsefalsetrue30)) . ")"), "html"nulltrue))) : (print ("#ffffff")));
  124.                 echo "; color: ";
  125.                 ((twig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "colorText", [], "any"falsefalsetrue30)) ? (print (twig_escape_filter($this->env, (((((("rgb(" twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "colorText", [], "any"falsefalsetrue30), "r", [], "any"falsefalsetrue30)) . ",") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "colorText", [], "any"falsefalsetrue30), "g", [], "any"falsefalsetrue30)) . ",") . twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'30$this->source); })()), "colorText", [], "any"falsefalsetrue30), "b", [], "any"falsefalsetrue30)) . ")"), "html"nulltrue))) : (print ("#000000")));
  126.                 echo "\">";
  127.             }
  128.             // line 31
  129.             echo "                    <div class=\"absolute left-0 top-0 bottom-0 right-0 pointer-events-none mix-blend-multiply\"><img src=\"";
  130.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/images/waves.webp"), "html"nulltrue);
  131.             echo "\" alt=\"\" class=\"w-full h-full object-cover\"></div>
  132.                     ";
  133.             // line 33
  134.             echo "                    ";
  135.             // line 34
  136.             echo "                    ";
  137.             // line 35
  138.             echo "                    <div class=\"container relative px-5 text-xs\">
  139.                         <a href=\"/themen\">Themen</a> &raquo;
  140.                         ";
  141.             // line 37
  142.             if ((((isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'37$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'37$this->source); })()), "parent", [], "any"falsefalsetrue37)) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'37$this->source); })()), "parent", [], "any"falsefalsetrue37), "type", [], "any"falsefalsetrue37) == "object"))) {
  143.                 // line 38
  144.                 echo "                            <a href=\"/themen/";
  145.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'38$this->source); })()), "parent", [], "any"falsefalsetrue38), "key", [], "any"falsefalsetrue38), 38$this->source), "html"nulltrue);
  146.                 echo "\" class=\"whitespace-nowrap\">";
  147.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'38$this->source); })()), "parent", [], "any"falsefalsetrue38), "title", [], "any"falsefalsetrue38), 38$this->source), "html"nulltrue);
  148.                 echo " &raquo;</a>
  149.                         ";
  150.             }
  151.             // line 40
  152.             echo "                        ";
  153.             if ((isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'40$this->source); })())) {
  154.                 // line 41
  155.                 echo "                            <a href=\"/themen/";
  156.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'41$this->source); })()), "key", [], "any"falsefalsetrue41), 41$this->source), "html"nulltrue);
  157.                 echo "\" class=\"whitespace-nowrap\">";
  158.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["bereich"]) || array_key_exists("bereich"$context) ? $context["bereich"] : (function () { throw new RuntimeError('Variable "bereich" does not exist.'41$this->source); })()), "title", [], "any"falsefalsetrue41), 41$this->source), "html"nulltrue);
  159.                 echo "</a>
  160.                         ";
  161.             }
  162.             // line 43
  163.             echo "                    </div>
  164.                 </div>
  165.             </div>
  166.             ";
  167.             // line 46
  168.             if ((((isset($context["hasHeaderImage"]) || array_key_exists("hasHeaderImage"$context) ? $context["hasHeaderImage"] : (function () { throw new RuntimeError('Variable "hasHeaderImage" does not exist.'46$this->source); })()) == false) && ((isset($context["hasImage"]) || array_key_exists("hasImage"$context) ? $context["hasImage"] : (function () { throw new RuntimeError('Variable "hasImage" does not exist.'46$this->source); })()) == false))) {
  169.                 // line 47
  170.                 echo "                ";
  171.                 // line 48
  172.                 echo "            ";
  173.             } else {
  174.                 // line 49
  175.                 echo "                ";
  176.                 if ((isset($context["hasHeaderImage"]) || array_key_exists("hasHeaderImage"$context) ? $context["hasHeaderImage"] : (function () { throw new RuntimeError('Variable "hasHeaderImage" does not exist.'49$this->source); })())) {
  177.                     // line 50
  178.                     echo "                    ";
  179.                     $context["image"] = twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'50$this->source); })()), "imageHeader", [], "any"falsefalsetrue50);
  180.                     // line 51
  181.                     echo "                ";
  182.                 } else {
  183.                     // line 52
  184.                     echo "                    ";
  185.                     $context["image"] = twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'52$this->source); })()), "image", [], "any"falsefalsetrue52);
  186.                     // line 53
  187.                     echo "                ";
  188.                 }
  189.                 // line 54
  190.                 echo "                <div class=\"relative\">
  191.                     <div class=\"container\" style=\"padding: 0\">
  192.                         <div class=\"relative overflow-hidden\" style=\"max-height: 70vh\">
  193.                             ";
  194.                 // line 57
  195.                 if (((isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'57$this->source); })()) &&  !(null === (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'57$this->source); })())))) {
  196.                     // line 58
  197.                     echo "                                ";
  198.                     $context["thumbnail"] = twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'58$this->source); })()), "getThumbnail", ["standardThumbnail"], "method"falsefalsetrue58);
  199.                     // line 59
  200.                     echo "                                ";
  201.                     $context["ogImage"] = ("https://radio-oberland.de" $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'59$this->source); })()), "path", [], "any"falsefalsetrue59), 59$this->source));
  202.                     // line 60
  203.                     echo "                                ";
  204.                     echo twig_replace_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'60$this->source); })()), "html", [], "any"falsefalsetrue60), 60$this->source), ["<img" => "<img data-parallax=\"-0.5\" class=\"w-full h-full object-cover\" style=\"object-position: center 10%\""]);
  205.                     echo "
  206.                             ";
  207.                 }
  208.                 // line 62
  209.                 echo "                        </div>
  210.                     </div>
  211.                 </div>
  212.             ";
  213.             }
  214.             // line 66
  215.             echo "            <div class=\"container news-detail-container md:px-5 2xl:px-0\">
  216.                 <div class=\"grid grid-cols-12 gap-5 border-b-[5px] border-blue-light mb-5 group\">
  217.                     <div class=\"col-span-12 md:col-span-7 p-5 xl:p-0\">
  218.                         ";
  219.             // line 69
  220.             if ((isset($context["hasHeaderImage"]) || array_key_exists("hasHeaderImage"$context) ? $context["hasHeaderImage"] : (function () { throw new RuntimeError('Variable "hasHeaderImage" does not exist.'69$this->source); })())) {
  221.                 // line 70
  222.                 echo "                            ";
  223.                 $context["image"] = twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'70$this->source); })()), "imageHeader", [], "any"falsefalsetrue70);
  224.                 // line 71
  225.                 echo "                        ";
  226.             } else {
  227.                 // line 72
  228.                 echo "                            ";
  229.                 $context["image"] = twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'72$this->source); })()), "image", [], "any"falsefalsetrue72);
  230.                 // line 73
  231.                 echo "                        ";
  232.             }
  233.             // line 74
  234.             echo "                        ";
  235.             if (((isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'74$this->source); })()) && twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'74$this->source); })()), "getMetadata", ["copyright"], "method"falsefalsetrue74))) {
  236.                 // line 75
  237.                 echo "                            ";
  238.                 $context["unsplash"] = twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'75$this->source); })()), "getMetadata", ["unsplash"], "method"falsefalsetrue75);
  239.                 // line 76
  240.                 echo "                            <div class=\"text-xs md:pt-5\">Bild &copy;
  241.                                 ";
  242.                 // line 77
  243.                 if ((isset($context["unsplash"]) || array_key_exists("unsplash"$context) ? $context["unsplash"] : (function () { throw new RuntimeError('Variable "unsplash" does not exist.'77$this->source); })())) {
  244.                     // line 78
  245.                     echo "                                    <a href=\"https://unsplash.com/photos/";
  246.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["unsplash"]) || array_key_exists("unsplash"$context) ? $context["unsplash"] : (function () { throw new RuntimeError('Variable "unsplash" does not exist.'78$this->source); })()), 78$this->source), "html"nulltrue);
  247.                     echo "?utm_source=radio_oberland&utm_medium=referral\" class=\"text-blue\" target=\"_blank\">";
  248.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'78$this->source); })()), "getMetadata", ["copyright"], "method"falsefalsetrue78), 78$this->source), "html"nulltrue);
  249.                     echo "</a>
  250.                                 ";
  251.                 } else {
  252.                     // line 80
  253.                     echo "                                    ";
  254.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'80$this->source); })()), "getMetadata", ["copyright"], "method"falsefalsetrue80), 80$this->source), "html"nulltrue);
  255.                     echo "
  256.                                 ";
  257.                 }
  258.                 // line 82
  259.                 echo "                            </div>
  260.                         ";
  261.             }
  262.             // line 84
  263.             echo "                        ";
  264.             if (twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'84$this->source); })()), "sponsor", [], "any"falsefalsetrue84)) {
  265.                 // line 85
  266.                 echo "                            <div class=\"md:hidden shadow-card p-5 mt-5\">
  267.                                 ";
  268.                 // line 86
  269.                 $context["linkWeb"] = (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'86$this->source); })()), "sponsor", [], "any"falsefalsetrue86), "linkWeb", [], "any"falsefalsetrue86) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'86$this->source); })()), "sponsor", [], "any"falsefalsetrue86), "linkWeb", [], "any"falsefalsetrue86), "href", [], "any"falsefalsetrue86))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'86$this->source); })()), "sponsor", [], "any"falsefalsetrue86), "linkWeb", [], "any"falsefalsetrue86), "href", [], "any"falsefalsetrue86)) : (""));
  270.                 // line 87
  271.                 echo "                                <span class=\"text-dark-blue font-bold uppercase text-xs\">Dieser Artikel wird präsentiert von</span>
  272.                                 <div class=\"mt-5\">
  273.                                     ";
  274.                 // line 89
  275.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'89$this->source); })()), "sponsor", [], "any"falsefalsetrue89), "logo", [], "any"falsefalsetrue89) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'89$this->source); })()), "sponsor", [], "any"falsefalsetrue89), "logo", [], "any"falsefalsetrue89)))) {
  276.                     // line 90
  277.                     echo "                                        <div>
  278.                                             ";
  279.                     // line 91
  280.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'91$this->source); })())) {
  281.                         // line 92
  282.                         echo "                                            <a href=\"";
  283.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'92$this->source); })()), 92$this->source), "html"nulltrue);
  284.                         echo "\" target=\"_blank\">
  285.                                                 ";
  286.                     }
  287.                     // line 94
  288.                     echo "                                                ";
  289.                     echo twig_replace_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'94$this->source); })()), "sponsor", [], "any"falsefalsetrue94), "logo", [], "any"falsefalsetrue94), "getThumbnail", ["standardThumbnail"], "method"falsefalsetrue94), "html", [], "any"falsefalsetrue94), 94$this->source), ["<img" => "<img class=\"max-w-full inline-block\""]);
  290.                     echo "
  291.                                                 ";
  292.                     // line 95
  293.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'95$this->source); })())) {
  294.                         // line 96
  295.                         echo "                                            </a>
  296.                                             ";
  297.                     }
  298.                     // line 98
  299.                     echo "                                        </div>
  300.                                     ";
  301.                 } else {
  302.                     // line 100
  303.                     echo "                                        ";
  304.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'100$this->source); })())) {
  305.                         // line 101
  306.                         echo "                                            <a href=\"";
  307.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'101$this->source); })()), 101$this->source), "html"nulltrue);
  308.                         echo "\" target=\"_blank\">
  309.                                         ";
  310.                     }
  311.                     // line 103
  312.                     echo "                                        ";
  313.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'103$this->source); })()), "sponsor", [], "any"falsefalsetrue103), "title", [], "any"falsefalsetrue103), 103$this->source), "html"nulltrue);
  314.                     echo "
  315.                                         ";
  316.                     // line 104
  317.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'104$this->source); })())) {
  318.                         // line 105
  319.                         echo "                                            </a>
  320.                                         ";
  321.                     }
  322.                     // line 107
  323.                     echo "                                    ";
  324.                 }
  325.                 // line 108
  326.                 echo "                                </div>
  327.                             </div>
  328.                             <div class=\"hidden md:block text-xs mt-5 text-right\">Werbefinanziert</div>
  329.                         ";
  330.             }
  331.             // line 112
  332.             echo "                        <h1 class=\"fade-in mt-10\">
  333.                             ";
  334.             // line 113
  335.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'113$this->source); })()), "title", [], "any"falsefalsetrue113), 113$this->source), "html"nulltrue);
  336.             echo "
  337.                         </h1>
  338.                         <h3 class=\"fade-in delay-100 mb-10\">
  339.                             ";
  340.             // line 116
  341.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'116$this->source); })()), "subTitle", [], "any"falsefalsetrue116), 116$this->source), "html"nulltrue);
  342.             echo "
  343.                         </h3>
  344.                         <div class=\"mt-10 mb-10 text-xs flex gap-5\">
  345.                             <div class=\"text-gray-500\">
  346.                                 ";
  347.             // line 120
  348.             $context["wordCount"] = twig_length_filter($this->envtwig_split_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'120$this->source); })()), "content", [], "any"falsefalsetrue120), 120$this->source), " "));
  349.             // line 121
  350.             echo "                                ";
  351.             $context["duration"] = ((isset($context["wordCount"]) || array_key_exists("wordCount"$context) ? $context["wordCount"] : (function () { throw new RuntimeError('Variable "wordCount" does not exist.'121$this->source); })()) / 150);
  352.             // line 122
  353.             echo "                                <i class=\"icon-uhr-filled text-orange\"></i> Lesedauer ";
  354.             if (((isset($context["duration"]) || array_key_exists("duration"$context) ? $context["duration"] : (function () { throw new RuntimeError('Variable "duration" does not exist.'122$this->source); })()) < 1)) {
  355.                 echo "< 1 Minute";
  356.             } else {
  357.                 echo twig_escape_filter($this->envtwig_round($this->sandbox->ensureToStringAllowed((isset($context["duration"]) || array_key_exists("duration"$context) ? $context["duration"] : (function () { throw new RuntimeError('Variable "duration" does not exist.'122$this->source); })()), 122$this->source), 0), "html"nulltrue);
  358.                 echo " Minute";
  359.                 if ((twig_round((isset($context["duration"]) || array_key_exists("duration"$context) ? $context["duration"] : (function () { throw new RuntimeError('Variable "duration" does not exist.'122$this->source); })()), 0) != 1)) {
  360.                     echo "n";
  361.                 }
  362.             }
  363.             // line 123
  364.             echo "                                ";
  365.             if ((twig_trim_filter(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'123$this->source); })()), "source", [], "any"falsefalsetrue123)) != "")) {
  366.                 // line 124
  367.                 echo "                                    <br/>
  368.                                     <i class=\"icon-pen text-orange\"></i> Quelle: ";
  369.                 // line 125
  370.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'125$this->source); })()), "source", [], "any"falsefalsetrue125), 125$this->source), "html"nulltrue);
  371.                 echo "
  372.                                 ";
  373.             }
  374.             // line 127
  375.             echo "                            </div>
  376.                             <div class=\"flex-1 text-right text-gray-500\">
  377.                                 <i class=\"icon-uhr text-orange\"></i> ";
  378.             // line 129
  379.             echo twig_escape_filter($this->envtwig_date_format_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'129$this->source); })()), "articleDate", [], "any"falsefalsetrue129), 129$this->source), "d.m.Y""Europe/Berlin"), "html"nulltrue);
  380.             echo "
  381.                             </div>
  382.                         </div>
  383.                         <div class=\"mt-10 mb-5 textcontent\">
  384.                             ";
  385.             // line 133
  386.             if (twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'133$this->source); })()), "content", [], "any"falsefalsetrue133)) {
  387.                 // line 134
  388.                 echo "                                ";
  389.                 echo $this->extensions['App\Twig\PimcoreObjectExtension']->pimcoreObject($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'134$this->source); })()), "content", [], "any"falsefalsetrue134), 134$this->source));
  390.                 echo "
  391.                             ";
  392.             }
  393.             // line 136
  394.             echo "                        </div>
  395.                         ";
  396.             // line 137
  397.             if ((twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'137$this->source); })()), "imageGallery", [], "any"falsefalsetrue137) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'137$this->source); })()), "imageGallery", [], "any"falsefalsetrue137), "items", [], "any"falsefalsetrue137)) > 0))) {
  398.                 // line 138
  399.                 echo "                            <div class=\"mt-5 mb-10\">
  400.                                 <div class=\"swiper grid-columns-slider custom-swiper\">
  401.                                     <div class=\"swiper-wrapper\">
  402.                                         ";
  403.                 // line 141
  404.                 $context['_parent'] = $context;
  405.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'141$this->source); })()), "imageGallery", [], "any"falsefalsetrue141), "items", [], "any"falsefalsetrue141));
  406.                 foreach ($context['_seq'] as $context["_key"] => $context["col"]) {
  407.                     // line 142
  408.                     echo "                                            <div class=\"swiper-slide\">
  409.                                                 <div class=\"grid-columns__slide relative\">
  410.                                                     ";
  411.                     // line 144
  412.                     $context["thumbnail"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["col"], "image", [], "any"falsefalsetrue144), "thumbnail", ["website"], "method"falsefalsetrue144);
  413.                     // line 145
  414.                     echo "                                                    ";
  415.                     if (((isset($context["ogImage"]) || array_key_exists("ogImage"$context) ? $context["ogImage"] : (function () { throw new RuntimeError('Variable "ogImage" does not exist.'145$this->source); })()) == "")) {
  416.                         // line 146
  417.                         echo "                                                        ";
  418.                         $context["ogImage"] = ("https://radio-oberland.de" $this->sandbox->ensureToStringAllowed((isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'146$this->source); })()), 146$this->source));
  419.                         // line 147
  420.                         echo "                                                    ";
  421.                     }
  422.                     // line 148
  423.                     echo "                                                    ";
  424.                     $context["alt"] = "";
  425.                     // line 149
  426.                     echo "                                                    ";
  427.                     $context["copyright"] = "";
  428.                     // line 150
  429.                     echo "                                                    ";
  430.                     $context["unsplash"] = "";
  431.                     // line 151
  432.                     echo "                                                    ";
  433.                     if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["col"], "image", [], "any"falsefalsetrue151), "hasMetadata", [], "any"falsefalsetrue151)) {
  434.                         // line 152
  435.                         echo "                                                        ";
  436.                         $context['_parent'] = $context;
  437.                         $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["col"], "image", [], "any"falsefalsetrue152), "metadata", [], "any"falsefalsetrue152));
  438.                         foreach ($context['_seq'] as $context["_key"] => $context["meta"]) {
  439.                             // line 153
  440.                             echo "                                                            ";
  441.                             if ((twig_get_attribute($this->env$this->source$context["meta"], "name", [], "any"falsefalsetrue153) == "copyright")) {
  442.                                 // line 154
  443.                                 echo "                                                                ";
  444.                                 $context["copyright"] = twig_get_attribute($this->env$this->source$context["meta"], "data", [], "any"falsefalsetrue154);
  445.                                 // line 155
  446.                                 echo "                                                            ";
  447.                             }
  448.                             // line 156
  449.                             echo "                                                            ";
  450.                             if ((twig_get_attribute($this->env$this->source$context["meta"], "name", [], "any"falsefalsetrue156) == "unsplash")) {
  451.                                 // line 157
  452.                                 echo "                                                                ";
  453.                                 $context["unsplash"] = twig_get_attribute($this->env$this->source$context["meta"], "data", [], "any"falsefalsetrue157);
  454.                                 // line 158
  455.                                 echo "                                                            ";
  456.                             }
  457.                             // line 159
  458.                             echo "                                                            ";
  459.                             if ((twig_get_attribute($this->env$this->source$context["meta"], "name", [], "any"falsefalsetrue159) == "title")) {
  460.                                 // line 160
  461.                                 echo "                                                                ";
  462.                                 $context["alt"] = twig_get_attribute($this->env$this->source$context["meta"], "data", [], "any"falsefalsetrue160);
  463.                                 // line 161
  464.                                 echo "                                                            ";
  465.                             }
  466.                             // line 162
  467.                             echo "                                                        ";
  468.                         }
  469.                         $_parent $context['_parent'];
  470.                         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['meta'], $context['_parent'], $context['loop']);
  471.                         $context array_intersect_key($context$_parent) + $_parent;
  472.                         // line 163
  473.                         echo "                                                    ";
  474.                     }
  475.                     // line 164
  476.                     echo "                                                    ";
  477.                     // line 165
  478.                     echo "                                                    <img src=\"";
  479.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["thumbnail"]) || array_key_exists("thumbnail"$context) ? $context["thumbnail"] : (function () { throw new RuntimeError('Variable "thumbnail" does not exist.'165$this->source); })()), 165$this->source), "html"nulltrue);
  480.                     echo "\" alt=\"";
  481.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["alt"]) || array_key_exists("alt"$context) ? $context["alt"] : (function () { throw new RuntimeError('Variable "alt" does not exist.'165$this->source); })()), 165$this->source), "html"nulltrue);
  482.                     echo "\" width=\"100%\" />
  483.                                                     ";
  484.                     // line 166
  485.                     if ((isset($context["copyright"]) || array_key_exists("copyright"$context) ? $context["copyright"] : (function () { throw new RuntimeError('Variable "copyright" does not exist.'166$this->source); })())) {
  486.                         // line 167
  487.                         echo "                                                        <div class=\"pt-3\">
  488.                                                             ";
  489.                         // line 168
  490.                         if ((isset($context["unsplash"]) || array_key_exists("unsplash"$context) ? $context["unsplash"] : (function () { throw new RuntimeError('Variable "unsplash" does not exist.'168$this->source); })())) {
  491.                             // line 169
  492.                             echo "                                                                <div class=\"text-xs\">
  493.                                                                     Bild &copy;
  494.                                                                     <a href=\"https://unsplash.com/photos/";
  495.                             // line 171
  496.                             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["unsplash"]) || array_key_exists("unsplash"$context) ? $context["unsplash"] : (function () { throw new RuntimeError('Variable "unsplash" does not exist.'171$this->source); })()), 171$this->source), "html"nulltrue);
  497.                             echo "?utm_source=radio_oberland&utm_medium=referral\" class=\"text-blue\" target=\"_blank\">";
  498.                             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["copyright"]) || array_key_exists("copyright"$context) ? $context["copyright"] : (function () { throw new RuntimeError('Variable "copyright" does not exist.'171$this->source); })()), 171$this->source), "html"nulltrue);
  499.                             echo "}</a>
  500.                                                                 </div>
  501.                                                             ";
  502.                         } else {
  503.                             // line 174
  504.                             echo "                                                                ";
  505.                             if ((isset($context["alt"]) || array_key_exists("alt"$context) ? $context["alt"] : (function () { throw new RuntimeError('Variable "alt" does not exist.'174$this->source); })())) {
  506.                                 // line 175
  507.                                 echo "                                                                    <div class=\"font-sm mb-2 text-gray-500\">";
  508.                                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["alt"]) || array_key_exists("alt"$context) ? $context["alt"] : (function () { throw new RuntimeError('Variable "alt" does not exist.'175$this->source); })()), 175$this->source), "html"nulltrue);
  509.                                 echo "</div>
  510.                                                                 ";
  511.                             }
  512.                             // line 177
  513.                             echo "                                                                <div class=\"text-xs\">Bild &copy; ";
  514.                             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["copyright"]) || array_key_exists("copyright"$context) ? $context["copyright"] : (function () { throw new RuntimeError('Variable "copyright" does not exist.'177$this->source); })()), 177$this->source), "html"nulltrue);
  515.                             echo "</div>
  516.                                                             ";
  517.                         }
  518.                         // line 179
  519.                         echo "                                                        </div>
  520.                                                     ";
  521.                     }
  522.                     // line 181
  523.                     echo "                                                </div>
  524.                                             </div>
  525.                                         ";
  526.                 }
  527.                 $_parent $context['_parent'];
  528.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['col'], $context['_parent'], $context['loop']);
  529.                 $context array_intersect_key($context$_parent) + $_parent;
  530.                 // line 184
  531.                 echo "                                    </div>
  532.                                 </div>
  533.                             </div>
  534.                         ";
  535.             }
  536.             // line 188
  537.             echo "                        ";
  538.             if ((isset($context["ogImage"]) || array_key_exists("ogImage"$context) ? $context["ogImage"] : (function () { throw new RuntimeError('Variable "ogImage" does not exist.'188$this->source); })())) {
  539.                 // line 189
  540.                 echo "                            ";
  541.                 twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "setProperty", ["og:image", (isset($context["ogImage"]) || array_key_exists("ogImage"$context) ? $context["ogImage"] : (function () { throw new RuntimeError('Variable "ogImage" does not exist.'189$this->source); })())], "method"falsefalsetrue189);
  542.                 // line 190
  543.                 echo "                        ";
  544.             }
  545.             // line 191
  546.             echo "                    </div>
  547.                     <div class=\"col-span-12 md:col-span-4 md:col-start-9 fade-in delay-300\">
  548.                         <div class=\"";
  549.             // line 193
  550.             if ((isset($context["hasImage"]) || array_key_exists("hasImage"$context) ? $context["hasImage"] : (function () { throw new RuntimeError('Variable "hasImage" does not exist.'193$this->source); })())) {
  551.                 echo "md:-translate-y-20";
  552.             } else {
  553.                 echo "mt-10 mb-10";
  554.             }
  555.             echo " text-sm p-5 md:p-0\">
  556.                             <div class=\"shadow-card bg-white\">
  557.                                 <div class=\"p-5\">
  558.                                     ";
  559.             // line 196
  560.             if (twig_length_filter($this->env, (isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'196$this->source); })()))) {
  561.                 // line 197
  562.                 echo "                                        <div class=\"mb-5\">
  563.                                             <div class=\"text-dark-blue font-bold uppercase mb-5\">Themen</div>
  564.                                             ";
  565.                 // line 199
  566.                 $context['_parent'] = $context;
  567.                 $context['_seq'] = twig_ensure_traversable((isset($context["categories"]) || array_key_exists("categories"$context) ? $context["categories"] : (function () { throw new RuntimeError('Variable "categories" does not exist.'199$this->source); })()));
  568.                 foreach ($context['_seq'] as $context["_key"] => $context["category"]) {
  569.                     // line 200
  570.                     echo "                                                ";
  571.                     $context["parent"] = twig_get_attribute($this->env$this->source$context["category"], "parent", [], "any"falsefalsetrue200);
  572.                     // line 201
  573.                     echo "                                                <div class=\"text-black text-xs uppercase text-no-wrap mr-5\">
  574.                                                     ";
  575.                     // line 202
  576.                     if (((isset($context["parent"]) || array_key_exists("parent"$context) ? $context["parent"] : (function () { throw new RuntimeError('Variable "parent" does not exist.'202$this->source); })()) && (twig_get_attribute($this->env$this->source, (isset($context["parent"]) || array_key_exists("parent"$context) ? $context["parent"] : (function () { throw new RuntimeError('Variable "parent" does not exist.'202$this->source); })()), "type", [], "any"falsefalsetrue202) == "object"))) {
  577.                         // line 203
  578.                         echo "                                                        <a href=\"/themen/";
  579.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "parent", [], "any"falsefalsetrue203), "key", [], "any"falsefalsetrue203), 203$this->source), "html"nulltrue);
  580.                         echo "\" class=\"text-blue-light hover:text-black\">";
  581.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["category"], "parent", [], "any"falsefalsetrue203), "title", [], "any"falsefalsetrue203), 203$this->source), "html"nulltrue);
  582.                         echo "</a> &raquo;
  583.                                                     ";
  584.                     }
  585.                     // line 205
  586.                     echo "                                                    <a href=\"/themen/";
  587.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["category"], "key", [], "any"falsefalsetrue205), 205$this->source), "html"nulltrue);
  588.                     echo "\" class=\"text-blue-light hover:text-black font-bold\">";
  589.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["category"], "title", [], "any"falsefalsetrue205), 205$this->source), "html"nulltrue);
  590.                     echo "</a>
  591.                                                 </div>
  592.                                             ";
  593.                 }
  594.                 $_parent $context['_parent'];
  595.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['category'], $context['_parent'], $context['loop']);
  596.                 $context array_intersect_key($context$_parent) + $_parent;
  597.                 // line 208
  598.                 echo "                                        </div>
  599.                                     ";
  600.             }
  601.             // line 210
  602.             echo "                                    <div>
  603.                                         <span class=\"text-dark-blue font-bold uppercase\">Teilen</span>
  604.                                         <a href=\"javascript:window.copy2clipboard(document.location.href)\" class=\"link inline-block ml-2\" title=\"Link kopieren\"><i class=\"icon-link\"></i></a>
  605.                                         <a href=\"mailto:?subject=Interessante Meldung auf Radio Oberland&amp;body=schau mal hier https://www.radio-oberland.de";
  606.             // line 213
  607.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'213$this->source); })()), "path", [], "any"falsefalsetrue213), 213$this->source), "html"nulltrue);
  608.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'213$this->source); })()), "key", [], "any"falsefalsetrue213), 213$this->source), "html"nulltrue);
  609.             echo "/";
  610.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'213$this->source); })()), "key", [], "any"falsefalsetrue213), 213$this->source), "html"nulltrue);
  611.             echo "\" class=\"link inline-block ml-2\" title=\"Per Mail teilen\"><i class=\"icon-mail\"></i></a>
  612.                                     </div>
  613.                                     ";
  614.             // line 215
  615.             if (twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'215$this->source); })()), "sponsor", [], "any"falsefalsetrue215)) {
  616.                 // line 216
  617.                 echo "                                        ";
  618.                 $context["linkWeb"] = (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'216$this->source); })()), "sponsor", [], "any"falsefalsetrue216), "linkWeb", [], "any"falsefalsetrue216) && twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'216$this->source); })()), "sponsor", [], "any"falsefalsetrue216), "linkWeb", [], "any"falsefalsetrue216), "href", [], "any"falsefalsetrue216))) ? (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'216$this->source); })()), "sponsor", [], "any"falsefalsetrue216), "linkWeb", [], "any"falsefalsetrue216), "href", [], "any"falsefalsetrue216)) : (""));
  619.                 // line 217
  620.                 echo "                                        <div class=\"mt-5\">
  621.                                             <span class=\"text-dark-blue font-bold uppercase\">Dieser Artikel wird präsentiert von</span>
  622.                                             <div class=\"mt-5\">
  623.                                                 ";
  624.                 // line 220
  625.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'220$this->source); })()), "sponsor", [], "any"falsefalsetrue220), "logo", [], "any"falsefalsetrue220) &&  !(null === twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'220$this->source); })()), "sponsor", [], "any"falsefalsetrue220), "logo", [], "any"falsefalsetrue220)))) {
  626.                     // line 221
  627.                     echo "                                                    <div>
  628.                                                         ";
  629.                     // line 222
  630.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'222$this->source); })())) {
  631.                         // line 223
  632.                         echo "                                                            <a href=\"";
  633.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'223$this->source); })()), 223$this->source), "html"nulltrue);
  634.                         echo "\" target=\"_blank\">
  635.                                                         ";
  636.                     }
  637.                     // line 225
  638.                     echo "                                                        ";
  639.                     echo twig_replace_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'225$this->source); })()), "sponsor", [], "any"falsefalsetrue225), "logo", [], "any"falsefalsetrue225), "getThumbnail", ["standardThumbnail"], "method"falsefalsetrue225), "html", [], "any"falsefalsetrue225), 225$this->source), ["<img" => "<img class=\"max-w-full inline-block\""]);
  640.                     echo "
  641.                                                         ";
  642.                     // line 226
  643.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'226$this->source); })())) {
  644.                         // line 227
  645.                         echo "                                                            </a>
  646.                                                         ";
  647.                     }
  648.                     // line 229
  649.                     echo "                                                    </div>
  650.                                                 ";
  651.                 } else {
  652.                     // line 231
  653.                     echo "                                                    ";
  654.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'231$this->source); })())) {
  655.                         // line 232
  656.                         echo "                                                        <a href=\"";
  657.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'232$this->source); })()), 232$this->source), "html"nulltrue);
  658.                         echo "\" target=\"_blank\">
  659.                                                     ";
  660.                     }
  661.                     // line 234
  662.                     echo "                                                    ";
  663.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'234$this->source); })()), "sponsor", [], "any"falsefalsetrue234), "title", [], "any"falsefalsetrue234), 234$this->source), "html"nulltrue);
  664.                     echo "
  665.                                                     ";
  666.                     // line 235
  667.                     if ((isset($context["linkWeb"]) || array_key_exists("linkWeb"$context) ? $context["linkWeb"] : (function () { throw new RuntimeError('Variable "linkWeb" does not exist.'235$this->source); })())) {
  668.                         // line 236
  669.                         echo "                                                        </a>
  670.                                                     ";
  671.                     }
  672.                     // line 238
  673.                     echo "                                                ";
  674.                 }
  675.                 // line 239
  676.                 echo "                                            </div>
  677.                                         </div>
  678.                                     ";
  679.             }
  680.             // line 242
  681.             echo "                                </div>
  682.                             </div>
  683.                         </div>
  684.                     </div>
  685.                     ";
  686.             // line 246
  687.             if ((twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'246$this->source); })()), "snippets", [], "any"falsefalsetrue246) && (twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'246$this->source); })()), "snippets", [], "any"falsefalsetrue246)) > 0))) {
  688.                 // line 247
  689.                 echo "                        <div class=\"col-span-12 px-5 md:px-0\">
  690.                             <div class=\"grid gap-5 grid-cols-1 md:grid-cols-2 lg:grid-cols-3 mb-5\">
  691.                                 ";
  692.                 // line 249
  693.                 $context['_parent'] = $context;
  694.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'249$this->source); })()), "snippets", [], "any"falsefalsetrue249));
  695.                 foreach ($context['_seq'] as $context["_key"] => $context["entry"]) {
  696.                     // line 250
  697.                     echo "                                    <div>
  698. ";
  699.                     // line 252
  700.                     echo "                                        ";
  701.                     echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment($this->sandbox->ensureToStringAllowed($context["entry"], 252$this->source));
  702.                     echo "
  703.                                     </div>
  704.                                 ";
  705.                 }
  706.                 $_parent $context['_parent'];
  707.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['entry'], $context['_parent'], $context['loop']);
  708.                 $context array_intersect_key($context$_parent) + $_parent;
  709.                 // line 255
  710.                 echo "                            </div>
  711.                         </div>
  712.                     ";
  713.             }
  714.             // line 258
  715.             echo "                </div>
  716.                 <div class=\"mb-10 p-5 md:p-0\">
  717.     ";
  718.             // line 261
  719.             echo "                </div>
  720.     ";
  721.             // line 263
  722.             echo "    ";
  723.             // line 264
  724.             echo "    ";
  725.             // line 265
  726.             echo "    ";
  727.             // line 266
  728.             echo "    ";
  729.             // line 267
  730.             echo "    ";
  731.             // line 268
  732.             echo "    ";
  733.             // line 269
  734.             echo "    ";
  735.             // line 270
  736.             echo "    ";
  737.             // line 271
  738.             echo "                ";
  739.             // line 272
  740.             echo "                ";
  741.             // line 273
  742.             echo "            </div>
  743.             <script type=\"application/ld+json\">
  744.                 {
  745.                     \"@context\": \"https://schema.org\",
  746.                     \"@type\": \"Article\",
  747.                     \"mainEntityOfPage\": {
  748.                         \"@type\": \"WebPage\",
  749.                         \"@id\": \"https://radio-oberland.de";
  750.             // line 280
  751.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'280$this->source); })()), "path", [], "any"falsefalsetrue280), 280$this->source), "html"nulltrue);
  752.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'280$this->source); })()), "key", [], "any"falsefalsetrue280), 280$this->source), "html"nulltrue);
  753.             echo "/";
  754.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'280$this->source); })()), "key", [], "any"falsefalsetrue280), 280$this->source), "html"nulltrue);
  755.             echo "\"
  756.                     },
  757.                     \"headline\": \"";
  758.             // line 282
  759.             echo twig_escape_filter($this->envtwig_replace_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'282$this->source); })()), "title", [], "any"falsefalsetrue282), 282$this->source), ["\"" => "'"]), "html"nulltrue);
  760.             echo "\",
  761.                     \"image\": [],
  762.                     \"datePublished\": \"";
  763.             // line 284
  764.             echo twig_escape_filter($this->envtwig_date_format_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'284$this->source); })()), "articleDate", [], "any"falsefalsetrue284), 284$this->source), "c""Europe/Berlin"), "html"nulltrue);
  765.             echo "\",
  766.                     \"dateModified\": \"";
  767.             // line 285
  768.             echo twig_escape_filter($this->envtwig_date_format_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'285$this->source); })()), "modificationDate", [], "any"falsefalsetrue285), 285$this->source), "c""Europe/Berlin"), "html"nulltrue);
  769.             echo "\",
  770.                     \"author\": {
  771.                         \"@type\": \"Person\",
  772.                         \"name\": \"";
  773.             // line 288
  774.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'288$this->source); })()), "source", [], "any"falsefalsetrue288), 288$this->source), "html"nulltrue);
  775.             echo "\"
  776.                     },
  777.                     \"publisher\": {
  778.                         \"@type\": \"Organization\",
  779.                         \"name\": \"Radio Oberland\",
  780.                         \"logo\": {
  781.                             \"@type\": \"ImageObject\",
  782.                             \"url\": \"https://radio-oberland.de/favicon.png\"
  783.                         }
  784.                     },
  785.                     \"description\": \"";
  786.             // line 298
  787.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataObject"]) || array_key_exists("dataObject"$context) ? $context["dataObject"] : (function () { throw new RuntimeError('Variable "dataObject" does not exist.'298$this->source); })()), "excerpt", [], "any"falsefalsetrue298), 298$this->source), "html"nulltrue);
  788.             echo "\"
  789.                 }
  790.             </script>
  791.             <div class=\"container mt-10\">
  792.                 <h3 class=\"text-3xl lg:mb-10 px-5 lg:px-0 \">WEITERE ARTIKEL</h3>
  793.                 <div class=\"swiper customer-slider swiper-initialized swiper-horizontal swiper-pointer-events\" data-breakpoints='{ \"320\": { \"slidesPerView\": \"auto\" }, \"980\": { \"slidesPerView\": 3 } }'>
  794.                     <div class=\"swiper-wrapper\">
  795.                         ";
  796.             // line 306
  797.             $context['_parent'] = $context;
  798.             $context['_seq'] = twig_ensure_traversable((isset($context["others"]) || array_key_exists("others"$context) ? $context["others"] : (function () { throw new RuntimeError('Variable "others" does not exist.'306$this->source); })()));
  799.             $context['loop'] = [
  800.               'parent' => $context['_parent'],
  801.               'index0' => 0,
  802.               'index'  => 1,
  803.               'first'  => true,
  804.             ];
  805.             if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  806.                 $length count($context['_seq']);
  807.                 $context['loop']['revindex0'] = $length 1;
  808.                 $context['loop']['revindex'] = $length;
  809.                 $context['loop']['length'] = $length;
  810.                 $context['loop']['last'] = === $length;
  811.             }
  812.             foreach ($context['_seq'] as $context["index"] => $context["article"]) {
  813.                 // line 307
  814.                 echo "                            ";
  815.                 $context["forcedBereich"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["article"], "bereiche", [], "any"falsefalsetrue307), 0, [], "array"falsefalsetrue307);
  816.                 // line 308
  817.                 echo "                            ";
  818.                 $context["fullHeight"] = true;
  819.                 // line 309
  820.                 echo "                            <div class=\"swiper-slide themen-slide h-full py-10\">
  821.                                 ";
  822.                 // line 310
  823.                 $this->loadTemplate("includes/themenPreview.html.twig""views/themaDetail.html.twig"310)->display($context);
  824.                 // line 311
  825.                 echo "                            </div>
  826.                         ";
  827.                 ++$context['loop']['index0'];
  828.                 ++$context['loop']['index'];
  829.                 $context['loop']['first'] = false;
  830.                 if (isset($context['loop']['length'])) {
  831.                     --$context['loop']['revindex0'];
  832.                     --$context['loop']['revindex'];
  833.                     $context['loop']['last'] = === $context['loop']['revindex0'];
  834.                 }
  835.             }
  836.             $_parent $context['_parent'];
  837.             unset($context['_seq'], $context['_iterated'], $context['index'], $context['article'], $context['_parent'], $context['loop']);
  838.             $context array_intersect_key($context$_parent) + $_parent;
  839.             // line 313
  840.             echo "                    </div>
  841.                 </div>
  842.             </div>
  843.         </div>
  844.     ";
  845.         } else {
  846.             // line 318
  847.             echo "        <div class=\"pimcore_area_content\">
  848.             <div class=\"py-10 mb-20 overflow-hidden relative\">
  849.                 <div class=\"absolute left-0 top-0 bottom-0 right-0 pointer-events-none mix-blend-multiply\"><img src=\"";
  850.             // line 320
  851.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("static/images/waves.webp"), "html"nulltrue);
  852.             echo "\" alt=\"\" class=\"w-full h-full object-cover\"></div>
  853.                 ";
  854.             // line 322
  855.             echo "                ";
  856.             // line 323
  857.             echo "                ";
  858.             // line 324
  859.             echo "                <div class=\"container relative\">
  860.                     <div class=\"grid grid-cols-1 md:grid-cols-3\">
  861.                         <div class=\"md:col-span-2\">
  862.                             <div class=\"text-sm px-5 2xl:px-0\">
  863.                                 <h1 class=\"mt-5 md:mt-10 mb-10 text-4xl md:text-6xl\">Wissenswertes</h1>
  864.                             </div>
  865.                         </div>
  866.                     </div>
  867.                 </div>
  868.             </div>
  869.             <div class=\"container mt-20 mb-20\">
  870.                 Leider konnten wir den gewünschten Artikel nicht finden. <a href=\"/themen\" class=\"text-blue-light\">Hier geht es zurück zur Übersicht</a>.
  871.             </div>
  872.         </div>
  873.     ";
  874.         }
  875.         
  876.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  877.         
  878.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  879.     }
  880.     /**
  881.      * @codeCoverageIgnore
  882.      */
  883.     public function getTemplateName()
  884.     {
  885.         return "views/themaDetail.html.twig";
  886.     }
  887.     /**
  888.      * @codeCoverageIgnore
  889.      */
  890.     public function isTraitable()
  891.     {
  892.         return false;
  893.     }
  894.     /**
  895.      * @codeCoverageIgnore
  896.      */
  897.     public function getDebugInfo()
  898.     {
  899.         return array (  874 => 324,  872 => 323,  870 => 322,  866 => 320,  862 => 318,  855 => 313,  840 => 311,  838 => 310,  835 => 309,  832 => 308,  829 => 307,  812 => 306,  801 => 298,  788 => 288,  782 => 285,  778 => 284,  773 => 282,  765 => 280,  756 => 273,  754 => 272,  752 => 271,  750 => 270,  748 => 269,  746 => 268,  744 => 267,  742 => 266,  740 => 265,  738 => 264,  736 => 263,  733 => 261,  729 => 258,  724 => 255,  714 => 252,  711 => 250,  707 => 249,  703 => 247,  701 => 246,  695 => 242,  690 => 239,  687 => 238,  683 => 236,  681 => 235,  676 => 234,  670 => 232,  667 => 231,  663 => 229,  659 => 227,  657 => 226,  652 => 225,  646 => 223,  644 => 222,  641 => 221,  639 => 220,  634 => 217,  631 => 216,  629 => 215,  621 => 213,  616 => 210,  612 => 208,  600 => 205,  592 => 203,  590 => 202,  587 => 201,  584 => 200,  580 => 199,  576 => 197,  574 => 196,  564 => 193,  560 => 191,  557 => 190,  554 => 189,  551 => 188,  545 => 184,  537 => 181,  533 => 179,  527 => 177,  521 => 175,  518 => 174,  510 => 171,  506 => 169,  504 => 168,  501 => 167,  499 => 166,  492 => 165,  490 => 164,  487 => 163,  481 => 162,  478 => 161,  475 => 160,  472 => 159,  469 => 158,  466 => 157,  463 => 156,  460 => 155,  457 => 154,  454 => 153,  449 => 152,  446 => 151,  443 => 150,  440 => 149,  437 => 148,  434 => 147,  431 => 146,  428 => 145,  426 => 144,  422 => 142,  418 => 141,  413 => 138,  411 => 137,  408 => 136,  402 => 134,  400 => 133,  393 => 129,  389 => 127,  384 => 125,  381 => 124,  378 => 123,  367 => 122,  364 => 121,  362 => 120,  355 => 116,  349 => 113,  346 => 112,  340 => 108,  337 => 107,  333 => 105,  331 => 104,  326 => 103,  320 => 101,  317 => 100,  313 => 98,  309 => 96,  307 => 95,  302 => 94,  296 => 92,  294 => 91,  291 => 90,  289 => 89,  285 => 87,  283 => 86,  280 => 85,  277 => 84,  273 => 82,  267 => 80,  259 => 78,  257 => 77,  254 => 76,  251 => 75,  248 => 74,  245 => 73,  242 => 72,  239 => 71,  236 => 70,  234 => 69,  229 => 66,  223 => 62,  217 => 60,  214 => 59,  211 => 58,  209 => 57,  204 => 54,  201 => 53,  198 => 52,  195 => 51,  192 => 50,  189 => 49,  186 => 48,  184 => 47,  182 => 46,  177 => 43,  169 => 41,  166 => 40,  158 => 38,  156 => 37,  152 => 35,  150 => 34,  148 => 33,  143 => 31,  135 => 30,  132 => 29,  129 => 28,  126 => 27,  123 => 26,  121 => 25,  117 => 23,  114 => 22,  111 => 21,  108 => 20,  105 => 19,  102 => 18,  99 => 17,  96 => 16,  93 => 15,  83 => 14,  72 => 1,  69 => 12,  67 => 11,  64 => 9,  62 => 8,  60 => 7,  58 => 6,  56 => 5,  54 => 4,  52 => 3,  50 => 2,  37 => 1,);
  900.     }
  901.     public function getSourceContext()
  902.     {
  903.         return new Source("{% extends 'layouts/layout.html.twig' %}
  904. {% set categories = [] %}
  905. {% set mainCategory = null %}
  906. {% if dataObject is not null %}
  907.     {% set categories = dataObject.bereiche %}
  908.     {% do pimcore_head_title(dataObject.title ~ ' / Themen / Radio Oberland') %}
  909.     {% do pimcore_head_meta().setProperty('og:title', dataObject.title | replace({ '\"': \"'\"}) ~ ' / Themen / Radio Oberland') %}
  910.     {% do pimcore_head_meta().setProperty('og:description', dataObject.excerpt | replace({ '\"': \"'\" }) ~ ' / Themen / Radio Oberland') %}
  911.     {% do pimcore_head_meta().setProperty('og:type', 'article') %}
  912. {% endif %}
  913. {% if categories | length > 0 %}
  914.     {% set mainCategory = categories[0] %}
  915. {% endif %}
  916. {% block content %}
  917.     {% if dataObject is not null %}
  918.         {% set hasImage = dataObject.image and dataObject.image is not null %}
  919.         {% set hasHeaderImage = dataObject.imageHeader and dataObject.imageHeader is not null %}
  920.         {% set ogImage = '' %}
  921.         {% if hasImage %}
  922.             {% set thumbnail = dataObject.image.getThumbnail('standardThumbnail') %}
  923.             {% set ogImage = 'https://radio-oberland.de' ~ thumbnail.path %}
  924.         {% endif %}
  925.         <div class=\"pimcore_area_content\">
  926.             <div>
  927.                 {% set bereich = null %}
  928.                 {% if dataObject.bereiche | length %}
  929.                     {% set bereich = dataObject.bereiche[0] %}
  930.                 {% endif %}
  931.                 <div class=\"py-5 overflow-hidden relative\"
  932.                      {% if bereich %}style=\"background-color: {{ bereich.color ? 'rgb(' ~ bereich.color.r ~ ',' ~ bereich.color.g ~ ',' ~ bereich.color.b ~ ')' : '#ffffff' }}; color: {{ bereich.colorText ? 'rgb(' ~ bereich.colorText.r ~ ',' ~ bereich.colorText.g ~ ',' ~ bereich.colorText.b ~ ')' : '#000000' }}\">{% endif %}
  933.                     <div class=\"absolute left-0 top-0 bottom-0 right-0 pointer-events-none mix-blend-multiply\"><img src=\"{{ asset('static/images/waves.webp') }}\" alt=\"\" class=\"w-full h-full object-cover\"></div>
  934.                     {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 60%;\"></div>#}
  935.                     {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 40%;\"></div>#}
  936.                     {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 35%;\"></div>#}
  937.                     <div class=\"container relative px-5 text-xs\">
  938.                         <a href=\"/themen\">Themen</a> &raquo;
  939.                         {% if bereich and bereich.parent and bereich.parent.type == 'object' %}
  940.                             <a href=\"/themen/{{ bereich.parent.key }}\" class=\"whitespace-nowrap\">{{ bereich.parent.title }} &raquo;</a>
  941.                         {% endif %}
  942.                         {% if bereich %}
  943.                             <a href=\"/themen/{{ bereich.key }}\" class=\"whitespace-nowrap\">{{ bereich.title }}</a>
  944.                         {% endif %}
  945.                     </div>
  946.                 </div>
  947.             </div>
  948.             {% if hasHeaderImage == false and hasImage == false %}
  949.                 {# none, wir hatten hier mal ein filler-bild #}
  950.             {% else %}
  951.                 {% if hasHeaderImage %}
  952.                     {% set image = dataObject.imageHeader %}
  953.                 {% else %}
  954.                     {% set image = dataObject.image %}
  955.                 {% endif %}
  956.                 <div class=\"relative\">
  957.                     <div class=\"container\" style=\"padding: 0\">
  958.                         <div class=\"relative overflow-hidden\" style=\"max-height: 70vh\">
  959.                             {% if image and image is not null %}
  960.                                 {% set thumbnail = image.getThumbnail('standardThumbnail') %}
  961.                                 {% set ogImage = 'https://radio-oberland.de' ~ thumbnail.path %}
  962.                                 {{ thumbnail.html | replace({ '<img': '<img data-parallax=\"-0.5\" class=\"w-full h-full object-cover\" style=\"object-position: center 10%\"' }) | raw }}
  963.                             {% endif %}
  964.                         </div>
  965.                     </div>
  966.                 </div>
  967.             {% endif %}
  968.             <div class=\"container news-detail-container md:px-5 2xl:px-0\">
  969.                 <div class=\"grid grid-cols-12 gap-5 border-b-[5px] border-blue-light mb-5 group\">
  970.                     <div class=\"col-span-12 md:col-span-7 p-5 xl:p-0\">
  971.                         {% if hasHeaderImage %}
  972.                             {% set image = dataObject.imageHeader %}
  973.                         {% else %}
  974.                             {% set image = dataObject.image %}
  975.                         {% endif %}
  976.                         {% if image and image.getMetadata('copyright') %}
  977.                             {% set unsplash = image.getMetadata('unsplash') %}
  978.                             <div class=\"text-xs md:pt-5\">Bild &copy;
  979.                                 {% if unsplash %}
  980.                                     <a href=\"https://unsplash.com/photos/{{ unsplash }}?utm_source=radio_oberland&utm_medium=referral\" class=\"text-blue\" target=\"_blank\">{{ image.getMetadata('copyright') }}</a>
  981.                                 {% else %}
  982.                                     {{ image.getMetadata('copyright') }}
  983.                                 {% endif %}
  984.                             </div>
  985.                         {% endif %}
  986.                         {% if dataObject.sponsor %}
  987.                             <div class=\"md:hidden shadow-card p-5 mt-5\">
  988.                                 {% set linkWeb = dataObject.sponsor.linkWeb and dataObject.sponsor.linkWeb.href ? dataObject.sponsor.linkWeb.href : '' %}
  989.                                 <span class=\"text-dark-blue font-bold uppercase text-xs\">Dieser Artikel wird präsentiert von</span>
  990.                                 <div class=\"mt-5\">
  991.                                     {% if dataObject.sponsor.logo and dataObject.sponsor.logo is not null %}
  992.                                         <div>
  993.                                             {% if linkWeb %}
  994.                                             <a href=\"{{ linkWeb }}\" target=\"_blank\">
  995.                                                 {% endif %}
  996.                                                 {{ dataObject.sponsor.logo.getThumbnail('standardThumbnail').html | replace({ '<img': '<img class=\"max-w-full inline-block\"' }) | raw }}
  997.                                                 {% if linkWeb %}
  998.                                             </a>
  999.                                             {% endif %}
  1000.                                         </div>
  1001.                                     {% else %}
  1002.                                         {% if linkWeb %}
  1003.                                             <a href=\"{{ linkWeb }}\" target=\"_blank\">
  1004.                                         {% endif %}
  1005.                                         {{ dataObject.sponsor.title }}
  1006.                                         {% if linkWeb %}
  1007.                                             </a>
  1008.                                         {% endif %}
  1009.                                     {% endif %}
  1010.                                 </div>
  1011.                             </div>
  1012.                             <div class=\"hidden md:block text-xs mt-5 text-right\">Werbefinanziert</div>
  1013.                         {% endif %}
  1014.                         <h1 class=\"fade-in mt-10\">
  1015.                             {{ dataObject.title }}
  1016.                         </h1>
  1017.                         <h3 class=\"fade-in delay-100 mb-10\">
  1018.                             {{ dataObject.subTitle }}
  1019.                         </h3>
  1020.                         <div class=\"mt-10 mb-10 text-xs flex gap-5\">
  1021.                             <div class=\"text-gray-500\">
  1022.                                 {% set wordCount = dataObject.content | split(' ') | length %}
  1023.                                 {% set duration = wordCount / 150 %}
  1024.                                 <i class=\"icon-uhr-filled text-orange\"></i> Lesedauer {% if duration < 1 %}< 1 Minute{% else %}{{ duration | round(0) }} Minute{% if duration | round(0) != 1 %}n{% endif %}{% endif %}
  1025.                                 {% if dataObject.source | trim != '' %}
  1026.                                     <br/>
  1027.                                     <i class=\"icon-pen text-orange\"></i> Quelle: {{ dataObject.source }}
  1028.                                 {% endif %}
  1029.                             </div>
  1030.                             <div class=\"flex-1 text-right text-gray-500\">
  1031.                                 <i class=\"icon-uhr text-orange\"></i> {{ dataObject.articleDate | date('d.m.Y', \"Europe/Berlin\") }}
  1032.                             </div>
  1033.                         </div>
  1034.                         <div class=\"mt-10 mb-5 textcontent\">
  1035.                             {% if dataObject.content %}
  1036.                                 {{ dataObject.content | pimcoreObject | raw }}
  1037.                             {% endif %}
  1038.                         </div>
  1039.                         {% if dataObject.imageGallery and dataObject.imageGallery.items|length > 0 %}
  1040.                             <div class=\"mt-5 mb-10\">
  1041.                                 <div class=\"swiper grid-columns-slider custom-swiper\">
  1042.                                     <div class=\"swiper-wrapper\">
  1043.                                         {% for col in dataObject.imageGallery.items %}
  1044.                                             <div class=\"swiper-slide\">
  1045.                                                 <div class=\"grid-columns__slide relative\">
  1046.                                                     {% set thumbnail = col.image.thumbnail('website') %}
  1047.                                                     {% if ogImage == '' %}
  1048.                                                         {% set ogImage = 'https://radio-oberland.de' ~ thumbnail %}
  1049.                                                     {% endif %}
  1050.                                                     {% set alt = '' %}
  1051.                                                     {% set copyright = '' %}
  1052.                                                     {% set unsplash = '' %}
  1053.                                                     {% if col.image.hasMetadata %}
  1054.                                                         {% for meta in col.image.metadata %}
  1055.                                                             {% if meta.name == 'copyright' %}
  1056.                                                                 {% set copyright = meta.data %}
  1057.                                                             {% endif %}
  1058.                                                             {% if meta.name == 'unsplash' %}
  1059.                                                                 {% set unsplash = meta.data %}
  1060.                                                             {% endif %}
  1061.                                                             {% if meta.name == 'title' %}
  1062.                                                                 {% set alt = meta.data %}
  1063.                                                             {% endif %}
  1064.                                                         {% endfor %}
  1065.                                                     {% endif %}
  1066.                                                     {#                                                {{ dump(col.image) }}#}
  1067.                                                     <img src=\"{{ thumbnail }}\" alt=\"{{ alt }}\" width=\"100%\" />
  1068.                                                     {% if copyright %}
  1069.                                                         <div class=\"pt-3\">
  1070.                                                             {% if unsplash %}
  1071.                                                                 <div class=\"text-xs\">
  1072.                                                                     Bild &copy;
  1073.                                                                     <a href=\"https://unsplash.com/photos/{{ unsplash }}?utm_source=radio_oberland&utm_medium=referral\" class=\"text-blue\" target=\"_blank\">{{ copyright }}}</a>
  1074.                                                                 </div>
  1075.                                                             {% else %}
  1076.                                                                 {% if alt %}
  1077.                                                                     <div class=\"font-sm mb-2 text-gray-500\">{{ alt }}</div>
  1078.                                                                 {% endif %}
  1079.                                                                 <div class=\"text-xs\">Bild &copy; {{ copyright }}</div>
  1080.                                                             {% endif %}
  1081.                                                         </div>
  1082.                                                     {% endif %}
  1083.                                                 </div>
  1084.                                             </div>
  1085.                                         {% endfor %}
  1086.                                     </div>
  1087.                                 </div>
  1088.                             </div>
  1089.                         {% endif %}
  1090.                         {% if ogImage %}
  1091.                             {% do pimcore_head_meta().setProperty('og:image', ogImage) %}
  1092.                         {% endif %}
  1093.                     </div>
  1094.                     <div class=\"col-span-12 md:col-span-4 md:col-start-9 fade-in delay-300\">
  1095.                         <div class=\"{% if hasImage %}md:-translate-y-20{% else %}mt-10 mb-10{% endif %} text-sm p-5 md:p-0\">
  1096.                             <div class=\"shadow-card bg-white\">
  1097.                                 <div class=\"p-5\">
  1098.                                     {% if categories | length %}
  1099.                                         <div class=\"mb-5\">
  1100.                                             <div class=\"text-dark-blue font-bold uppercase mb-5\">Themen</div>
  1101.                                             {% for category in categories %}
  1102.                                                 {% set parent = category.parent %}
  1103.                                                 <div class=\"text-black text-xs uppercase text-no-wrap mr-5\">
  1104.                                                     {% if parent and parent.type == 'object' %}
  1105.                                                         <a href=\"/themen/{{ category.parent.key }}\" class=\"text-blue-light hover:text-black\">{{ category.parent.title }}</a> &raquo;
  1106.                                                     {% endif %}
  1107.                                                     <a href=\"/themen/{{ category.key }}\" class=\"text-blue-light hover:text-black font-bold\">{{ category.title }}</a>
  1108.                                                 </div>
  1109.                                             {% endfor %}
  1110.                                         </div>
  1111.                                     {% endif %}
  1112.                                     <div>
  1113.                                         <span class=\"text-dark-blue font-bold uppercase\">Teilen</span>
  1114.                                         <a href=\"javascript:window.copy2clipboard(document.location.href)\" class=\"link inline-block ml-2\" title=\"Link kopieren\"><i class=\"icon-link\"></i></a>
  1115.                                         <a href=\"mailto:?subject=Interessante Meldung auf Radio Oberland&amp;body=schau mal hier https://www.radio-oberland.de{{ document.path }}{{ document.key }}/{{ dataObject.key }}\" class=\"link inline-block ml-2\" title=\"Per Mail teilen\"><i class=\"icon-mail\"></i></a>
  1116.                                     </div>
  1117.                                     {% if dataObject.sponsor %}
  1118.                                         {% set linkWeb = dataObject.sponsor.linkWeb and dataObject.sponsor.linkWeb.href ? dataObject.sponsor.linkWeb.href : '' %}
  1119.                                         <div class=\"mt-5\">
  1120.                                             <span class=\"text-dark-blue font-bold uppercase\">Dieser Artikel wird präsentiert von</span>
  1121.                                             <div class=\"mt-5\">
  1122.                                                 {% if dataObject.sponsor.logo and dataObject.sponsor.logo is not null %}
  1123.                                                     <div>
  1124.                                                         {% if linkWeb %}
  1125.                                                             <a href=\"{{ linkWeb }}\" target=\"_blank\">
  1126.                                                         {% endif %}
  1127.                                                         {{ dataObject.sponsor.logo.getThumbnail('standardThumbnail').html | replace({ '<img': '<img class=\"max-w-full inline-block\"' }) | raw }}
  1128.                                                         {% if linkWeb %}
  1129.                                                             </a>
  1130.                                                         {% endif %}
  1131.                                                     </div>
  1132.                                                 {% else %}
  1133.                                                     {% if linkWeb %}
  1134.                                                         <a href=\"{{ linkWeb }}\" target=\"_blank\">
  1135.                                                     {% endif %}
  1136.                                                     {{ dataObject.sponsor.title }}
  1137.                                                     {% if linkWeb %}
  1138.                                                         </a>
  1139.                                                     {% endif %}
  1140.                                                 {% endif %}
  1141.                                             </div>
  1142.                                         </div>
  1143.                                     {% endif %}
  1144.                                 </div>
  1145.                             </div>
  1146.                         </div>
  1147.                     </div>
  1148.                     {% if dataObject.snippets and dataObject.snippets | length > 0 %}
  1149.                         <div class=\"col-span-12 px-5 md:px-0\">
  1150.                             <div class=\"grid gap-5 grid-cols-1 md:grid-cols-2 lg:grid-cols-3 mb-5\">
  1151.                                 {% for entry in dataObject.snippets %}
  1152.                                     <div>
  1153. {#                                        {{ dump(entry) }}#}
  1154.                                         {{ render(entry) }}
  1155.                                     </div>
  1156.                                 {% endfor %}
  1157.                             </div>
  1158.                         </div>
  1159.                     {% endif %}
  1160.                 </div>
  1161.                 <div class=\"mb-10 p-5 md:p-0\">
  1162.     {#                <a href=\"/radio/news\" class=\"font-bold uppercase text-sm\"><i class=\"icon-arrow-left\"></i> Zur Übersicht</a>#}
  1163.                 </div>
  1164.     {#            <div class=\"mt-20 mb-20\">#}
  1165.     {#                <div class=\"h2 font-mont-heavy mt-0 mb-5 fade-in uppercase p-5 xl:p-0\">Weitere Artikel</div>#}
  1166.     {#                <div class=\"vue-app\">#}
  1167.     {#                    {% set topics = dataObject.topic|join(',')|url_encode %}#}
  1168.     {#                    {% set category = dataObject.category|url_encode %}#}
  1169.     {#                    {% set query = 'notId=' ~ dataObject.id ~ '&limit=8&topic=' ~ topics ~ '&category=' ~ dataObject.category %}#}
  1170.     {#                    <articles-related query=\"{{ query }}\"></articles-related>#}
  1171.     {#                </div>#}
  1172.     {#            </div>#}
  1173.                 {#            {{ dump(document) }}#}
  1174.                 {#            {{ dump(dataObject) }}#}
  1175.             </div>
  1176.             <script type=\"application/ld+json\">
  1177.                 {
  1178.                     \"@context\": \"https://schema.org\",
  1179.                     \"@type\": \"Article\",
  1180.                     \"mainEntityOfPage\": {
  1181.                         \"@type\": \"WebPage\",
  1182.                         \"@id\": \"https://radio-oberland.de{{ document.path }}{{ document.key }}/{{ dataObject.key }}\"
  1183.                     },
  1184.                     \"headline\": \"{{ dataObject.title | replace({ '\"': \"'\" }) }}\",
  1185.                     \"image\": [],
  1186.                     \"datePublished\": \"{{ dataObject.articleDate | date(\"c\", \"Europe/Berlin\") }}\",
  1187.                     \"dateModified\": \"{{ dataObject.modificationDate | date(\"c\", \"Europe/Berlin\") }}\",
  1188.                     \"author\": {
  1189.                         \"@type\": \"Person\",
  1190.                         \"name\": \"{{ dataObject.source }}\"
  1191.                     },
  1192.                     \"publisher\": {
  1193.                         \"@type\": \"Organization\",
  1194.                         \"name\": \"Radio Oberland\",
  1195.                         \"logo\": {
  1196.                             \"@type\": \"ImageObject\",
  1197.                             \"url\": \"https://radio-oberland.de/favicon.png\"
  1198.                         }
  1199.                     },
  1200.                     \"description\": \"{{ dataObject.excerpt }}\"
  1201.                 }
  1202.             </script>
  1203.             <div class=\"container mt-10\">
  1204.                 <h3 class=\"text-3xl lg:mb-10 px-5 lg:px-0 \">WEITERE ARTIKEL</h3>
  1205.                 <div class=\"swiper customer-slider swiper-initialized swiper-horizontal swiper-pointer-events\" data-breakpoints='{ \"320\": { \"slidesPerView\": \"auto\" }, \"980\": { \"slidesPerView\": 3 } }'>
  1206.                     <div class=\"swiper-wrapper\">
  1207.                         {% for index, article in others %}
  1208.                             {% set forcedBereich = article.bereiche[0] %}
  1209.                             {% set fullHeight = true %}
  1210.                             <div class=\"swiper-slide themen-slide h-full py-10\">
  1211.                                 {% include 'includes/themenPreview.html.twig' %}
  1212.                             </div>
  1213.                         {% endfor %}
  1214.                     </div>
  1215.                 </div>
  1216.             </div>
  1217.         </div>
  1218.     {% else %}
  1219.         <div class=\"pimcore_area_content\">
  1220.             <div class=\"py-10 mb-20 overflow-hidden relative\">
  1221.                 <div class=\"absolute left-0 top-0 bottom-0 right-0 pointer-events-none mix-blend-multiply\"><img src=\"{{ asset('static/images/waves.webp') }}\" alt=\"\" class=\"w-full h-full object-cover\"></div>
  1222.                 {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 60%;\"></div>#}
  1223.                 {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 40%;\"></div>#}
  1224.                 {#            <div class=\"absolute left-0 top-0 bottom-0\" style=\"background: rgba(0, 0, 0, 0.05); transform: skewX(5deg); transform-origin: bottom left; width: 35%;\"></div>#}
  1225.                 <div class=\"container relative\">
  1226.                     <div class=\"grid grid-cols-1 md:grid-cols-3\">
  1227.                         <div class=\"md:col-span-2\">
  1228.                             <div class=\"text-sm px-5 2xl:px-0\">
  1229.                                 <h1 class=\"mt-5 md:mt-10 mb-10 text-4xl md:text-6xl\">Wissenswertes</h1>
  1230.                             </div>
  1231.                         </div>
  1232.                     </div>
  1233.                 </div>
  1234.             </div>
  1235.             <div class=\"container mt-20 mb-20\">
  1236.                 Leider konnten wir den gewünschten Artikel nicht finden. <a href=\"/themen\" class=\"text-blue-light\">Hier geht es zurück zur Übersicht</a>.
  1237.             </div>
  1238.         </div>
  1239.     {% endif %}
  1240. {% endblock %}
  1241. ""views/themaDetail.html.twig""/var/www/vhosts/radio-oberland.de/httpdocs/templates/views/themaDetail.html.twig");
  1242.     }
  1243.     
  1244.     public function checkSecurity()
  1245.     {
  1246.         static $tags = array("set" => 2"if" => 4"do" => 6"for" => 141"include" => 310);
  1247.         static $filters = array("replace" => 7"length" => 11"escape" => 30"raw" => 60"split" => 120"round" => 122"trim" => 123"date" => 129"pimcoreObject" => 134);
  1248.         static $functions = array("pimcore_head_title" => 6"pimcore_head_meta" => 7"asset" => 31"render" => 252);
  1249.         try {
  1250.             $this->sandbox->checkSecurity(
  1251.                 ['set''if''do''for''include'],
  1252.                 ['replace''length''escape''raw''split''round''trim''date''pimcoreObject'],
  1253.                 ['pimcore_head_title''pimcore_head_meta''asset''render']
  1254.             );
  1255.         } catch (SecurityError $e) {
  1256.             $e->setSourceContext($this->source);
  1257.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  1258.                 $e->setTemplateLine($tags[$e->getTagName()]);
  1259.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  1260.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  1261.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  1262.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  1263.             }
  1264.             throw $e;
  1265.         }
  1266.     }
  1267. }