var/cache/dev/twig/6f/6f7dacc36fcf024ad30c3d12de74917850884be5af66a202e1c26af3b161af59.php line 38

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. /* front/sitemapLinks.html.twig */
  14. class __TwigTemplate_017966505f647f984ad79f807daf04c12528c5f174f523aefbfc14625b88182f 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.             'body' => [$this'block_body'],
  24.         ];
  25.     }
  26.     protected function doGetParent(array $context)
  27.     {
  28.         // line 1
  29.         return "base.html.twig";
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = [])
  32.     {
  33.         $macros $this->macros;
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/sitemapLinks.html.twig"));
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front/sitemapLinks.html.twig"));
  38.         $this->parent $this->loadTemplate("base.html.twig""front/sitemapLinks.html.twig"1);
  39.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  40.         
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  42.         
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  44.     }
  45.     // line 2
  46.     public function block_body($context, array $blocks = [])
  47.     {
  48.         $macros $this->macros;
  49.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  51.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  53.         // line 3
  54.         echo "    <section class=\"container pab-100 pat-70\">
  55.         <h2 class=\"text-center titleh1 mab-80\">";
  56.         // line 4
  57.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sitemap_links.title"), "html"nulltrue);
  58.         echo "</h2>
  59.         <ul class=\"phnupp\">
  60.             ";
  61.         // line 6
  62.         $context['_parent'] = $context;
  63.         $context['_seq'] = twig_ensure_traversable($this->extensions['App\Service\AppService']->getSitemapLinks());
  64.         foreach ($context['_seq'] as $context["key"] => $context["link"]) {
  65.             // line 7
  66.             echo "                <li>
  67.                     <a href=\"";
  68.             // line 8
  69.             echo twig_escape_filter($this->env$context["link"], "html"nulltrue);
  70.             echo "\" class=\"c-9DC771-h c-616161\">";
  71.             echo twig_escape_filter($this->env$context["link"], "html"nulltrue);
  72.             echo "</a>
  73.                 </li>
  74.             ";
  75.         }
  76.         $_parent $context['_parent'];
  77.         unset($context['_seq'], $context['_iterated'], $context['key'], $context['link'], $context['_parent'], $context['loop']);
  78.         $context array_intersect_key($context$_parent) + $_parent;
  79.         // line 11
  80.         echo "        </ul>
  81.     </section>
  82. ";
  83.         
  84.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  85.         
  86.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  87.     }
  88.     public function getTemplateName()
  89.     {
  90.         return "front/sitemapLinks.html.twig";
  91.     }
  92.     public function isTraitable()
  93.     {
  94.         return false;
  95.     }
  96.     public function getDebugInfo()
  97.     {
  98.         return array (  94 => 11,  83 => 8,  80 => 7,  76 => 6,  71 => 4,  68 => 3,  58 => 2,  35 => 1,);
  99.     }
  100.     public function getSourceContext()
  101.     {
  102.         return new Source("{% extends \"base.html.twig\" %}
  103. {% block body %}
  104.     <section class=\"container pab-100 pat-70\">
  105.         <h2 class=\"text-center titleh1 mab-80\">{{ \"sitemap_links.title\"|trans }}</h2>
  106.         <ul class=\"phnupp\">
  107.             {% for key, link in getSitemapLinks() %}
  108.                 <li>
  109.                     <a href=\"{{ link }}\" class=\"c-9DC771-h c-616161\">{{ link }}</a>
  110.                 </li>
  111.             {% endfor %}
  112.         </ul>
  113.     </section>
  114. {% endblock %}
  115. ""front/sitemapLinks.html.twig""/home/hlcdisb/www/viewpoint_dev/templates/front/sitemapLinks.html.twig");
  116.     }
  117. }