var/cache/dev/twig/45/45afcdd2c7623f6b18232348c728355d.php line 66

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. /* Includes/link-list.html.twig */
  14. class __TwigTemplate_407c54a6b4966185aabddefbd3fd5ce1 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.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Includes/link-list.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Includes/link-list.html.twig"));
  33.         // line 1
  34.         $context["useLightTheme"] = ((array_key_exists("useLightTheme"$context)) ? (_twig_default_filter((isset($context["useLightTheme"]) || array_key_exists("useLightTheme"$context) ? $context["useLightTheme"] : (function () { throw new RuntimeError('Variable "useLightTheme" does not exist.'1$this->source); })()), false)) : (false));
  35.         // line 2
  36.         echo "<section class=\"slide ";
  37.         echo (((isset($context["useLightTheme"]) || array_key_exists("useLightTheme"$context) ? $context["useLightTheme"] : (function () { throw new RuntimeError('Variable "useLightTheme" does not exist.'2$this->source); })())) ? ("bg-light-bg") : ("bg-dark-bg "));
  38.         echo " content-block content-block--no-footer-margin  ";
  39.         echo ((((array_key_exists("isSmall"$context)) ? (_twig_default_filter((isset($context["isSmall"]) || array_key_exists("isSmall"$context) ? $context["isSmall"] : (function () { throw new RuntimeError('Variable "isSmall" does not exist.'2$this->source); })()), false)) : (false))) ? ("quote-area--small") : (""));
  40.         echo " ";
  41.         echo twig_escape_filter($this->env, ((array_key_exists("styleModifier"$context)) ? (_twig_default_filter((isset($context["styleModifier"]) || array_key_exists("styleModifier"$context) ? $context["styleModifier"] : (function () { throw new RuntimeError('Variable "styleModifier" does not exist.'2$this->source); })()), null)) : (null)), "html"nulltrue);
  42.         echo "\">
  43.     <div class=\"container\">
  44.         <ul class=\"row row--same-height list-unstyled link-list ";
  45.         // line 4
  46.         echo (((isset($context["useLightTheme"]) || array_key_exists("useLightTheme"$context) ? $context["useLightTheme"] : (function () { throw new RuntimeError('Variable "useLightTheme" does not exist.'4$this->source); })())) ? ("link-list--light") : (""));
  47.         echo " vertical-gutter--default\">
  48.             ";
  49.         // line 5
  50.         $context['_parent'] = $context;
  51.         $context['_seq'] = twig_ensure_traversable((isset($context["links"]) || array_key_exists("links"$context) ? $context["links"] : (function () { throw new RuntimeError('Variable "links" does not exist.'5$this->source); })()));
  52.         foreach ($context['_seq'] as $context["_key"] => $context["link"]) {
  53.             // line 6
  54.             echo "                <li class=\"link-list__item col-md-4 col-6 vertical-gutter__item\">
  55.                     <a href=\"";
  56.             // line 7
  57.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["link"], "href", [], "any"falsefalsefalse7), "html"nulltrue);
  58.             echo "\" target=\"";
  59.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["link"], "target", [], "any"falsefalsefalse7), "html"nulltrue);
  60.             echo "\" class=\"link-list__item-link row--same-height__item js-fade-in\">
  61.                         <span class=\"link-list__item-link__text\">
  62.                             ";
  63.             // line 9
  64.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["link"], "text", [], "any"falsefalsefalse9), "html"nulltrue);
  65.             echo "
  66.                             ";
  67.             // line 10
  68.             if ((twig_get_attribute($this->env$this->source$context["link"], "target", [], "any"falsefalsefalse10) == "_blank")) {
  69.                 // line 11
  70.                 echo "                                <span class=\"icon icon-link-external link-list__item-icon\" aria-label=\"external link\" title=\"external link\"></span>
  71.                             ";
  72.             }
  73.             // line 13
  74.             echo "                        </span>
  75.                     </a>
  76.                 </li>
  77.             ";
  78.         }
  79.         $_parent $context['_parent'];
  80.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['link'], $context['_parent'], $context['loop']);
  81.         $context array_intersect_key($context$_parent) + $_parent;
  82.         // line 17
  83.         echo "        </ul>
  84.     </div>
  85. </section>
  86. ";
  87.         
  88.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  89.         
  90.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  91.     }
  92.     public function getTemplateName()
  93.     {
  94.         return "Includes/link-list.html.twig";
  95.     }
  96.     public function isTraitable()
  97.     {
  98.         return false;
  99.     }
  100.     public function getDebugInfo()
  101.     {
  102.         return array (  92 => 17,  83 => 13,  79 => 11,  77 => 10,  73 => 9,  66 => 7,  63 => 6,  59 => 5,  55 => 4,  45 => 2,  43 => 1,);
  103.     }
  104.     public function getSourceContext()
  105.     {
  106.         return new Source("{% set useLightTheme = useLightTheme|default(false) %}
  107. <section class=\"slide {{ useLightTheme ? 'bg-light-bg' : 'bg-dark-bg ' }} content-block content-block--no-footer-margin  {{ isSmall|default(false) ? 'quote-area--small' : '' }} {{ styleModifier | default(null) }}\">
  108.     <div class=\"container\">
  109.         <ul class=\"row row--same-height list-unstyled link-list {{ useLightTheme ? 'link-list--light' : '' }} vertical-gutter--default\">
  110.             {% for link in links %}
  111.                 <li class=\"link-list__item col-md-4 col-6 vertical-gutter__item\">
  112.                     <a href=\"{{ link.href }}\" target=\"{{ link.target }}\" class=\"link-list__item-link row--same-height__item js-fade-in\">
  113.                         <span class=\"link-list__item-link__text\">
  114.                             {{ link.text }}
  115.                             {% if link.target == '_blank' %}
  116.                                 <span class=\"icon icon-link-external link-list__item-icon\" aria-label=\"external link\" title=\"external link\"></span>
  117.                             {% endif %}
  118.                         </span>
  119.                     </a>
  120.                 </li>
  121.             {% endfor %}
  122.         </ul>
  123.     </div>
  124. </section>
  125. ""Includes/link-list.html.twig""/home/steiermark/www/templates/Includes/link-list.html.twig");
  126.     }
  127. }