var/cache/dev/twig/c4/c42696fde7c33f917a0fb47fa7e6b239.php line 91

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. /* home/index.html.twig */
  16. class __TwigTemplate_47b2bc5df39e30059475325a2495e959 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.             'title' => [$this'block_title'],
  29.             'body' => [$this'block_body'],
  30.         ];
  31.     }
  32.     protected function doGetParent(array $context): bool|string|Template|TemplateWrapper
  33.     {
  34.         // line 1
  35.         return "base.html.twig";
  36.     }
  37.     protected function doDisplay(array $context, array $blocks = []): iterable
  38.     {
  39.         $macros $this->macros;
  40.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  41.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home/index.html.twig"));
  42.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  43.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home/index.html.twig"));
  44.         $this->parent $this->load("base.html.twig"1);
  45.         yield from $this->parent->unwrap()->yield($contextarray_merge($this->blocks$blocks));
  46.         
  47.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  48.         
  49.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  50.     }
  51.     // line 3
  52.     /**
  53.      * @return iterable<null|scalar|\Stringable>
  54.      */
  55.     public function block_title(array $context, array $blocks = []): iterable
  56.     {
  57.         $macros $this->macros;
  58.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  59.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  60.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  61.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""title"));
  62.         yield "Match Meuble | Accueil
  63. ";
  64.         
  65.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  66.         
  67.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  68.         yield from [];
  69.     }
  70.     // line 6
  71.     /**
  72.      * @return iterable<null|scalar|\Stringable>
  73.      */
  74.     public function block_body(array $context, array $blocks = []): iterable
  75.     {
  76.         $macros $this->macros;
  77.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  78.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  79.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  80.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  81.         // line 7
  82.         yield "
  83.     <!-- Hero Section -->
  84.     ";
  85.         // line 9
  86.         yield Twig\Extension\CoreExtension::include($this->env$context"components/hero.html.twig");
  87.         yield "
  88. \t<!-- About Section -->
  89.     ";
  90.         // line 12
  91.         yield Twig\Extension\CoreExtension::include($this->env$context"components/about.html.twig");
  92.         yield "
  93. \t<!-- Pricing Section -->
  94.     ";
  95.         // line 15
  96.         yield Twig\Extension\CoreExtension::include($this->env$context"components/pricing.html.twig", ["plans" => ((array_key_exists("plans"$context)) ? (Twig\Extension\CoreExtension::default((isset($context["plans"]) || array_key_exists("plans"$context) ? $context["plans"] : (function () { throw new RuntimeError('Variable "plans" does not exist.'15$this->source); })()), null)) : (null))]);
  97.         yield "
  98. \t<!-- Testimonials Section -->
  99.     ";
  100.         // line 18
  101.         yield Twig\Extension\CoreExtension::include($this->env$context"components/testimonials.html.twig");
  102.         yield "
  103. \t<!-- Newsletter Section -->
  104.     ";
  105.         // line 21
  106.         yield Twig\Extension\CoreExtension::include($this->env$context"components/newsletter.html.twig");
  107.         yield "
  108. ";
  109.         
  110.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  111.         
  112.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  113.         yield from [];
  114.     }
  115.     /**
  116.      * @codeCoverageIgnore
  117.      */
  118.     public function getTemplateName(): string
  119.     {
  120.         return "home/index.html.twig";
  121.     }
  122.     /**
  123.      * @codeCoverageIgnore
  124.      */
  125.     public function isTraitable(): bool
  126.     {
  127.         return false;
  128.     }
  129.     /**
  130.      * @codeCoverageIgnore
  131.      */
  132.     public function getDebugInfo(): array
  133.     {
  134.         return array (  129 => 21,  123 => 18,  117 => 15,  111 => 12,  105 => 9,  101 => 7,  88 => 6,  64 => 3,  41 => 1,);
  135.     }
  136.     public function getSourceContext(): Source
  137.     {
  138.         return new Source("{% extends 'base.html.twig' %}
  139. {% block title %}Match Meuble | Accueil
  140. {% endblock %}
  141. {% block body %}
  142.     <!-- Hero Section -->
  143.     {{ include('components/hero.html.twig') }}
  144. \t<!-- About Section -->
  145.     {{ include('components/about.html.twig') }}
  146. \t<!-- Pricing Section -->
  147.     {{ include('components/pricing.html.twig', { plans: plans|default(null) }) }}
  148. \t<!-- Testimonials Section -->
  149.     {{ include('components/testimonials.html.twig') }}
  150. \t<!-- Newsletter Section -->
  151.     {{ include('components/newsletter.html.twig') }}
  152. {% endblock %}
  153. ""home/index.html.twig""/home/u956140113/domains/sassify.fr/public_html/match-meuble/templates/home/index.html.twig");
  154.     }
  155. }