var/cache/dev/twig/ef/effecbf2948be83a999925ef9a3f85c3.php line 232

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/footer.html.twig */
  14. class __TwigTemplate_3264d65fe6cc1ec3b48dfd331f6fb148 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->parent false;
  23.         $this->blocks = [
  24.             'scripts' => [$this'block_scripts'],
  25.             'stylesheets' => [$this'block_stylesheets'],
  26.             'head_links' => [$this'block_head_links'],
  27.         ];
  28.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  29.         $this->checkSecurity();
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/footer.html.twig"));
  36.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""content/footer.html.twig"));
  38.         // line 1
  39.         echo "<div class=\"";
  40.         echo (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'1$this->source); })())) ? ("footer-container-editmode") : ("footer-container"));
  41.         echo "\">
  42.     <section class=\"";
  43.         // line 2
  44.         echo (((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'2$this->source); })())) ? ("footer-snippet-editmode") : ("footer-section"));
  45.         echo "\">
  46.         ";
  47.         // line 3
  48.         if ((isset($context["editmode"]) || array_key_exists("editmode"$context) ? $context["editmode"] : (function () { throw new RuntimeError('Variable "editmode" does not exist.'3$this->source); })())) {
  49.             // line 4
  50.             echo "            ";
  51.             $this->displayBlock('scripts'$context$blocks);
  52.             // line 7
  53.             echo "            ";
  54.             $this->displayBlock('stylesheets'$context$blocks);
  55.             // line 10
  56.             echo "            ";
  57.             $this->displayBlock('head_links'$context$blocks);
  58.             // line 13
  59.             echo "            <br>
  60.             <span>Background image:</span>
  61.             <br>
  62.             ";
  63.             // line 16
  64.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""background-image", ["width" => 500"height" => 250]);
  65.             // line 19
  66.             echo "
  67.             <h2>Footer top section</h2>
  68.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  69.                 <h3>Items of first level navigation:</h3>
  70.                 ";
  71.             // line 23
  72.             $context['_parent'] = $context;
  73.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-one")));
  74.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  75.                 // line 24
  76.                 echo "                    ";
  77.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-one-item" $this->sandbox->ensureToStringAllowed($context["i"], 24$this->source)));
  78.                 echo "
  79.                 ";
  80.             }
  81.             $_parent $context['_parent'];
  82.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  83.             $context array_intersect_key($context$_parent) + $_parent;
  84.             // line 26
  85.             echo "            </div>
  86.             <br/><br/>
  87.             <p>
  88.                 Facebook ";
  89.             // line 30
  90.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""facebook", ["width" => 400"placeholder" => "facebook url"]);
  91.             // line 33
  92.             echo "
  93.             </p>
  94.             <p>
  95.                 Instagram ";
  96.             // line 36
  97.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""instagram", ["width" => 400"placeholder" => "instagram url"]);
  98.             // line 39
  99.             echo "
  100.             </p>
  101.             <p>
  102.                 Youtube ";
  103.             // line 42
  104.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""youtube", ["width" => 400"placeholder" => "youtube url"]);
  105.             // line 45
  106.             echo "
  107.             </p>
  108.             <br>
  109.             <br>
  110.             <h3>Items of second level navigation:</h3>
  111.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  112.                 ";
  113.             // line 52
  114.             $context['_parent'] = $context;
  115.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-two-navigation-links")));
  116.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  117.                 // line 53
  118.                 echo "                    ";
  119.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-two-navigation-links" $this->sandbox->ensureToStringAllowed($context["i"], 53$this->source)));
  120.                 echo "
  121.                 ";
  122.             }
  123.             $_parent $context['_parent'];
  124.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  125.             $context array_intersect_key($context$_parent) + $_parent;
  126.             // line 55
  127.             echo "            </div>
  128.             <br>
  129.             <br>
  130.             <h2>Footer bottom section</h2>
  131.             <p>Copyright text:</p>
  132.             ";
  133.             // line 61
  134.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""copyright-text", ["width" => 800]);
  135.             // line 63
  136.             echo "
  137.             <br>
  138.             <br>
  139.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  140.                 <h3>Items of bottom section:</h3>
  141.                 ";
  142.             // line 68
  143.             $context['_parent'] = $context;
  144.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-bottom")));
  145.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  146.                 // line 69
  147.                 echo "                    ";
  148.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-bottom-item" $this->sandbox->ensureToStringAllowed($context["i"], 69$this->source)));
  149.                 echo "
  150.                 ";
  151.             }
  152.             $_parent $context['_parent'];
  153.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  154.             $context array_intersect_key($context$_parent) + $_parent;
  155.             // line 71
  156.             echo "            </div>
  157.             <br>
  158.             <br>
  159.         ";
  160.         } else {
  161.             // line 75
  162.             echo "            <div class=\"flex justify-center mt-20\">
  163.                 ";
  164.             // line 76
  165.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"image""background-image");
  166.             echo "
  167.             </div>
  168.             <div class=\"bg-gray-200 dark:bg-black dark:text-white w-full\">
  169.                 <div class=\"container px-5\">
  170.                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end py-5 align-center\">
  171.                         <div class=\"flex-1 md:flex-initial\">
  172.                             <div class=\"flex flex-col\">
  173.                                 <div class=\"flex-1\">
  174.                                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end align-center py-5 font-mont-heavy text-xs uppercase text-dark-blue\">
  175.                                         ";
  176.             // line 85
  177.             if ($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""facebook")) {
  178.                 // line 86
  179.                 echo "                                            <div class=\"md:flex-none text-sm hidden md:flex\">
  180.                                                 <a href=\"";
  181.                 // line 87
  182.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""facebook");
  183.                 echo "\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-facebook\"></i></a>
  184.                                             </div>
  185.                                         ";
  186.             }
  187.             // line 90
  188.             echo "                                        ";
  189.             if ($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""instagram")) {
  190.                 // line 91
  191.                 echo "                                            <div class=\"md:flex-none text-sm hidden md:flex\">
  192.                                                 <a href=\"";
  193.                 // line 92
  194.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""instagram");
  195.                 echo "\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-instagram\"></i></a>
  196.                                             </div>
  197.                                         ";
  198.             }
  199.             // line 95
  200.             echo "                                        ";
  201.             if ($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""youtube")) {
  202.                 // line 96
  203.                 echo "                                            <div class=\"md:flex-none text-sm hidden md:flex\">
  204.                                                 <a href=\"";
  205.                 // line 97
  206.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""youtube");
  207.                 echo "\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-youtube\"></i></a>
  208.                                             </div>
  209.                                         ";
  210.             }
  211.             // line 100
  212.             echo "                                        ";
  213.             $context['_parent'] = $context;
  214.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-two-navigation-links")));
  215.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  216.                 // line 101
  217.                 echo "                                            <div class=\"flex-1 md:flex-none\">
  218.                                                 ";
  219.                 // line 102
  220.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-two-navigation-links" $this->sandbox->ensureToStringAllowed($context["i"], 102$this->source)));
  221.                 echo "
  222.                                             </div>
  223.                                         ";
  224.             }
  225.             $_parent $context['_parent'];
  226.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  227.             $context array_intersect_key($context$_parent) + $_parent;
  228.             // line 105
  229.             echo "                                    </div>
  230.                                 </div>
  231.                                 <div class=\"flex-1\">
  232.                                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end py-5\">
  233.                                         ";
  234.             // line 109
  235.             $context['_parent'] = $context;
  236.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-one")));
  237.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  238.                 // line 110
  239.                 echo "                                            <div class=\"flex-1 md:flex-none font-mont-heavy text-xs uppercase text-dark-blue\">
  240.                                                 ";
  241.                 // line 111
  242.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-one-item" $this->sandbox->ensureToStringAllowed($context["i"], 111$this->source)));
  243.                 echo "
  244.                                             </div>
  245.                                         ";
  246.             }
  247.             $_parent $context['_parent'];
  248.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  249.             $context array_intersect_key($context$_parent) + $_parent;
  250.             // line 114
  251.             echo "                                    </div>
  252.                                 </div>
  253.                             </div>
  254.                         </div>
  255.                     </div>
  256.                 </div>
  257.             </div>
  258.             <div class=\"z-10 relative bg-blue-dark dark:bg-[#171717] px-5 py-5\">
  259.                 <div class=\"container\">
  260.                     <div class=\"flex flex-col md:flex-row gap-5 text-white md:justify-end py-5\">
  261.                         <div class=\"flex-1 font-rubik-light text-xs text-white pb-5 md:pb-0\">
  262.                             ";
  263.             // line 125
  264.             echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"input""copyright-text");
  265.             echo "
  266.                         </div>
  267.                         ";
  268.             // line 127
  269.             $context['_parent'] = $context;
  270.             $context['_seq'] = twig_ensure_traversable($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->getBlockIterator($this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"block""nav-bottom")));
  271.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  272.                 // line 128
  273.                 echo "                            <div class=\"flex-1 md:flex-none font-mont-heavy text-xs uppercase\">
  274.                                 ";
  275.                 // line 129
  276.                 echo $this->extensions['Pimcore\Twig\Extension\DocumentEditableExtension']->renderEditable($context"link", ("nav-bottom-item" $this->sandbox->ensureToStringAllowed($context["i"], 129$this->source)));
  277.                 echo "
  278.                             </div>
  279.                         ";
  280.             }
  281.             $_parent $context['_parent'];
  282.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['i'], $context['_parent'], $context['loop']);
  283.             $context array_intersect_key($context$_parent) + $_parent;
  284.             // line 132
  285.             echo "                    </div>
  286.                 </div>
  287.             </div>
  288.         ";
  289.         }
  290.         // line 136
  291.         echo "    </section>
  292. </div>
  293. ";
  294.         
  295.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  296.         
  297.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  298.     }
  299.     // line 4
  300.     public function block_scripts($context, array $blocks = [])
  301.     {
  302.         $macros $this->macros;
  303.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  304.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  305.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  306.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""scripts"));
  307.         // line 5
  308.         echo "                ";
  309.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("app");
  310.         echo "
  311.             ";
  312.         
  313.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  314.         
  315.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  316.     }
  317.     // line 7
  318.     public function block_stylesheets($context, array $blocks = [])
  319.     {
  320.         $macros $this->macros;
  321.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  322.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  323.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  324.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""stylesheets"));
  325.         // line 8
  326.         echo "                ";
  327.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("style");
  328.         echo "
  329.             ";
  330.         
  331.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  332.         
  333.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  334.     }
  335.     // line 10
  336.     public function block_head_links($context, array $blocks = [])
  337.     {
  338.         $macros $this->macros;
  339.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  340.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_links"));
  341.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  342.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""head_links"));
  343.         // line 11
  344.         echo "                ";
  345.         echo $this->env->getFunction('pimcore_head_link')->getCallable()();
  346.         echo "
  347.             ";
  348.         
  349.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  350.         
  351.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  352.     }
  353.     /**
  354.      * @codeCoverageIgnore
  355.      */
  356.     public function getTemplateName()
  357.     {
  358.         return "content/footer.html.twig";
  359.     }
  360.     /**
  361.      * @codeCoverageIgnore
  362.      */
  363.     public function isTraitable()
  364.     {
  365.         return false;
  366.     }
  367.     /**
  368.      * @codeCoverageIgnore
  369.      */
  370.     public function getDebugInfo()
  371.     {
  372.         return array (  371 => 11,  361 => 10,  348 => 8,  338 => 7,  325 => 5,  315 => 4,  303 => 136,  297 => 132,  288 => 129,  285 => 128,  281 => 127,  276 => 125,  263 => 114,  254 => 111,  251 => 110,  247 => 109,  241 => 105,  232 => 102,  229 => 101,  224 => 100,  218 => 97,  215 => 96,  212 => 95,  206 => 92,  203 => 91,  200 => 90,  194 => 87,  191 => 86,  189 => 85,  177 => 76,  174 => 75,  168 => 71,  159 => 69,  155 => 68,  148 => 63,  146 => 61,  138 => 55,  129 => 53,  125 => 52,  116 => 45,  114 => 42,  109 => 39,  107 => 36,  102 => 33,  100 => 30,  94 => 26,  85 => 24,  81 => 23,  75 => 19,  73 => 16,  68 => 13,  65 => 10,  62 => 7,  59 => 4,  57 => 3,  53 => 2,  48 => 1,);
  373.     }
  374.     public function getSourceContext()
  375.     {
  376.         return new Source("<div class=\"{{ editmode ? 'footer-container-editmode' : 'footer-container' }}\">
  377.     <section class=\"{{ editmode ? 'footer-snippet-editmode' : 'footer-section' }}\">
  378.         {% if editmode %}
  379.             {% block scripts %}
  380.                 {{ encore_entry_script_tags('app') }}
  381.             {% endblock %}
  382.             {% block stylesheets %}
  383.                 {{ encore_entry_link_tags('style') }}
  384.             {% endblock %}
  385.             {% block head_links %}
  386.                 {{ pimcore_head_link() }}
  387.             {% endblock %}
  388.             <br>
  389.             <span>Background image:</span>
  390.             <br>
  391.             {{ pimcore_image('background-image', {
  392.                 width: 500,
  393.                 height: 250
  394.             }) }}
  395.             <h2>Footer top section</h2>
  396.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  397.                 <h3>Items of first level navigation:</h3>
  398.                 {% for i in pimcore_iterate_block(pimcore_block('nav-one')) %}
  399.                     {{ pimcore_link('nav-one-item' ~ i) }}
  400.                 {% endfor %}
  401.             </div>
  402.             <br/><br/>
  403.             <p>
  404.                 Facebook {{ pimcore_input('facebook', {
  405.                     width: 400,
  406.                     placeholder: 'facebook url'
  407.                 }) }}
  408.             </p>
  409.             <p>
  410.                 Instagram {{ pimcore_input('instagram', {
  411.                     width: 400,
  412.                     placeholder: 'instagram url'
  413.                 }) }}
  414.             </p>
  415.             <p>
  416.                 Youtube {{ pimcore_input('youtube', {
  417.                     width: 400,
  418.                     placeholder: 'youtube url'
  419.                 }) }}
  420.             </p>
  421.             <br>
  422.             <br>
  423.             <h3>Items of second level navigation:</h3>
  424.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  425.                 {% for i in pimcore_iterate_block(pimcore_block('nav-two-navigation-links')) %}
  426.                     {{ pimcore_link('nav-two-navigation-links' ~ i) }}
  427.                 {% endfor %}
  428.             </div>
  429.             <br>
  430.             <br>
  431.             <h2>Footer bottom section</h2>
  432.             <p>Copyright text:</p>
  433.             {{ pimcore_input('copyright-text', {
  434.                 width: 800
  435.             }) }}
  436.             <br>
  437.             <br>
  438.             <div class=\"m-5 shadow-card bg-gray-100 p-5\">
  439.                 <h3>Items of bottom section:</h3>
  440.                 {% for i in pimcore_iterate_block(pimcore_block('nav-bottom')) %}
  441.                     {{ pimcore_link('nav-bottom-item' ~ i) }}
  442.                 {% endfor %}
  443.             </div>
  444.             <br>
  445.             <br>
  446.         {% else %}
  447.             <div class=\"flex justify-center mt-20\">
  448.                 {{ pimcore_image('background-image') }}
  449.             </div>
  450.             <div class=\"bg-gray-200 dark:bg-black dark:text-white w-full\">
  451.                 <div class=\"container px-5\">
  452.                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end py-5 align-center\">
  453.                         <div class=\"flex-1 md:flex-initial\">
  454.                             <div class=\"flex flex-col\">
  455.                                 <div class=\"flex-1\">
  456.                                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end align-center py-5 font-mont-heavy text-xs uppercase text-dark-blue\">
  457.                                         {% if pimcore_input('facebook') %}
  458.                                             <div class=\"md:flex-none text-sm hidden md:flex\">
  459.                                                 <a href=\"{{ pimcore_input('facebook') }}\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-facebook\"></i></a>
  460.                                             </div>
  461.                                         {% endif %}
  462.                                         {% if pimcore_input('instagram') %}
  463.                                             <div class=\"md:flex-none text-sm hidden md:flex\">
  464.                                                 <a href=\"{{ pimcore_input('instagram') }}\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-instagram\"></i></a>
  465.                                             </div>
  466.                                         {% endif %}
  467.                                         {% if pimcore_input('youtube') %}
  468.                                             <div class=\"md:flex-none text-sm hidden md:flex\">
  469.                                                 <a href=\"{{ pimcore_input('youtube') }}\" target=\"_blank\" class=\"inline-block align-middle hover:text-blue-light transition-all\"><i class=\"icon-youtube\"></i></a>
  470.                                             </div>
  471.                                         {% endif %}
  472.                                         {% for i in pimcore_iterate_block(pimcore_block('nav-two-navigation-links')) %}
  473.                                             <div class=\"flex-1 md:flex-none\">
  474.                                                 {{ pimcore_link('nav-two-navigation-links' ~ i) }}
  475.                                             </div>
  476.                                         {% endfor %}
  477.                                     </div>
  478.                                 </div>
  479.                                 <div class=\"flex-1\">
  480.                                     <div class=\"flex flex-col md:flex-row gap-5 md:justify-end py-5\">
  481.                                         {% for i in pimcore_iterate_block(pimcore_block('nav-one')) %}
  482.                                             <div class=\"flex-1 md:flex-none font-mont-heavy text-xs uppercase text-dark-blue\">
  483.                                                 {{ pimcore_link('nav-one-item' ~ i) }}
  484.                                             </div>
  485.                                         {% endfor %}
  486.                                     </div>
  487.                                 </div>
  488.                             </div>
  489.                         </div>
  490.                     </div>
  491.                 </div>
  492.             </div>
  493.             <div class=\"z-10 relative bg-blue-dark dark:bg-[#171717] px-5 py-5\">
  494.                 <div class=\"container\">
  495.                     <div class=\"flex flex-col md:flex-row gap-5 text-white md:justify-end py-5\">
  496.                         <div class=\"flex-1 font-rubik-light text-xs text-white pb-5 md:pb-0\">
  497.                             {{ pimcore_input('copyright-text') }}
  498.                         </div>
  499.                         {% for i in pimcore_iterate_block(pimcore_block('nav-bottom')) %}
  500.                             <div class=\"flex-1 md:flex-none font-mont-heavy text-xs uppercase\">
  501.                                 {{ pimcore_link('nav-bottom-item' ~ i) }}
  502.                             </div>
  503.                         {% endfor %}
  504.                     </div>
  505.                 </div>
  506.             </div>
  507.         {% endif %}
  508.     </section>
  509. </div>
  510. ""content/footer.html.twig""/var/www/vhosts/radio-oberland.de/httpdocs/templates/content/footer.html.twig");
  511.     }
  512.     
  513.     public function checkSecurity()
  514.     {
  515.         static $tags = array("if" => 3"block" => 4"for" => 23);
  516.         static $filters = array();
  517.         static $functions = array("pimcore_image" => 16"pimcore_iterate_block" => 23"pimcore_block" => 23"pimcore_link" => 24"pimcore_input" => 30"encore_entry_script_tags" => 5"encore_entry_link_tags" => 8"pimcore_head_link" => 11);
  518.         try {
  519.             $this->sandbox->checkSecurity(
  520.                 ['if''block''for'],
  521.                 [],
  522.                 ['pimcore_image''pimcore_iterate_block''pimcore_block''pimcore_link''pimcore_input''encore_entry_script_tags''encore_entry_link_tags''pimcore_head_link']
  523.             );
  524.         } catch (SecurityError $e) {
  525.             $e->setSourceContext($this->source);
  526.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  527.                 $e->setTemplateLine($tags[$e->getTagName()]);
  528.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  529.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  530.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  531.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  532.             }
  533.             throw $e;
  534.         }
  535.     }
  536. }