var/cache/dev/twig/5b/5bd6d962e2439768af9460b11958f146.php line 40

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. /* content/homepage.html.twig */
  14. class __TwigTemplate_da0c89dcbaa5f9e84770f4b846c3fce5 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 $this->loadTemplate($this->extensions['App\Twig\Extension\WebsiteExtension']->getBaseLayout(), "content/homepage.html.twig"1);
  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""content/homepage.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""content/homepage.html.twig"));
  40.         $this->getParent($context)->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  43.         
  44.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  45.     }
  46.     // line 3
  47.     public function block_content($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  52.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  54.         // line 4
  55.         echo "
  56.     <div class=\"container\">
  57.         ";
  58.         // line 7
  59.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'7$this->source); })())) {
  60.             // line 8
  61.             echo "            <div class=\"row\">
  62.                 <div class=\"col-12\">
  63.                     <p class=\"advice\">";
  64.             // line 10
  65.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("tip: Door op het plusteken te klikken kun je kiezen welke inhoudelijke blok je kan toevoegen.", [], "admin"), "html"nulltrue);
  66.             echo "</p>
  67.                 </div>
  68.             </div>
  69.         ";
  70.         }
  71.         // line 14
  72.         echo "        <div class=\"row\">
  73.             <div class=\"col-12\">
  74.                 ";
  75.         // line 16
  76.         echo twig_include($this->env$context"includes/default-content.html.twig");
  77.         echo "
  78.             </div>
  79.         </div>
  80.     </div>
  81.     ";
  82.         // line 34
  83.         echo "
  84.     <div class=\"container my-5 py-5\">
  85.         <div class=\"row\">
  86.             <div class=\"col-lg-3 zeilen mb-5 mb-lg-0\">
  87.                 ";
  88.         // line 38
  89.         if (array_key_exists("blogsZeilen"$context)) {
  90.             // line 39
  91.             echo "
  92.                     <div class=\"d-flex align-items-end cat-header-icon\">
  93.                         <div class=\"mb-5 text-center\">
  94.                             ";
  95.             // line 44
  96.             if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'44$this->source); })())) {
  97.                 // line 45
  98.                 echo "                                <br>
  99.                                 ";
  100.                 // line 46
  101.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""zeilenicon");
  102.                 echo "
  103.                             ";
  104.             }
  105.             // line 48
  106.             echo "
  107.                             ";
  108.             // line 49
  109.             if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'49$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""zeilenicon"), "isEmpty", [], "method"falsefalsetrue49))) {
  110.                 // line 50
  111.                 echo "
  112.                                 <img src=\"";
  113.                 // line 51
  114.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""zeilenicon"), "getThumbnail", [=> "homepage-icon"], "method"falsefalsetrue51), 51$this->source), "html"nulltrue);
  115.                 echo "\"
  116.                                      title=\"";
  117.                 // line 52
  118.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""zeilenicon"), "getText", [], "method"falsefalsetrue52), 52$this->source), "html"nulltrue);
  119.                 echo "\"
  120.                                      alt=\"";
  121.                 // line 53
  122.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""zeilenicon"), "getAlt", [], "method"falsefalsetrue53), 53$this->source), "html"nulltrue);
  123.                 echo "\" class=\"img-fluid w-50 mx-auto mb-3\">
  124.                             ";
  125.             }
  126.             // line 56
  127.             echo "
  128.                             <h2 class=\"text-center underline underline-zeilen position-relative\">";
  129.             // line 58
  130.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("zeilen", []), "html"nulltrue);
  131.             echo "</h2>
  132.                         </div></div>
  133.                     <div class=\"row\">
  134.                         ";
  135.             // line 64
  136.             $context['_parent'] = $context;
  137.             $context['_seq'] = twig_ensure_traversable((isset($context["blogsZeilen"]) || array_key_exists("blogsZeilen"$context) ? $context["blogsZeilen"] : (function () { throw new RuntimeError('Variable "blogsZeilen" does not exist.'64$this->source); })()));
  138.             foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
  139.                 // line 65
  140.                 echo "                            <div class=\"col-12 mb-5\">
  141.                                 <div class=\"blog\">
  142.                                     <a href=\"";
  143.                 // line 68
  144.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue68), 68$this->source), "html"nulltrue);
  145.                 echo "\">
  146.                                         <div class=\"blog-date text-black\">
  147.                                             ";
  148.                 // line 70
  149.                 echo twig_escape_filter($this->env$this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationDate"], "method"falsefalsetrue70), "getData", [], "method"falsefalsetrue70), 70$this->source), "full""none"""null"gregorian""nl"), "html"nulltrue);
  150.                 echo "
  151.                                         </div>
  152.                                         <img src=\"";
  153.                 // line 72
  154.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationHeader"], "method"falsefalsetrue72), "getThumbnail", [=> "news-homepage-thumb"], "method"falsefalsetrue72), 72$this->source), "html"nulltrue);
  155.                 echo "\" class=\"img-fluid mb-3 d-inline-block\">
  156.                                         ";
  157.                 // line 74
  158.                 echo "
  159.                                         ";
  160.                 // line 77
  161.                 echo "
  162.                                         ";
  163.                 // line 82
  164.                 echo "
  165.                                         <div class=\"position-relative news-text text-black\">
  166.                                             <h5 class=\"text-uppercase text-black\">
  167.                                                 ";
  168.                 // line 86
  169.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleTitle"], "method"falsefalsetrue86), 86$this->source), "html"nulltrue);
  170.                 echo "</h5>
  171.                                             <p class=\"text-black text-opacity-50\">
  172.                                                 ";
  173.                 // line 90
  174.                 echo "                                                ";
  175.                 echo $this->extensions['App\Twig\Extension\TruncateExtension']->truncateContent($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleContent"], "method"falsefalsetrue90), 90$this->source), 150"...");
  176.                 echo "
  177.                                             </p>
  178.                                             <a href=\"";
  179.                 // line 93
  180.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue93), 93$this->source), "html"nulltrue);
  181.                 echo "\" class=\"text-link\">";
  182.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Lees meer", []), "html"nulltrue);
  183.                 echo "</a>
  184.                                         </div>
  185.                                     </a>
  186.                                 </div>
  187.                             </div>
  188.                         ";
  189.             }
  190.             $_parent $context['_parent'];
  191.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
  192.             $context array_intersect_key($context$_parent) + $_parent;
  193.             // line 100
  194.             echo "                    </div>
  195.                 ";
  196.         }
  197.         // line 102
  198.         echo "
  199.                 <div class=\"row\"><div class=\"col-12 text-end\">
  200.                         <a href=\"";
  201.         // line 104
  202.         echo twig_escape_filter($this->env$this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("blog_document"), "html"nulltrue);
  203.         echo "?filter=29\" class=\"text-link\">
  204.                             ";
  205.         // line 105
  206.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("LEES ALLES VAN HET ZEILEN", []), "html"nulltrue);
  207.         echo "</a>
  208.                     </div></div>
  209.             </div>
  210.             <div class=\"col d-none d-lg-block text-center\">
  211.                 <div class=\"h-100 separator mx-auto\"></div>
  212.             </div>
  213.             <div class=\"col-lg-3 surfen mb-5 mb-lg-0\">
  214.                 ";
  215.         // line 116
  216.         if (array_key_exists("blogsSurfen"$context)) {
  217.             // line 117
  218.             echo "                    <div class=\"d-flex align-items-end cat-header-icon\">
  219.                         <div class=\"mb-5 text-center\">
  220.                             ";
  221.             // line 121
  222.             if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'121$this->source); })())) {
  223.                 // line 122
  224.                 echo "                                <br>
  225.                                 ";
  226.                 // line 123
  227.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windsurfenicon");
  228.                 echo "
  229.                             ";
  230.             }
  231.             // line 125
  232.             echo "
  233.                             ";
  234.             // line 126
  235.             if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'126$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windsurfenicon"), "isEmpty", [], "method"falsefalsetrue126))) {
  236.                 // line 127
  237.                 echo "
  238.                                 <img src=\"";
  239.                 // line 128
  240.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windsurfenicon"), "getThumbnail", [=> "homepage-icon"], "method"falsefalsetrue128), 128$this->source), "html"nulltrue);
  241.                 echo "\"
  242.                                      title=\"";
  243.                 // line 129
  244.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windsurfenicon"), "getText", [], "method"falsefalsetrue129), 129$this->source), "html"nulltrue);
  245.                 echo "\"
  246.                                      alt=\"";
  247.                 // line 130
  248.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windsurfenicon"), "getAlt", [], "method"falsefalsetrue130), 130$this->source), "html"nulltrue);
  249.                 echo "\" class=\"img-fluid w-50 mx-auto mb-3\">
  250.                             ";
  251.             }
  252.             // line 133
  253.             echo "
  254.                             <h2 class=\"text-center underline underline-windsurfen position-relative\">";
  255.             // line 135
  256.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("windsurfen", []), "html"nulltrue);
  257.             echo "</h2>
  258.                         </div></div>
  259.                     <div class=\"row\">
  260.                         ";
  261.             // line 141
  262.             $context['_parent'] = $context;
  263.             $context['_seq'] = twig_ensure_traversable((isset($context["blogsSurfen"]) || array_key_exists("blogsSurfen"$context) ? $context["blogsSurfen"] : (function () { throw new RuntimeError('Variable "blogsSurfen" does not exist.'141$this->source); })()));
  264.             foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
  265.                 // line 142
  266.                 echo "                            <div class=\"col-12 mb-5\">
  267.                                 <div class=\"blog\">
  268.                                     <a href=\"";
  269.                 // line 145
  270.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue145), 145$this->source), "html"nulltrue);
  271.                 echo "\">
  272.                                         <div class=\"blog-date text-black\">
  273.                                             ";
  274.                 // line 147
  275.                 echo twig_escape_filter($this->env$this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationDate"], "method"falsefalsetrue147), "getData", [], "method"falsefalsetrue147), 147$this->source), "full""none"""null"gregorian""nl"), "html"nulltrue);
  276.                 echo "
  277.                                         </div>
  278.                                         <img src=\"";
  279.                 // line 149
  280.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationHeader"], "method"falsefalsetrue149), "getThumbnail", [=> "news-homepage-thumb"], "method"falsefalsetrue149), 149$this->source), "html"nulltrue);
  281.                 echo "\" class=\"img-fluid mb-3 d-inline-block\">
  282.                                         <div class=\"position-relative news-text text-black\">
  283.                                             <h5 class=\"text-uppercase text-black\">
  284.                                                 ";
  285.                 // line 153
  286.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleTitle"], "method"falsefalsetrue153), 153$this->source), "html"nulltrue);
  287.                 echo "</h5>
  288.                                             <p class=\"text-black text-opacity-50\">
  289.                                                 ";
  290.                 // line 157
  291.                 echo "                                                ";
  292.                 echo $this->extensions['App\Twig\Extension\TruncateExtension']->truncateContent($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleContent"], "method"falsefalsetrue157), 157$this->source), 150"...");
  293.                 echo "
  294.                                             </p>
  295.                                             <a href=\"";
  296.                 // line 160
  297.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue160), 160$this->source), "html"nulltrue);
  298.                 echo "\" class=\"text-link\">";
  299.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Lees meer", []), "html"nulltrue);
  300.                 echo "</a>
  301.                                         </div>
  302.                                     </a>
  303.                                 </div>
  304.                             </div>
  305.                         ";
  306.             }
  307.             $_parent $context['_parent'];
  308.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
  309.             $context array_intersect_key($context$_parent) + $_parent;
  310.             // line 167
  311.             echo "                    </div>
  312.                 ";
  313.         }
  314.         // line 169
  315.         echo "                <div class=\"row\"><div class=\"col-12 text-end\">
  316.                         <a href=\"";
  317.         // line 170
  318.         echo twig_escape_filter($this->env$this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("blog_document"), "html"nulltrue);
  319.         echo "?filter=28\" class=\"text-link\">
  320.                             ";
  321.         // line 171
  322.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("LEES ALLES VAN HET SURFEN", []), "html"nulltrue);
  323.         echo "</a>
  324.                     </div></div>
  325.             </div>
  326.             <div class=\"col d-none d-lg-block text-center\">
  327.                 <div class=\"h-100 separator mx-auto\"></div>
  328.             </div>
  329.             <div class=\"col-lg-3 suppen\">
  330.                 ";
  331.         // line 179
  332.         if (array_key_exists("blogsSuppen"$context)) {
  333.             // line 180
  334.             echo "                    <div class=\"d-flex align-items-end cat-header-icon\">
  335.                         <div class=\"mb-5 text-center\">
  336.                             ";
  337.             // line 184
  338.             if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'184$this->source); })())) {
  339.                 // line 185
  340.                 echo "                                <br>
  341.                                 ";
  342.                 // line 186
  343.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""suppenicon");
  344.                 echo "
  345.                             ";
  346.             }
  347.             // line 188
  348.             echo "
  349.                             ";
  350.             // line 189
  351.             if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'189$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""suppenicon"), "isEmpty", [], "method"falsefalsetrue189))) {
  352.                 // line 190
  353.                 echo "
  354.                                 <img src=\"";
  355.                 // line 191
  356.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""suppenicon"), "getThumbnail", [=> "homepage-icon"], "method"falsefalsetrue191), 191$this->source), "html"nulltrue);
  357.                 echo "\"
  358.                                      title=\"";
  359.                 // line 192
  360.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""suppenicon"), "getText", [], "method"falsefalsetrue192), 192$this->source), "html"nulltrue);
  361.                 echo "\"
  362.                                      alt=\"";
  363.                 // line 193
  364.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""suppenicon"), "getAlt", [], "method"falsefalsetrue193), 193$this->source), "html"nulltrue);
  365.                 echo "\" class=\"img-fluid w-50 mx-auto mb-3\">
  366.                             ";
  367.             }
  368.             // line 196
  369.             echo "
  370.                             <h2 class=\"text-center underline underline-suppen position-relative\">";
  371.             // line 198
  372.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("suppen", []), "html"nulltrue);
  373.             echo "</h2>
  374.                         </div></div>
  375.                     <div class=\"row\">
  376.                         ";
  377.             // line 203
  378.             $context['_parent'] = $context;
  379.             $context['_seq'] = twig_ensure_traversable((isset($context["blogsSuppen"]) || array_key_exists("blogsSuppen"$context) ? $context["blogsSuppen"] : (function () { throw new RuntimeError('Variable "blogsSuppen" does not exist.'203$this->source); })()));
  380.             foreach ($context['_seq'] as $context["_key"] => $context["blog"]) {
  381.                 // line 204
  382.                 echo "                            <div class=\"col-12 mb-5\">
  383.                                 <div class=\"blog\">
  384.                                     <a href=\"";
  385.                 // line 207
  386.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue207), 207$this->source), "html"nulltrue);
  387.                 echo "\" class=\"position-relative d-block\">
  388.                                         <div class=\"blog-date text-black\">
  389.                                             ";
  390.                 // line 209
  391.                 echo twig_escape_filter($this->env$this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationDate"], "method"falsefalsetrue209), "getData", [], "method"falsefalsetrue209), 209$this->source), "full""none"""null"gregorian""nl"), "html"nulltrue);
  392.                 echo "
  393.                                         </div>
  394.                                         <img src=\"";
  395.                 // line 211
  396.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "publicationHeader"], "method"falsefalsetrue211), "getThumbnail", [=> "news-homepage-thumb"], "method"falsefalsetrue211), 211$this->source), "html"nulltrue);
  397.                 echo "\" class=\"img-fluid mb-3 d-inline-block\">
  398.                                         ";
  399.                 // line 213
  400.                 echo "
  401.                                         ";
  402.                 // line 216
  403.                 echo "
  404.                                         ";
  405.                 // line 221
  406.                 echo "
  407.                                         <div class=\"position-relative news-text text-black\">
  408.                                             <h5 class=\"text-uppercase text-black\">
  409.                                                 ";
  410.                 // line 225
  411.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleTitle"], "method"falsefalsetrue225), 225$this->source), "html"nulltrue);
  412.                 echo "</h5>
  413.                                             <p class=\"text-black text-opacity-50\">
  414.                                                 ";
  415.                 // line 229
  416.                 echo "                                                ";
  417.                 echo $this->extensions['App\Twig\Extension\TruncateExtension']->truncateContent($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getEditable", [=> "articleContent"], "method"falsefalsetrue229), 229$this->source), 150"...");
  418.                 echo "
  419.                                             </p>
  420.                                             <a href=\"";
  421.                 // line 232
  422.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["blog"], "getFullPath", [], "method"falsefalsetrue232), 232$this->source), "html"nulltrue);
  423.                 echo "\" class=\"text-link\">";
  424.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Lees meer", []), "html"nulltrue);
  425.                 echo "</a>
  426.                                         </div>
  427.                                     </a>
  428.                                 </div>
  429.                             </div>
  430.                         ";
  431.             }
  432.             $_parent $context['_parent'];
  433.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['blog'], $context['_parent'], $context['loop']);
  434.             $context array_intersect_key($context$_parent) + $_parent;
  435.             // line 239
  436.             echo "                    </div>
  437.                 ";
  438.         }
  439.         // line 241
  440.         echo "                <div class=\"row\"><div class=\"col-12 text-end\">
  441.                         <a href=\"";
  442.         // line 242
  443.         echo twig_escape_filter($this->env$this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("blog_document"), "html"nulltrue);
  444.         echo "?filter=27\" class=\"text-link\">
  445.                             ";
  446.         // line 243
  447.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("LEES ALLES VAN HET SUPPEN", []), "html"nulltrue);
  448.         echo "</a>
  449.                     </div></div>
  450.             </div>
  451.             ";
  452.         // line 260
  453.         echo "
  454.         </div>
  455.     </div>
  456.     <div class=\"break-out my-5\">
  457.         <div class=\"container-fluid\">
  458.             <div class=\"row\">
  459.                 <div class=\"col-12 p-0\">
  460.                     <div class=\"row overflow-row g-0 justify-content-between\">
  461.                         ";
  462.         // line 276
  463.         echo "
  464.                         <div class=\"breakoutimg col-12 col-lg-4 position-relative mb-lg-0\"
  465.                              style=\"z-index: -1;\">
  466.                             <div class=\"col bg-secondary bg-opacity-25 d-block h-100 w-100\">
  467.                             </div>
  468.                         </div><!--end col-->
  469.                         <div class=\"bgsail col-12 col-lg-5 position-relative mb-lg-0\"
  470.                              style=\"z-index: -1;\">
  471.                             <div class=\"col d-block h-100 w-100\">
  472.                             </div>
  473.                         </div><!--end col-->
  474.                     </div>
  475.                     <div class=\"container overflow-content start-0 end-0 top-0\">
  476.                         <div class=\"row h-100\">
  477.                             ";
  478.         // line 304
  479.         echo "                            <div class=\"col-12 col-lg-6 position-relative py-5\">
  480.                                 ";
  481.         // line 306
  482.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'306$this->source); })())) {
  483.             // line 307
  484.             echo "                                    <br>
  485.                                     ";
  486.             // line 308
  487.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""goldpartners");
  488.             echo "
  489.                                 ";
  490.         }
  491.         // line 310
  492.         echo "
  493.                                 ";
  494.         // line 311
  495.         if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'311$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""goldpartners"), "isEmpty", [], "method"falsefalsetrue311))) {
  496.             // line 312
  497.             echo "
  498.                                     <img src=\"";
  499.             // line 313
  500.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""goldpartners"), "getSrc", [], "method"falsefalsetrue313), 313$this->source), "html"nulltrue);
  501.             echo "\"
  502.                                          title=\"";
  503.             // line 314
  504.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""goldpartners"), "getText", [], "method"falsefalsetrue314), 314$this->source), "html"nulltrue);
  505.             echo "\"
  506.                                          alt=\"";
  507.             // line 315
  508.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""goldpartners"), "getAlt", [], "method"falsefalsetrue315), 315$this->source), "html"nulltrue);
  509.             echo "\" class=\"img-fluid\">
  510.                                 ";
  511.         }
  512.         // line 318
  513.         echo "
  514.                                 ";
  515.         // line 344
  516.         echo "
  517.                             </div>
  518.                             <div class=\"breakouttext col-12 col-lg-6 py-5 ps-lg-5 d-flex align-items-center coltext position-relative\"
  519.                                  style=\"z-index: 1\">
  520.                                 <div class=\"w-100 h-100 d-flex align-items-center\">
  521.                                     <div class=\"w-100\">
  522.                                         <h3 class=\"text-uppercase fw-bold mb-5 text-start\">";
  523.         // line 352
  524.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Kalender"), "html"nulltrue);
  525.         echo " ";
  526.         echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  527.         echo "</h3>
  528.                                         ";
  529.         // line 353
  530.         $context['_parent'] = $context;
  531.         $context['_seq'] = twig_ensure_traversable((isset($context["calender"]) || array_key_exists("calender"$context) ? $context["calender"] : (function () { throw new RuntimeError('Variable "calender" does not exist.'353$this->source); })()));
  532.         foreach ($context['_seq'] as $context["_key"] => $context["cal"]) {
  533.             // line 354
  534.             echo "                                            <div class=\"mb-5\">
  535.                                                 <span class=\"text-uppercase text-secondary\">";
  536.             // line 355
  537.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["cal"], "month", [], "any"falsefalsetrue355), 355$this->source), "html"nulltrue);
  538.             echo "</span>
  539.                                                 ";
  540.             // line 356
  541.             if (twig_get_attribute($this->env$this->source$context["cal"], "days", [], "any"truetruetrue356)) {
  542.                 // line 357
  543.                 echo "                                                    ";
  544.                 $context['_parent'] = $context;
  545.                 $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["cal"], "days", [], "any"falsefalsetrue357));
  546.                 foreach ($context['_seq'] as $context["_key"] => $context["day"]) {
  547.                     // line 358
  548.                     echo "                                                        ";
  549.                     if (twig_get_attribute($this->env$this->source$context["day"], "Features_home", [], "any"falsefalsetrue358)) {
  550.                         // line 359
  551.                         echo "                                                            <div class=\"mt-3\">
  552.                                                                 <div class=\"row\">
  553.                                                                     <div class=\"col-2\">
  554.                                                                         <p>";
  555.                         // line 362
  556.                         echo twig_escape_filter($this->envtwig_date_format_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "Datum", [], "any"falsefalsetrue362), 362$this->source), "d-m-y"), "html"nulltrue);
  557.                         echo "</p>
  558.                                                                     </div>
  559.                                                                     <div class=\"col-3\">
  560.                                                                         <p>";
  561.                         // line 365
  562.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "start_u", [], "any"falsefalsetrue365), 365$this->source), "html"nulltrue);
  563.                         echo " - ";
  564.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "eind_u", [], "any"falsefalsetrue365), 365$this->source), "html"nulltrue);
  565.                         echo "</p>
  566.                                                                     </div>
  567.                                                                     <div class=\"col-6\">
  568.                                                                         <p>";
  569.                         // line 369
  570.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "dayinfo", [], "any"falsefalsetrue369), 369$this->source), "html"nulltrue);
  571.                         echo " ";
  572.                         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "Place", [], "any"falsefalsetrue369), 369$this->source), "html"nulltrue);
  573.                         echo "</p>";
  574.                         echo $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["day"], "Datum_description", [], "any"falsefalsetrue369), 369$this->source);
  575.                         echo "
  576.                                                                     </div>
  577.                                                                 </div>
  578.                                                             </div>
  579.                                                         ";
  580.                     }
  581.                     // line 374
  582.                     echo "                                                    ";
  583.                 }
  584.                 $_parent $context['_parent'];
  585.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['day'], $context['_parent'], $context['loop']);
  586.                 $context array_intersect_key($context$_parent) + $_parent;
  587.                 // line 375
  588.                 echo "
  589.                                                 ";
  590.             } else {
  591.                 // line 377
  592.                 echo "                                                    <p class=\"my-3\">";
  593.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Geen aanbevolen datum voor deze maand"), "html"nulltrue);
  594.                 echo "</p>
  595.                                                 ";
  596.             }
  597.             // line 379
  598.             echo "                                            </div>
  599.                                         ";
  600.         }
  601.         $_parent $context['_parent'];
  602.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['cal'], $context['_parent'], $context['loop']);
  603.         $context array_intersect_key($context$_parent) + $_parent;
  604.         // line 381
  605.         echo "
  606.                                         ";
  607.         // line 382
  608.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'382$this->source); })())) {
  609.             // line 383
  610.             echo "                                            <br>
  611.                                             ";
  612.             // line 384
  613.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""kalenderLink");
  614.             echo "
  615.                                         ";
  616.         }
  617.         // line 386
  618.         echo "
  619.                                         ";
  620.         // line 387
  621.         if ( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'387$this->source); })())) {
  622.             // line 388
  623.             echo "                                            <a class=\"btn btn-outline-secondary\" href=\"";
  624.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""kalenderLink"), "getHref", [], "method"falsefalsetrue388), 388$this->source), "html"nulltrue);
  625.             echo "\">";
  626.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""kalenderLink"), "getText", [], "method"falsefalsetrue388), 388$this->source), "html"nulltrue);
  627.             echo "</a>
  628.                                         ";
  629.         }
  630.         // line 390
  631.         echo "
  632.                                     </div>
  633.                                 </div><!--end w-100-->
  634.                             </div><!--end col-->
  635.                         </div><!--end row-->
  636.                     </div><!--end container-->
  637.                 </div><!--end col-->
  638.             </div><!--end row-->
  639.         </div><!--end container-fluid-->
  640.     </div>
  641.     <div class=\"container-fluid bg-secondary bg-opacity-25 py-5 my-5\">
  642.         <div class=\"row\">
  643.             <h3 class=\"text-uppercase text-center fw-bold mb-3\">";
  644.         // line 414
  645.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Onze Sponsors"), "html"nulltrue);
  646.         echo "</h3>
  647.             <div class=\"splide\" id=\"sponsors\">
  648.                 <div class=\"splide__track\">
  649.                     <ul class=\"splide__list\">
  650.                         ";
  651.         // line 418
  652.         $context['_parent'] = $context;
  653.         $context['_seq'] = twig_ensure_traversable((isset($context["sponsors"]) || array_key_exists("sponsors"$context) ? $context["sponsors"] : (function () { throw new RuntimeError('Variable "sponsors" does not exist.'418$this->source); })()));
  654.         foreach ($context['_seq'] as $context["_key"] => $context["sponsor"]) {
  655.             // line 419
  656.             echo "                            ";
  657.             $context['_parent'] = $context;
  658.             $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env$this->source$context["sponsor"], "image", [], "any"falsefalsetrue419));
  659.             foreach ($context['_seq'] as $context["_key"] => $context["Image"]) {
  660.                 // line 420
  661.                 echo "                                <li class=\"splide__slide\">
  662.                                     ";
  663.                 // line 421
  664.                 if (twig_get_attribute($this->env$this->source$context["sponsor"], "partnerLink", [], "any"falsefalsetrue421)) {
  665.                     echo "<a href=\"";
  666.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["sponsor"], "partnerLink", [], "any"falsefalsetrue421), "direct", [], "any"falsefalsetrue421), 421$this->source), "html"nulltrue);
  667.                     echo "\"
  668.                                        target=\"";
  669.                     // line 422
  670.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["sponsor"], "partnerLink", [], "any"falsefalsetrue422), "target", [], "any"falsefalsetrue422), 422$this->source), "html"nulltrue);
  671.                     echo "\">";
  672.                 }
  673.                 // line 423
  674.                 echo "                                        <img
  675.                                             src=\"";
  676.                 // line 424
  677.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source$context["Image"], "image", [], "any"falsefalsetrue424), "getThumbnail", [=> "slideshow-sponsor"], "method"falsefalsetrue424), 424$this->source), "html"nulltrue);
  678.                 echo "\"
  679.                                             alt=\"";
  680.                 // line 425
  681.                 echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["sponsor"], "getTitle", [], "method"falsefalsetrue425), 425$this->source), "html"nulltrue);
  682.                 echo "\" class=\"img-fluid\">
  683.                                     ";
  684.                 // line 426
  685.                 if (twig_get_attribute($this->env$this->source$context["sponsor"], "partnerLink", [], "any"falsefalsetrue426)) {
  686.                     echo "</a>";
  687.                 }
  688.                 // line 427
  689.                 echo "                                </li>
  690.                             ";
  691.             }
  692.             $_parent $context['_parent'];
  693.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['Image'], $context['_parent'], $context['loop']);
  694.             $context array_intersect_key($context$_parent) + $_parent;
  695.             // line 429
  696.             echo "                        ";
  697.         }
  698.         $_parent $context['_parent'];
  699.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['sponsor'], $context['_parent'], $context['loop']);
  700.         $context array_intersect_key($context$_parent) + $_parent;
  701.         // line 430
  702.         echo "                    </ul>
  703.                 </div>
  704.             </div>
  705.         </div>
  706.     </div>
  707.     <?xml version=\"1.0\" encoding=\"utf-8\"?>
  708.     <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  709.          viewBox=\"0 0 1920 148.4\" style=\"enable-background:new 0 0 1920 148.4;\" xml:space=\"preserve\">
  710.         <path class=\"st-primary-25\" d=\"M0,148.4h1920V84.8c-212.9,29.4-354.5-12.5-458.9-25.3c-141.3-17.3-249.3-29.8-532.5,50.1
  711. \tc-283.3,80-520-12.9-669.6-69C139.2-4.2,30-3,0,3v30.8V148.4z\"/>
  712. </svg>
  713.     <div class=\"container-fluid bg-primary bg-opacity-25 pt-5\">
  714. <div class=\"container mt-5\">
  715.         <div class=\"row justify-content-between\" >
  716.             <div class=\"col-12 col-lg-6 text-center d-flex align-items-center justify-content-center position-relative\">
  717.                 <div class=\"";
  718.         // line 450
  719.         if ( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'450$this->source); })())) {
  720.             echo "info-icon";
  721.         }
  722.         echo "\">
  723.                     <div class=\"rounded-circle bg-primary text-center mb-3 border border-white border-4\">
  724.                         <h1 class=\"display-2 fw-bold text-white text-center\">i</h1>
  725.                     </div>
  726.                     <h2>";
  727.         // line 456
  728.         echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""info", ["width" => 300]);
  729.         echo "</h2>
  730.                 </div>
  731.                 <div>
  732.                     ";
  733.         // line 460
  734.         if (twig_get_attribute($this->env$this->source, ($context["document"] ?? null), "property", [=> "googlemaps"], "method"truetruetrue460)) {
  735.             // line 461
  736.             echo "
  737.                         <iframe src=\"";
  738.             // line 462
  739.             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.'462$this->source); })()), "property", [=> "googlemaps"], "method"falsefalsetrue462), 462$this->source), "html"nulltrue);
  740.             echo "\" width=\"100%\" height=\"350\" frameborder=\"0\"
  741.                                 style=\"border:0\" allowfullscreen></iframe>
  742.                     ";
  743.         }
  744.         // line 466
  745.         echo "
  746.                     ";
  747.         // line 469
  748.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'469$this->source); })())) {
  749.             // line 470
  750.             echo "                        <br>
  751.                         ";
  752.             // line 471
  753.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""windfinderLink");
  754.             echo "
  755.                         ";
  756.             // line 472
  757.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windfinder");
  758.             echo "
  759.                     ";
  760.         }
  761.         // line 474
  762.         echo "
  763.                     ";
  764.         // line 475
  765.         if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'475$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windfinder"), "isEmpty", [], "method"falsefalsetrue475))) {
  766.             // line 476
  767.             echo "                        <a href=\" ";
  768.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""windfinderLink"), "getHref", [], "method"falsefalsetrue476), 476$this->source), "html"nulltrue);
  769.             echo "\">
  770.                             <img src=\"";
  771.             // line 477
  772.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windfinder"), "getSrc", [], "method"falsefalsetrue477), 477$this->source), "html"nulltrue);
  773.             echo "\"
  774.                                  title=\"";
  775.             // line 478
  776.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windfinder"), "getText", [], "method"falsefalsetrue478), 478$this->source), "html"nulltrue);
  777.             echo "\"
  778.                                  alt=\"";
  779.             // line 479
  780.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""windfinder"), "getAlt", [], "method"falsefalsetrue479), 479$this->source), "html"nulltrue);
  781.             echo "\" class=\"img-fluid w-25 mt-3\">
  782.                         </a>
  783.                     ";
  784.         }
  785.         // line 482
  786.         echo "                </div>
  787.             </div>
  788.             <div class=\"col-12 col-lg-4\">
  789.                 ";
  790.         // line 487
  791.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'487$this->source); })())) {
  792.             // line 488
  793.             echo "                    ";
  794.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""webcamLink");
  795.             echo "
  796.                     ";
  797.             // line 489
  798.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""webcam");
  799.             echo "
  800.                 ";
  801.         }
  802.         // line 491
  803.         echo "
  804.                 ";
  805.         // line 492
  806.         if (( !(isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'492$this->source); })()) &&  !twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""webcam"), "isEmpty", [], "method"falsefalsetrue492))) {
  807.             // line 493
  808.             echo "                    <a href=\" ";
  809.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link""webcamLink"), "getHref", [], "method"falsefalsetrue493), 493$this->source), "html"nulltrue);
  810.             echo "\">
  811.                         <img src=\"";
  812.             // line 494
  813.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""webcam"), "getSrc", [], "method"falsefalsetrue494), 494$this->source), "html"nulltrue);
  814.             echo "\"
  815.                              title=\"";
  816.             // line 495
  817.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""webcam"), "getText", [], "method"falsefalsetrue495), 495$this->source), "html"nulltrue);
  818.             echo "\"
  819.                              alt=\"";
  820.             // line 496
  821.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""webcam"), "getAlt", [], "method"falsefalsetrue496), 496$this->source), "html"nulltrue);
  822.             echo "\" class=\"img-fluid mt-3\">
  823.                     </a>
  824.                 ";
  825.         }
  826.         // line 499
  827.         echo "            </div>
  828.         </div>
  829. </div>
  830.     </div>
  831.     <?xml version=\"1.0\" encoding=\"utf-8\"?>
  832.     <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  833.          viewBox=\"0 0 1920 214.8\" xml:space=\"preserve\">
  834.     <path class=\"st-secondary\" d=\"M216,148.2C106.4,115.7,26.3,122.5,0,129.9v84.9h1920V2.8c-314,137.3-505,87.4-632,81.3
  835. \tc-127-6.1-224-10.2-471,81.3S353,188.9,216,148.2z\"/>
  836.         <path class=\"st-primary-25\" d=\"M1920,0H0v97.5c40.7-2.1,104.7,2.1,183.5,26c140.7,42.6,363.6,113.9,618.9,23.7c255.4-90.2,355.3-85.1,486-77.6
  837. \tc128,7.3,318.8,57.8,631.5-67.6V0z\"/>
  838. </svg>
  839.     <script>
  840.         const onResizing = function(event) {
  841.             breakout = \$( \".break-out\" );
  842.             breakoutimgdiv = \$( \".breakoutimg\" );
  843.             breakoutimg = \$(\".breakoutimg\").outerHeight();
  844.             breakouttext = \$(\".breakouttext\").outerHeight();
  845.             if (breakouttext >= breakoutimg) {
  846.                 height = breakouttext + \"px\";
  847.             } else {
  848.                 height = \"auto\"
  849.             };
  850.             breakout.css('min-height', height);
  851.             breakoutimgdiv.css('min-height', height);
  852.             //console.log(height);
  853.         };
  854.         window.onresize = onResizing;
  855.         window.onload = onResizing;
  856.     </script>
  857. ";
  858.         
  859.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  860.         
  861.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  862.     }
  863.     public function getTemplateName()
  864.     {
  865.         return "content/homepage.html.twig";
  866.     }
  867.     public function isTraitable()
  868.     {
  869.         return false;
  870.     }
  871.     public function getDebugInfo()
  872.     {
  873.         return array (  935 => 499,  929 => 496,  925 => 495,  921 => 494,  916 => 493,  914 => 492,  911 => 491,  906 => 489,  901 => 488,  899 => 487,  892 => 482,  886 => 479,  882 => 478,  878 => 477,  873 => 476,  871 => 475,  868 => 474,  863 => 472,  859 => 471,  856 => 470,  854 => 469,  849 => 466,  842 => 462,  839 => 461,  837 => 460,  830 => 456,  819 => 450,  797 => 430,  791 => 429,  784 => 427,  780 => 426,  776 => 425,  772 => 424,  769 => 423,  765 => 422,  759 => 421,  756 => 420,  751 => 419,  747 => 418,  740 => 414,  714 => 390,  706 => 388,  704 => 387,  701 => 386,  696 => 384,  693 => 383,  691 => 382,  688 => 381,  681 => 379,  675 => 377,  671 => 375,  665 => 374,  653 => 369,  644 => 365,  638 => 362,  633 => 359,  630 => 358,  625 => 357,  623 => 356,  619 => 355,  616 => 354,  612 => 353,  606 => 352,  596 => 344,  593 => 318,  587 => 315,  583 => 314,  579 => 313,  576 => 312,  574 => 311,  571 => 310,  566 => 308,  563 => 307,  561 => 306,  557 => 304,  529 => 276,  513 => 260,  505 => 243,  501 => 242,  498 => 241,  494 => 239,  479 => 232,  472 => 229,  466 => 225,  460 => 221,  457 => 216,  453 => 213,  449 => 211,  444 => 209,  439 => 207,  434 => 204,  430 => 203,  422 => 198,  418 => 196,  412 => 193,  408 => 192,  404 => 191,  401 => 190,  399 => 189,  396 => 188,  391 => 186,  388 => 185,  386 => 184,  380 => 180,  378 => 179,  367 => 171,  363 => 170,  360 => 169,  356 => 167,  341 => 160,  334 => 157,  328 => 153,  321 => 149,  316 => 147,  311 => 145,  306 => 142,  302 => 141,  293 => 135,  289 => 133,  283 => 130,  279 => 129,  275 => 128,  272 => 127,  270 => 126,  267 => 125,  262 => 123,  259 => 122,  257 => 121,  251 => 117,  249 => 116,  235 => 105,  231 => 104,  227 => 102,  223 => 100,  208 => 93,  201 => 90,  195 => 86,  189 => 82,  186 => 77,  182 => 74,  178 => 72,  173 => 70,  168 => 68,  163 => 65,  159 => 64,  150 => 58,  146 => 56,  140 => 53,  136 => 52,  132 => 51,  129 => 50,  127 => 49,  124 => 48,  119 => 46,  116 => 45,  114 => 44,  107 => 39,  105 => 38,  99 => 34,  91 => 16,  87 => 14,  80 => 10,  76 => 8,  74 => 7,  69 => 4,  59 => 3,  37 => 1,);
  874.     }
  875.     public function getSourceContext()
  876.     {
  877.         return new Source("{% extends base_layout() %}
  878. {% block content %}
  879.     <div class=\"container\">
  880.         {% if editmode %}
  881.             <div class=\"row\">
  882.                 <div class=\"col-12\">
  883.                     <p class=\"advice\">{{ 'tip: Door op het plusteken te klikken kun je kiezen welke inhoudelijke blok je kan toevoegen.'|trans({}, 'admin') }}</p>
  884.                 </div>
  885.             </div>
  886.         {% endif %}
  887.         <div class=\"row\">
  888.             <div class=\"col-12\">
  889.                 {{ include('includes/default-content.html.twig') }}
  890.             </div>
  891.         </div>
  892.     </div>
  893.     {#
  894.     <div class=\"container offset-1 mx-auto\">
  895.         <div class=\"row g-3\">
  896.             {% if products is defined %}
  897.                 {% for product in products %}
  898.                     <div class=\"col-2\">
  899.                         <img src=\"https://via.placeholder.com/150\" class=\"img-fluid\">
  900.                         <p>{{ product.getTitle() }}</p>
  901.                     </div>
  902.                 {% endfor %}
  903.             {% endif %}
  904.         </div>
  905.     </div> #}
  906.     <div class=\"container my-5 py-5\">
  907.         <div class=\"row\">
  908.             <div class=\"col-lg-3 zeilen mb-5 mb-lg-0\">
  909.                 {% if blogsZeilen is defined %}
  910.                     <div class=\"d-flex align-items-end cat-header-icon\">
  911.                         <div class=\"mb-5 text-center\">
  912.                             {% if editmode %}
  913.                                 <br>
  914.                                 {{ pimcore_image(\"zeilenicon\") }}
  915.                             {% endif %}
  916.                             {% if not editmode and not pimcore_image(\"zeilenicon\").isEmpty() %}
  917.                                 <img src=\"{{ pimcore_image(\"zeilenicon\").getThumbnail('homepage-icon') }}\"
  918.                                      title=\"{{ pimcore_image(\"zeilenicon\").getText() }}\"
  919.                                      alt=\"{{ pimcore_image(\"zeilenicon\").getAlt() }}\" class=\"img-fluid w-50 mx-auto mb-3\">
  920.                             {% endif %}
  921.                             <h2 class=\"text-center underline underline-zeilen position-relative\">{{ 'zeilen'|trans({}) }}</h2>
  922.                         </div></div>
  923.                     <div class=\"row\">
  924.                         {% for blog in blogsZeilen %}
  925.                             <div class=\"col-12 mb-5\">
  926.                                 <div class=\"blog\">
  927.                                     <a href=\"{{ blog.getFullPath() }}\">
  928.                                         <div class=\"blog-date text-black\">
  929.                                             {{ blog.getEditable('publicationDate').getData()|format_datetime('full', 'none', locale='nl') }}
  930.                                         </div>
  931.                                         <img src=\"{{ blog.getEditable('publicationHeader').getThumbnail('news-homepage-thumb') }}\" class=\"img-fluid mb-3 d-inline-block\">
  932.                                         {# <img src=\"https://via.placeholder.com/600\" class=\"img-fluid mb-3 d-inline-block\"> #}
  933.                                         {# <img src=\"/static/img/shape-cat1.svg\" class=\"img-fluid\"> #}
  934.                                         {#
  935.                                         <div class=\"news-text\">
  936.                                             {{ blog.getEditable('blogFilters').getElements()[0].getO_key()|capitalize }}
  937.                                         </div> #}
  938.                                         <div class=\"position-relative news-text text-black\">
  939.                                             <h5 class=\"text-uppercase text-black\">
  940.                                                 {{ blog.getEditable('articleTitle') }}</h5>
  941.                                             <p class=\"text-black text-opacity-50\">
  942.                                                 {# {{ blog.getEditable('newsContent') }} #}
  943.                                                 {{ blog.getEditable('articleContent')|truncate(150, '...')|raw }}
  944.                                             </p>
  945.                                             <a href=\"{{ blog.getFullPath() }}\" class=\"text-link\">{{ 'Lees meer'|trans({}) }}</a>
  946.                                         </div>
  947.                                     </a>
  948.                                 </div>
  949.                             </div>
  950.                         {% endfor %}
  951.                     </div>
  952.                 {% endif %}
  953.                 <div class=\"row\"><div class=\"col-12 text-end\">
  954.                         <a href=\"{{ pimcore_website_config('blog_document') }}?filter=29\" class=\"text-link\">
  955.                             {{ 'LEES ALLES VAN HET ZEILEN'|trans({}) }}</a>
  956.                     </div></div>
  957.             </div>
  958.             <div class=\"col d-none d-lg-block text-center\">
  959.                 <div class=\"h-100 separator mx-auto\"></div>
  960.             </div>
  961.             <div class=\"col-lg-3 surfen mb-5 mb-lg-0\">
  962.                 {% if blogsSurfen is defined %}
  963.                     <div class=\"d-flex align-items-end cat-header-icon\">
  964.                         <div class=\"mb-5 text-center\">
  965.                             {% if editmode %}
  966.                                 <br>
  967.                                 {{ pimcore_image(\"windsurfenicon\") }}
  968.                             {% endif %}
  969.                             {% if not editmode and not pimcore_image(\"windsurfenicon\").isEmpty() %}
  970.                                 <img src=\"{{ pimcore_image(\"windsurfenicon\").getThumbnail('homepage-icon') }}\"
  971.                                      title=\"{{ pimcore_image(\"windsurfenicon\").getText() }}\"
  972.                                      alt=\"{{ pimcore_image(\"windsurfenicon\").getAlt() }}\" class=\"img-fluid w-50 mx-auto mb-3\">
  973.                             {% endif %}
  974.                             <h2 class=\"text-center underline underline-windsurfen position-relative\">{{ 'windsurfen'|trans({}) }}</h2>
  975.                         </div></div>
  976.                     <div class=\"row\">
  977.                         {% for blog in blogsSurfen %}
  978.                             <div class=\"col-12 mb-5\">
  979.                                 <div class=\"blog\">
  980.                                     <a href=\"{{ blog.getFullPath() }}\">
  981.                                         <div class=\"blog-date text-black\">
  982.                                             {{ blog.getEditable('publicationDate').getData()|format_datetime('full', 'none', locale='nl') }}
  983.                                         </div>
  984.                                         <img src=\"{{ blog.getEditable('publicationHeader').getThumbnail('news-homepage-thumb') }}\" class=\"img-fluid mb-3 d-inline-block\">
  985.                                         <div class=\"position-relative news-text text-black\">
  986.                                             <h5 class=\"text-uppercase text-black\">
  987.                                                 {{ blog.getEditable('articleTitle') }}</h5>
  988.                                             <p class=\"text-black text-opacity-50\">
  989.                                                 {# {{ blog.getEditable('newsContent') }} #}
  990.                                                 {{ blog.getEditable('articleContent')|truncate(150, '...')|raw }}
  991.                                             </p>
  992.                                             <a href=\"{{ blog.getFullPath() }}\" class=\"text-link\">{{ 'Lees meer'|trans({}) }}</a>
  993.                                         </div>
  994.                                     </a>
  995.                                 </div>
  996.                             </div>
  997.                         {% endfor %}
  998.                     </div>
  999.                 {% endif %}
  1000.                 <div class=\"row\"><div class=\"col-12 text-end\">
  1001.                         <a href=\"{{ pimcore_website_config('blog_document') }}?filter=28\" class=\"text-link\">
  1002.                             {{ 'LEES ALLES VAN HET SURFEN'|trans({}) }}</a>
  1003.                     </div></div>
  1004.             </div>
  1005.             <div class=\"col d-none d-lg-block text-center\">
  1006.                 <div class=\"h-100 separator mx-auto\"></div>
  1007.             </div>
  1008.             <div class=\"col-lg-3 suppen\">
  1009.                 {% if blogsSuppen is defined %}
  1010.                     <div class=\"d-flex align-items-end cat-header-icon\">
  1011.                         <div class=\"mb-5 text-center\">
  1012.                             {% if editmode %}
  1013.                                 <br>
  1014.                                 {{ pimcore_image(\"suppenicon\") }}
  1015.                             {% endif %}
  1016.                             {% if not editmode and not pimcore_image(\"suppenicon\").isEmpty() %}
  1017.                                 <img src=\"{{ pimcore_image(\"suppenicon\").getThumbnail('homepage-icon') }}\"
  1018.                                      title=\"{{ pimcore_image(\"suppenicon\").getText() }}\"
  1019.                                      alt=\"{{ pimcore_image(\"suppenicon\").getAlt() }}\" class=\"img-fluid w-50 mx-auto mb-3\">
  1020.                             {% endif %}
  1021.                             <h2 class=\"text-center underline underline-suppen position-relative\">{{ 'suppen'|trans({}) }}</h2>
  1022.                         </div></div>
  1023.                     <div class=\"row\">
  1024.                         {% for blog in blogsSuppen %}
  1025.                             <div class=\"col-12 mb-5\">
  1026.                                 <div class=\"blog\">
  1027.                                     <a href=\"{{ blog.getFullPath() }}\" class=\"position-relative d-block\">
  1028.                                         <div class=\"blog-date text-black\">
  1029.                                             {{ blog.getEditable('publicationDate').getData()|format_datetime('full', 'none', locale='nl') }}
  1030.                                         </div>
  1031.                                         <img src=\"{{ blog.getEditable('publicationHeader').getThumbnail('news-homepage-thumb') }}\" class=\"img-fluid mb-3 d-inline-block\">
  1032.                                         {# <img src=\"https://via.placeholder.com/600\" class=\"img-fluid mb-3 d-inline-block\"> #}
  1033.                                         {# <img src=\"/static/img/shape-cat1.svg\" class=\"img-fluid\"> #}
  1034.                                         {#
  1035.                                         <div class=\"news-text\">
  1036.                                             {{ blog.getEditable('blogFilters').getElements()[0].getO_key()|capitalize }}
  1037.                                         </div> #}
  1038.                                         <div class=\"position-relative news-text text-black\">
  1039.                                             <h5 class=\"text-uppercase text-black\">
  1040.                                                 {{ blog.getEditable('articleTitle') }}</h5>
  1041.                                             <p class=\"text-black text-opacity-50\">
  1042.                                                 {# {{ blog.getEditable('newsContent') }} #}
  1043.                                                 {{ blog.getEditable('articleContent')|truncate(150, '...')|raw }}
  1044.                                             </p>
  1045.                                             <a href=\"{{ blog.getFullPath() }}\" class=\"text-link\">{{ 'Lees meer'|trans({}) }}</a>
  1046.                                         </div>
  1047.                                     </a>
  1048.                                 </div>
  1049.                             </div>
  1050.                         {% endfor %}
  1051.                     </div>
  1052.                 {% endif %}
  1053.                 <div class=\"row\"><div class=\"col-12 text-end\">
  1054.                         <a href=\"{{ pimcore_website_config('blog_document') }}?filter=27\" class=\"text-link\">
  1055.                             {{ 'LEES ALLES VAN HET SUPPEN'|trans({}) }}</a>
  1056.                     </div></div>
  1057.             </div>
  1058.             {#
  1059.             <div class=\"col-3\">
  1060.                 <h2>{{ 'Info '|trans }}</h2>
  1061.                 <div>
  1062.                     <p>
  1063.                         Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ad aliquid amet assumenda, atque
  1064.                         consectetur dolorum enim incidunt maxime qui, quo saepe similique vel voluptatibus. Aut deserunt
  1065.                         enim eum maxime quis!
  1066.                     </p>
  1067.                 </div>
  1068.             </div> #}
  1069.         </div>
  1070.     </div>
  1071.     <div class=\"break-out my-5\">
  1072.         <div class=\"container-fluid\">
  1073.             <div class=\"row\">
  1074.                 <div class=\"col-12 p-0\">
  1075.                     <div class=\"row overflow-row g-0 justify-content-between\">
  1076.                         {#
  1077.                         <div class=\"col d-none d-md-block position-relative\" style=\"z-index: -1\"></div> #}
  1078.                         <div class=\"breakoutimg col-12 col-lg-4 position-relative mb-lg-0\"
  1079.                              style=\"z-index: -1;\">
  1080.                             <div class=\"col bg-secondary bg-opacity-25 d-block h-100 w-100\">
  1081.                             </div>
  1082.                         </div><!--end col-->
  1083.                         <div class=\"bgsail col-12 col-lg-5 position-relative mb-lg-0\"
  1084.                              style=\"z-index: -1;\">
  1085.                             <div class=\"col d-block h-100 w-100\">
  1086.                             </div>
  1087.                         </div><!--end col-->
  1088.                     </div>
  1089.                     <div class=\"container overflow-content start-0 end-0 top-0\">
  1090.                         <div class=\"row h-100\">
  1091.                             {#
  1092.                             <div class=\"col d-none d-md-block position-relative\" style=\"z-index: -1\"></div> #}
  1093.                             <div class=\"col-12 col-lg-6 position-relative py-5\">
  1094.                                 {% if editmode %}
  1095.                                     <br>
  1096.                                     {{ pimcore_image(\"goldpartners\") }}
  1097.                                 {% endif %}
  1098.                                 {% if not editmode and not pimcore_image(\"goldpartners\").isEmpty() %}
  1099.                                     <img src=\"{{ pimcore_image(\"goldpartners\").getSrc() }}\"
  1100.                                          title=\"{{ pimcore_image(\"goldpartners\").getText() }}\"
  1101.                                          alt=\"{{ pimcore_image(\"goldpartners\").getAlt() }}\" class=\"img-fluid\">
  1102.                                 {% endif %}
  1103.                                 {#
  1104.                                 {% if sponsors %}
  1105.                                     {% for sponsor in sponsors %}
  1106.                                         <h2>{{ 'Onze Golden Partners' }}</h2>
  1107.                                         {% if  sponsor.getPartner() == \"Gold Partner\" %}
  1108.                                             <div class=\"carousel-item active\">
  1109.                                                 <a href=\"{{ sponsor.partnerLink.direct }}\"
  1110.                                                    target=\"{{ sponsor.partnerLink.target }}\">
  1111.                                                     <h3>{{ sponsor.getTitle() }}</h3>
  1112.                                                     <div class=\"row\">
  1113.                                                         {% for Image in sponsor.image %}
  1114.                                                             <div class=\"col-4\">
  1115.                                                                 <img src=\"{{ Image.image.getThumbnail('slideshow-product') }}\"
  1116.                                                                      alt=\"{{ sponsor.getTitle() }}\" class=\"img-fluid\">
  1117.                                                             </div>
  1118.                                                         {% endfor %}
  1119.                                                     </div>
  1120.                                                 </a>
  1121.                                             </div>
  1122.                                         {% endif %}
  1123.                                     {% endfor %}
  1124.                                 {% endif %}
  1125.                                 #}
  1126.                             </div>
  1127.                             <div class=\"breakouttext col-12 col-lg-6 py-5 ps-lg-5 d-flex align-items-center coltext position-relative\"
  1128.                                  style=\"z-index: 1\">
  1129.                                 <div class=\"w-100 h-100 d-flex align-items-center\">
  1130.                                     <div class=\"w-100\">
  1131.                                         <h3 class=\"text-uppercase fw-bold mb-5 text-start\">{{ 'Kalender'|trans }} {{ 'now' | date('Y') }}</h3>
  1132.                                         {% for cal in calender %}
  1133.                                             <div class=\"mb-5\">
  1134.                                                 <span class=\"text-uppercase text-secondary\">{{ cal.month }}</span>
  1135.                                                 {% if cal.days is defined %}
  1136.                                                     {% for day in cal.days %}
  1137.                                                         {% if day.Features_home %}
  1138.                                                             <div class=\"mt-3\">
  1139.                                                                 <div class=\"row\">
  1140.                                                                     <div class=\"col-2\">
  1141.                                                                         <p>{{ day.Datum|date(\"d-m-y\") }}</p>
  1142.                                                                     </div>
  1143.                                                                     <div class=\"col-3\">
  1144.                                                                         <p>{{ day.start_u }} - {{ day.eind_u }}</p>
  1145.                                                                     </div>
  1146.                                                                     <div class=\"col-6\">
  1147.                                                                         <p>{{ day.dayinfo }} {{ day.Place }}</p>{{ day.Datum_description|raw }}
  1148.                                                                     </div>
  1149.                                                                 </div>
  1150.                                                             </div>
  1151.                                                         {% endif %}
  1152.                                                     {% endfor %}
  1153.                                                 {% else %}
  1154.                                                     <p class=\"my-3\">{{ 'Geen aanbevolen datum voor deze maand'|trans }}</p>
  1155.                                                 {% endif %}
  1156.                                             </div>
  1157.                                         {% endfor %}
  1158.                                         {% if editmode %}
  1159.                                             <br>
  1160.                                             {{ pimcore_link('kalenderLink') }}
  1161.                                         {% endif %}
  1162.                                         {% if not editmode %}
  1163.                                             <a class=\"btn btn-outline-secondary\" href=\"{{ pimcore_link('kalenderLink').getHref() }}\">{{ pimcore_link('kalenderLink').getText() }}</a>
  1164.                                         {% endif %}
  1165.                                     </div>
  1166.                                 </div><!--end w-100-->
  1167.                             </div><!--end col-->
  1168.                         </div><!--end row-->
  1169.                     </div><!--end container-->
  1170.                 </div><!--end col-->
  1171.             </div><!--end row-->
  1172.         </div><!--end container-fluid-->
  1173.     </div>
  1174.     <div class=\"container-fluid bg-secondary bg-opacity-25 py-5 my-5\">
  1175.         <div class=\"row\">
  1176.             <h3 class=\"text-uppercase text-center fw-bold mb-3\">{{ 'Onze Sponsors'|trans }}</h3>
  1177.             <div class=\"splide\" id=\"sponsors\">
  1178.                 <div class=\"splide__track\">
  1179.                     <ul class=\"splide__list\">
  1180.                         {% for sponsor in sponsors %}
  1181.                             {% for Image in sponsor.image %}
  1182.                                 <li class=\"splide__slide\">
  1183.                                     {% if  sponsor.partnerLink %}<a href=\"{{ sponsor.partnerLink.direct }}\"
  1184.                                        target=\"{{ sponsor.partnerLink.target }}\">{% endif %}
  1185.                                         <img
  1186.                                             src=\"{{ Image.image.getThumbnail('slideshow-sponsor') }}\"
  1187.                                             alt=\"{{ sponsor.getTitle() }}\" class=\"img-fluid\">
  1188.                                     {% if  sponsor.partnerLink %}</a>{% endif %}
  1189.                                 </li>
  1190.                             {% endfor %}
  1191.                         {% endfor %}
  1192.                     </ul>
  1193.                 </div>
  1194.             </div>
  1195.         </div>
  1196.     </div>
  1197.     <?xml version=\"1.0\" encoding=\"utf-8\"?>
  1198.     <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  1199.          viewBox=\"0 0 1920 148.4\" style=\"enable-background:new 0 0 1920 148.4;\" xml:space=\"preserve\">
  1200.         <path class=\"st-primary-25\" d=\"M0,148.4h1920V84.8c-212.9,29.4-354.5-12.5-458.9-25.3c-141.3-17.3-249.3-29.8-532.5,50.1
  1201. \tc-283.3,80-520-12.9-669.6-69C139.2-4.2,30-3,0,3v30.8V148.4z\"/>
  1202. </svg>
  1203.     <div class=\"container-fluid bg-primary bg-opacity-25 pt-5\">
  1204. <div class=\"container mt-5\">
  1205.         <div class=\"row justify-content-between\" >
  1206.             <div class=\"col-12 col-lg-6 text-center d-flex align-items-center justify-content-center position-relative\">
  1207.                 <div class=\"{% if not editmode %}info-icon{% endif %}\">
  1208.                     <div class=\"rounded-circle bg-primary text-center mb-3 border border-white border-4\">
  1209.                         <h1 class=\"display-2 fw-bold text-white text-center\">i</h1>
  1210.                     </div>
  1211.                     <h2>{{ pimcore_input(\"info\", {'width': 300}) }}</h2>
  1212.                 </div>
  1213.                 <div>
  1214.                     {% if document.property('googlemaps') is defined %}
  1215.                         <iframe src=\"{{ document.property('googlemaps') }}\" width=\"100%\" height=\"350\" frameborder=\"0\"
  1216.                                 style=\"border:0\" allowfullscreen></iframe>
  1217.                     {% endif %}
  1218.                     {% if editmode %}
  1219.                         <br>
  1220.                         {{ pimcore_link('windfinderLink') }}
  1221.                         {{ pimcore_image(\"windfinder\") }}
  1222.                     {% endif %}
  1223.                     {% if not editmode and not pimcore_image(\"windfinder\").isEmpty() %}
  1224.                         <a href=\" {{ pimcore_link('windfinderLink').getHref() }}\">
  1225.                             <img src=\"{{ pimcore_image(\"windfinder\").getSrc() }}\"
  1226.                                  title=\"{{ pimcore_image(\"windfinder\").getText() }}\"
  1227.                                  alt=\"{{ pimcore_image(\"windfinder\").getAlt() }}\" class=\"img-fluid w-25 mt-3\">
  1228.                         </a>
  1229.                     {% endif %}
  1230.                 </div>
  1231.             </div>
  1232.             <div class=\"col-12 col-lg-4\">
  1233.                 {% if editmode %}
  1234.                     {{ pimcore_link('webcamLink') }}
  1235.                     {{ pimcore_image(\"webcam\") }}
  1236.                 {% endif %}
  1237.                 {% if not editmode and not pimcore_image(\"webcam\").isEmpty() %}
  1238.                     <a href=\" {{ pimcore_link('webcamLink').getHref() }}\">
  1239.                         <img src=\"{{ pimcore_image(\"webcam\").getSrc() }}\"
  1240.                              title=\"{{ pimcore_image(\"webcam\").getText() }}\"
  1241.                              alt=\"{{ pimcore_image(\"webcam\").getAlt() }}\" class=\"img-fluid mt-3\">
  1242.                     </a>
  1243.                 {% endif %}
  1244.             </div>
  1245.         </div>
  1246. </div>
  1247.     </div>
  1248.     <?xml version=\"1.0\" encoding=\"utf-8\"?>
  1249.     <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" x=\"0px\" y=\"0px\"
  1250.          viewBox=\"0 0 1920 214.8\" xml:space=\"preserve\">
  1251.     <path class=\"st-secondary\" d=\"M216,148.2C106.4,115.7,26.3,122.5,0,129.9v84.9h1920V2.8c-314,137.3-505,87.4-632,81.3
  1252. \tc-127-6.1-224-10.2-471,81.3S353,188.9,216,148.2z\"/>
  1253.         <path class=\"st-primary-25\" d=\"M1920,0H0v97.5c40.7-2.1,104.7,2.1,183.5,26c140.7,42.6,363.6,113.9,618.9,23.7c255.4-90.2,355.3-85.1,486-77.6
  1254. \tc128,7.3,318.8,57.8,631.5-67.6V0z\"/>
  1255. </svg>
  1256.     <script>
  1257.         const onResizing = function(event) {
  1258.             breakout = \$( \".break-out\" );
  1259.             breakoutimgdiv = \$( \".breakoutimg\" );
  1260.             breakoutimg = \$(\".breakoutimg\").outerHeight();
  1261.             breakouttext = \$(\".breakouttext\").outerHeight();
  1262.             if (breakouttext >= breakoutimg) {
  1263.                 height = breakouttext + \"px\";
  1264.             } else {
  1265.                 height = \"auto\"
  1266.             };
  1267.             breakout.css('min-height', height);
  1268.             breakoutimgdiv.css('min-height', height);
  1269.             //console.log(height);
  1270.         };
  1271.         window.onresize = onResizing;
  1272.         window.onload = onResizing;
  1273.     </script>
  1274. {% endblock %}""content/homepage.html.twig""/var/www/clients/client2/web45/web/pc/templates/content/homepage.html.twig");
  1275.     }
  1276.     
  1277.     public function checkSecurity()
  1278.     {
  1279.         static $tags = array("if" => 7"for" => 64);
  1280.         static $filters = array("escape" => 10"trans" => 10"format_datetime" => 70"raw" => 90"truncate" => 90"date" => 352);
  1281.         static $functions = array("include" => 16"pimcore_image" => 46"pimcore_website_config" => 104"pimcore_link" => 384"pimcore_input" => 456"base_layout" => 1);
  1282.         try {
  1283.             $this->sandbox->checkSecurity(
  1284.                 ['if''for'],
  1285.                 ['escape''trans''format_datetime''raw''truncate''date'],
  1286.                 ['include''pimcore_image''pimcore_website_config''pimcore_link''pimcore_input''base_layout']
  1287.             );
  1288.         } catch (SecurityError $e) {
  1289.             $e->setSourceContext($this->source);
  1290.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  1291.                 $e->setTemplateLine($tags[$e->getTagName()]);
  1292.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  1293.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  1294.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  1295.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  1296.             }
  1297.             throw $e;
  1298.         }
  1299.     }
  1300. }