var/cache/dev/twig/29/2922d21d47a261ee4e7c58256210e3fa.php line 42

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. /* @KinuInkAlumni/layout.html.twig */
  16. class __TwigTemplate_929fc36d00805c67f683ad826bcdcab1 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.         ];
  29.     }
  30.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  31.     {
  32.         // line 1
  33.         return "Layout/layout.html.twig";
  34.     }
  35.     protected function doDisplay(array $context, array $blocks = []): iterable
  36.     {
  37.         $macros $this->macros;
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  39.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@KinuInkAlumni/layout.html.twig"));
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  41.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""@KinuInkAlumni/layout.html.twig"));
  42.         $this->parent $this->loadTemplate("Layout/layout.html.twig""@KinuInkAlumni/layout.html.twig"1);
  43.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  44.         
  45.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  46.         
  47.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  48.     }
  49.     /**
  50.      * @codeCoverageIgnore
  51.      */
  52.     public function getTemplateName(): string
  53.     {
  54.         return "@KinuInkAlumni/layout.html.twig";
  55.     }
  56.     /**
  57.      * @codeCoverageIgnore
  58.      */
  59.     public function isTraitable(): bool
  60.     {
  61.         return false;
  62.     }
  63.     /**
  64.      * @codeCoverageIgnore
  65.      */
  66.     public function getDebugInfo(): array
  67.     {
  68.         return array (  39 => 1,);
  69.     }
  70.     public function getSourceContext(): Source
  71.     {
  72.         return new Source("{% extends 'Layout/layout.html.twig' %}""@KinuInkAlumni/layout.html.twig""/home/u363484990/domains/iut-udc.online/public_html/src/KinuInk/AlumniBundle/Resources/views/layout.html.twig");
  73.     }
  74. }