var/cache/dev/twig/d4/d4963b6f5c231e40ce9e0052ff314bdc.php line 56

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/sidebar.html.twig */
  16. class __TwigTemplate_ccd191f9674abc75afd17836cb98956c 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->parent false;
  28.         $this->blocks = [
  29.         ];
  30.     }
  31.     protected function doDisplay(array $context, array $blocks = []): iterable
  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""blog/sidebar.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""blog/sidebar.html.twig"));
  38.         // line 1
  39.         yield "<div class=\"sidebar\">
  40. ";
  41.         // line 2
  42.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Uniski\\CMSBundle\\Controller\\BlogController::recentPostsAction"));
  43.         yield "
  44. ";
  45.         // line 4
  46.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Uniski\\CMSBundle\\Controller\\BlogController::archivePostsAction"));
  47.         yield "
  48. ";
  49.         // line 6
  50.         yield $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("Uniski\\CMSBundle\\Controller\\BlogController::tagsPostsAction"));
  51.         yield "
  52. </div>
  53. ";
  54.         
  55.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  56.         
  57.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  58.         yield from [];
  59.     }
  60.     /**
  61.      * @codeCoverageIgnore
  62.      */
  63.     public function getTemplateName(): string
  64.     {
  65.         return "blog/sidebar.html.twig";
  66.     }
  67.     /**
  68.      * @codeCoverageIgnore
  69.      */
  70.     public function isTraitable(): bool
  71.     {
  72.         return false;
  73.     }
  74.     /**
  75.      * @codeCoverageIgnore
  76.      */
  77.     public function getDebugInfo(): array
  78.     {
  79.         return array (  61 => 6,  56 => 4,  51 => 2,  48 => 1,);
  80.     }
  81.     public function getSourceContext(): Source
  82.     {
  83.         return new Source("<div class=\"sidebar\">
  84. {{ render(controller('Uniski\\\\CMSBundle\\\\Controller\\\\BlogController::recentPostsAction')) }}
  85. {{ render(controller('Uniski\\\\CMSBundle\\\\Controller\\\\BlogController::archivePostsAction')) }}
  86. {{ render(controller('Uniski\\\\CMSBundle\\\\Controller\\\\BlogController::tagsPostsAction')) }}
  87. </div>
  88. ""blog/sidebar.html.twig""/var/www/uniski/templates/blog/sidebar.html.twig");
  89.     }
  90. }