var/cache/dev/twig/30/3082764286fc3a1fba05aa4e878a13b0664a62fdfc77e312cfba781a66fb2023.php line 45

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\CoreExtension;
  6. use Twig\Extension\SandboxExtension;
  7. use Twig\Markup;
  8. use Twig\Sandbox\SecurityError;
  9. use Twig\Sandbox\SecurityNotAllowedTagError;
  10. use Twig\Sandbox\SecurityNotAllowedFilterError;
  11. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  12. use Twig\Source;
  13. use Twig\Template;
  14. use Twig\TemplateWrapper;
  15. /* blog/index.html.twig */
  16. class __TwigTemplate_3e0b20e08020eb7c19a89a30d055068492d4707bdef9ae23e54a934d3a3059d5 extends Template
  17. {
  18.     private Source $source;
  19.     /**
  20.      * @var array<string, Template>
  21.      */
  22.     private array $macros = [];
  23.     public function __construct(Environment $env)
  24.     {
  25.         parent::__construct($env);
  26.         $this->source $this->getSourceContext();
  27.         $this->blocks = [
  28.             'body_id' => [$this'block_body_id'],
  29.             'main' => [$this'block_main'],
  30.             'sidebar' => [$this'block_sidebar'],
  31.         ];
  32.     }
  33.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  34.     {
  35.         // line 1
  36.         return "base.html.twig";
  37.     }
  38.     protected function doDisplay(array $context, array $blocks = []): iterable
  39.     {
  40.         $macros $this->macros;
  41.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/index.html.twig"));
  43.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""blog/index.html.twig"));
  45.         $this->parent $this->loadTemplate("base.html.twig""blog/index.html.twig"1);
  46.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  47.         
  48.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  49.         
  50.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  51.     }
  52.     // line 3
  53.     /**
  54.      * @return iterable<null|scalar|\Stringable>
  55.      */
  56.     public function block_body_id(array $context, array $blocks = []): iterable
  57.     {
  58.         $macros $this->macros;
  59.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  60.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_id"));
  61.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  62.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body_id"));
  63.         yield "blog_index";
  64.         
  65.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  66.         
  67.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  68.         yield from [];
  69.     }
  70.     // line 5
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_main(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  79.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""main"));
  81.         // line 6
  82.         yield "    ";
  83.         $context['_parent'] = $context;
  84.         $context['_seq'] = CoreExtension::ensureTraversable(CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'6$this->source); })()), "results", [], "any"falsefalsefalse6));
  85.         $context['_iterated'] = false;
  86.         $context['loop'] = [
  87.           'parent' => $context['_parent'],
  88.           'index0' => 0,
  89.           'index'  => 1,
  90.           'first'  => true,
  91.         ];
  92.         if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
  93.             $length count($context['_seq']);
  94.             $context['loop']['revindex0'] = $length 1;
  95.             $context['loop']['revindex'] = $length;
  96.             $context['loop']['length'] = $length;
  97.             $context['loop']['last'] = === $length;
  98.         }
  99.         foreach ($context['_seq'] as $context["_key"] => $context["post"]) {
  100.             // line 7
  101.             yield "        <article class=\"post\">
  102.             <h2>
  103.                 <a href=\"";
  104.             // line 9
  105.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog_post", ["slug" => CoreExtension::getAttribute($this->env$this->source$context["post"], "slug", [], "any"falsefalsefalse9)]), "html"nulltrue);
  106.             yield "\">
  107.                     ";
  108.             // line 10
  109.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["post"], "title", [], "any"falsefalsefalse10), "html"nulltrue);
  110.             yield "
  111.                 </a>
  112.             </h2>
  113.             <p class=\"post-metadata\">
  114.                 <span class=\"metadata\"><i class=\"fa fa-calendar\"></i> ";
  115.             // line 15
  116.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->envCoreExtension::getAttribute($this->env$this->source$context["post"], "publishedAt", [], "any"falsefalsefalse15), "long""medium""""UTC"), "html"nulltrue);
  117.             yield "</span>
  118.                 <span class=\"metadata\"><i class=\"fa fa-user\"></i> ";
  119.             // line 16
  120.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->sourceCoreExtension::getAttribute($this->env$this->source$context["post"], "author", [], "any"falsefalsefalse16), "fullName", [], "any"falsefalsefalse16), "html"nulltrue);
  121.             yield "</span>
  122.             </p>
  123.             <p>";
  124.             // line 19
  125.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape(CoreExtension::getAttribute($this->env$this->source$context["post"], "summary", [], "any"falsefalsefalse19), "html"nulltrue);
  126.             yield "</p>
  127.             ";
  128.             // line 21
  129.             yield Twig\Extension\CoreExtension::include($this->env$context"blog/_post_tags.html.twig");
  130.             yield "
  131.         </article>
  132.     ";
  133.             $context['_iterated'] = true;
  134.             ++$context['loop']['index0'];
  135.             ++$context['loop']['index'];
  136.             $context['loop']['first'] = false;
  137.             if (isset($context['loop']['revindex0'], $context['loop']['revindex'])) {
  138.                 --$context['loop']['revindex0'];
  139.                 --$context['loop']['revindex'];
  140.                 $context['loop']['last'] = === $context['loop']['revindex0'];
  141.             }
  142.         }
  143.         // line 25
  144.         if (!$context['_iterated']) {
  145.             // line 24
  146.             yield "        <div class=\"well\">";
  147.             yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("post.no_posts_found"), "html"nulltrue);
  148.             yield "</div>
  149.     ";
  150.         }
  151.         $_parent $context['_parent'];
  152.         unset($context['_seq'], $context['_key'], $context['post'], $context['_parent'], $context['_iterated'], $context['loop']);
  153.         $context array_intersect_key($context$_parent) + $_parent;
  154.         // line 26
  155.         yield "
  156.     ";
  157.         // line 27
  158.         if (CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'27$this->source); })()), "hasToPaginate", [], "any"falsefalsefalse27)) {
  159.             // line 28
  160.             yield "        <div class=\"navigation text-center\">
  161.             <ul class=\"pagination\">
  162.                 ";
  163.             // line 30
  164.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'30$this->source); })()), "hasPreviousPage", [], "any"falsefalsefalse30)) {
  165.                 // line 31
  166.                 yield "                    <li class=\"prev\"><a href=\"";
  167.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog_index_paginated", ["page" => CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'31$this->source); })()), "previousPage", [], "any"falsefalsefalse31), "tag" => (isset($context["tagName"]) || array_key_exists("tagName"$context) ? $context["tagName"] : (function () { throw new RuntimeError('Variable "tagName" does not exist.'31$this->source); })())]), "html"nulltrue);
  168.                 yield "\" rel=\"previous\"><i class=\"fa fw fa-long-arrow-left\"></i> ";
  169.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("paginator.previous"), "html"nulltrue);
  170.                 yield "</a></li>
  171.                 ";
  172.             } else {
  173.                 // line 33
  174.                 yield "                    <li class=\"prev disabled\"><span><i class=\"fa fw fa-arrow-left\"></i> ";
  175.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("paginator.previous"), "html"nulltrue);
  176.                 yield "</span></li>
  177.                 ";
  178.             }
  179.             // line 35
  180.             yield "
  181.                 ";
  182.             // line 36
  183.             $context['_parent'] = $context;
  184.             $context['_seq'] = CoreExtension::ensureTraversable(range(1CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'36$this->source); })()), "lastPage", [], "any"falsefalsefalse36)));
  185.             foreach ($context['_seq'] as $context["_key"] => $context["i"]) {
  186.                 // line 37
  187.                 yield "                    ";
  188.                 if (($context["i"] == CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'37$this->source); })()), "currentPage", [], "any"falsefalsefalse37))) {
  189.                     // line 38
  190.                     yield "                        <li class=\"active\"><span>";
  191.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["i"], "html"nulltrue);
  192.                     yield " <span class=\"sr-only\">";
  193.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("paginator.current"), "html"nulltrue);
  194.                     yield "</span></span></li>
  195.                     ";
  196.                 } else {
  197.                     // line 40
  198.                     yield "                        <li><a href=\"";
  199.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog_index_paginated", ["page" => $context["i"], "tag" => (isset($context["tagName"]) || array_key_exists("tagName"$context) ? $context["tagName"] : (function () { throw new RuntimeError('Variable "tagName" does not exist.'40$this->source); })())]), "html"nulltrue);
  200.                     yield "\">";
  201.                     yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($context["i"], "html"nulltrue);
  202.                     yield "</a></li>
  203.                     ";
  204.                 }
  205.                 // line 42
  206.                 yield "                ";
  207.             }
  208.             $_parent $context['_parent'];
  209.             unset($context['_seq'], $context['_key'], $context['i'], $context['_parent']);
  210.             $context array_intersect_key($context$_parent) + $_parent;
  211.             // line 43
  212.             yield "
  213.                 ";
  214.             // line 44
  215.             if (CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'44$this->source); })()), "hasNextPage", [], "any"falsefalsefalse44)) {
  216.                 // line 45
  217.                 yield "                    <li class=\"next\"><a href=\"";
  218.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("blog_index_paginated", ["page" => CoreExtension::getAttribute($this->env$this->source, (isset($context["paginator"]) || array_key_exists("paginator"$context) ? $context["paginator"] : (function () { throw new RuntimeError('Variable "paginator" does not exist.'45$this->source); })()), "nextPage", [], "any"falsefalsefalse45), "tag" => (isset($context["tagName"]) || array_key_exists("tagName"$context) ? $context["tagName"] : (function () { throw new RuntimeError('Variable "tagName" does not exist.'45$this->source); })())]), "html"nulltrue);
  219.                 yield "\" rel=\"next\">";
  220.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("paginator.next"), "html"nulltrue);
  221.                 yield " <i class=\"fa fw fa-arrow-right\"></i></a></li>
  222.                 ";
  223.             } else {
  224.                 // line 47
  225.                 yield "                    <li class=\"next disabled\"><span>";
  226.                 yield $this->env->getRuntime('Twig\Runtime\EscaperRuntime')->escape($this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("paginator.next"), "html"nulltrue);
  227.                 yield " <i class=\"fa fw fa-arrow-right\"></i></span></li>
  228.                 ";
  229.             }
  230.             // line 49
  231.             yield "            </ul>
  232.         </div>
  233.     ";
  234.         }
  235.         
  236.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  237.         
  238.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  239.         yield from [];
  240.     }
  241.     // line 54
  242.     /**
  243.      * @return iterable<null|scalar|\Stringable>
  244.      */
  245.     public function block_sidebar(array $context, array $blocks = []): iterable
  246.     {
  247.         $macros $this->macros;
  248.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  249.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  250.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  251.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""sidebar"));
  252.         // line 55
  253.         yield "    ";
  254.         yield from $this->yieldParentBlock("sidebar"$context$blocks);
  255.         yield "
  256.     ";
  257.         // line 57
  258.         yield $this->extensions['App\Twig\SourceCodeExtension']->showSourceCode($this->env$this->getTemplateName());
  259.         yield "
  260.     ";
  261.         // line 58
  262.         yield Twig\Extension\CoreExtension::include($this->env$context"blog/_rss.html.twig");
  263.         yield "
  264. ";
  265.         
  266.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  267.         
  268.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  269.         yield from [];
  270.     }
  271.     /**
  272.      * @codeCoverageIgnore
  273.      */
  274.     public function getTemplateName(): string
  275.     {
  276.         return "blog/index.html.twig";
  277.     }
  278.     /**
  279.      * @codeCoverageIgnore
  280.      */
  281.     public function isTraitable(): bool
  282.     {
  283.         return false;
  284.     }
  285.     /**
  286.      * @codeCoverageIgnore
  287.      */
  288.     public function getDebugInfo(): array
  289.     {
  290.         return array (  290 => 58,  286 => 57,  280 => 55,  267 => 54,  253 => 49,  247 => 47,  239 => 45,  237 => 44,  234 => 43,  228 => 42,  220 => 40,  212 => 38,  209 => 37,  205 => 36,  202 => 35,  196 => 33,  188 => 31,  186 => 30,  182 => 28,  180 => 27,  177 => 26,  168 => 24,  166 => 25,  151 => 21,  146 => 19,  140 => 16,  136 => 15,  128 => 10,  124 => 9,  120 => 7,  101 => 6,  88 => 5,  65 => 3,  42 => 1,);
  291.     }
  292.     public function getSourceContext(): Source
  293.     {
  294.         return new Source("{% extends 'base.html.twig' %}
  295. {% block body_id 'blog_index' %}
  296. {% block main %}
  297.     {% for post in paginator.results %}
  298.         <article class=\"post\">
  299.             <h2>
  300.                 <a href=\"{{ path('blog_post', {slug: post.slug}) }}\">
  301.                     {{ post.title }}
  302.                 </a>
  303.             </h2>
  304.             <p class=\"post-metadata\">
  305.                 <span class=\"metadata\"><i class=\"fa fa-calendar\"></i> {{ post.publishedAt|format_datetime('long', 'medium', '', 'UTC') }}</span>
  306.                 <span class=\"metadata\"><i class=\"fa fa-user\"></i> {{ post.author.fullName }}</span>
  307.             </p>
  308.             <p>{{ post.summary }}</p>
  309.             {{ include('blog/_post_tags.html.twig') }}
  310.         </article>
  311.     {% else %}
  312.         <div class=\"well\">{{ 'post.no_posts_found'|trans }}</div>
  313.     {% endfor %}
  314.     {% if paginator.hasToPaginate %}
  315.         <div class=\"navigation text-center\">
  316.             <ul class=\"pagination\">
  317.                 {% if paginator.hasPreviousPage %}
  318.                     <li class=\"prev\"><a href=\"{{ path('blog_index_paginated', {page: paginator.previousPage, tag: tagName}) }}\" rel=\"previous\"><i class=\"fa fw fa-long-arrow-left\"></i> {{ 'paginator.previous'|trans }}</a></li>
  319.                 {% else %}
  320.                     <li class=\"prev disabled\"><span><i class=\"fa fw fa-arrow-left\"></i> {{ 'paginator.previous'|trans }}</span></li>
  321.                 {% endif %}
  322.                 {% for i in 1..paginator.lastPage %}
  323.                     {% if i == paginator.currentPage %}
  324.                         <li class=\"active\"><span>{{ i }} <span class=\"sr-only\">{{ 'paginator.current'|trans }}</span></span></li>
  325.                     {% else %}
  326.                         <li><a href=\"{{ path('blog_index_paginated', {page: i, tag: tagName}) }}\">{{ i }}</a></li>
  327.                     {% endif %}
  328.                 {% endfor %}
  329.                 {% if paginator.hasNextPage %}
  330.                     <li class=\"next\"><a href=\"{{ path('blog_index_paginated', {page: paginator.nextPage, tag: tagName}) }}\" rel=\"next\">{{ 'paginator.next'|trans }} <i class=\"fa fw fa-arrow-right\"></i></a></li>
  331.                 {% else %}
  332.                     <li class=\"next disabled\"><span>{{ 'paginator.next'|trans }} <i class=\"fa fw fa-arrow-right\"></i></span></li>
  333.                 {% endif %}
  334.             </ul>
  335.         </div>
  336.     {% endif %}
  337. {% endblock %}
  338. {% block sidebar %}
  339.     {{ parent() }}
  340.     {{ show_source_code(_self) }}
  341.     {{ include('blog/_rss.html.twig') }}
  342. {% endblock %}
  343. ""blog/index.html.twig""/home/clients/1e57b84061a8b3119c89d49d271a0c31/sites/site80.web01.cloud01.hgpcc.ch/templates/blog/index.html.twig");
  344.     }
  345. }