var/cache/dev/twig/e3/e36531d2a70f014877230f73d9f822bb.php line 33

  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. /* vitrine/cgv.html.twig */
  14. class __TwigTemplate_afc8efb18c12939db336b9d219973e4b 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->parent false;
  23.         $this->blocks = [
  24.         ];
  25.     }
  26.     protected function doDisplay(array $context, array $blocks = [])
  27.     {
  28.         $macros $this->macros;
  29.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  30.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/cgv.html.twig"));
  31.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  32.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""vitrine/cgv.html.twig"));
  33.         // line 1
  34.         echo twig_include($this->env$context"partials/main.html.twig");
  35.         echo "
  36. <head>
  37.     ";
  38.         // line 5
  39.         echo twig_include($this->env$context"partials/title-meta.html.twig", ["title" => "CGV"]);
  40.         echo "
  41.     <!-- Plugins css -->
  42.     ";
  43.         // line 8
  44.         echo twig_include($this->env$context"partials/head-css.html.twig");
  45.         echo "
  46. </head>
  47. ";
  48.         // line 11
  49.         echo twig_include($this->env$context"partials/body.html.twig");
  50.         echo "
  51. <!-- Begin page -->
  52. <div id=\"layout-wrapper\">
  53.     ";
  54.         // line 16
  55.         echo twig_include($this->env$context"partials/menu.html.twig");
  56.         echo "
  57.     <div class=\"main-content vh-100\">
  58.         <div class=\"page-content h-100\">
  59.             <div class=\"container-fluid h-100\">
  60.                 <div class=\"row\">
  61.                     <div class=\"col\">
  62.                         <h2 class='mb-3 text-center' style='color: #5A5A5A; font-family: \"futura-bdcn\";'>CONDITIONS
  63.                             GÉNÉRALES DE VENTES</h2>
  64.                         ";
  65.         // line 26
  66.         echo twig_get_attribute($this->env$this->source, (isset($context["content"]) || array_key_exists("content"$context) ? $context["content"] : (function () { throw new RuntimeError('Variable "content" does not exist.'26$this->source); })()), "text", [], "any"falsefalsefalse26);
  67.         echo "
  68.                     </div>
  69.                 </div>
  70.             </div>
  71.             <!-- container-fluid -->
  72.         </div>
  73.         <!-- End Page-content -->
  74.         ";
  75.         // line 35
  76.         echo twig_include($this->env$context"partials/footer.html.twig");
  77.         echo "
  78.     </div>
  79.     <!-- end main content-->
  80. </div>
  81. <!-- END layout-wrapper -->
  82. ";
  83.         // line 40
  84.         echo twig_include($this->env$context"partials/vendor-scripts.html.twig");
  85.         echo "
  86. <script src=\"https://unpkg.com/dropzone@5/dist/min/dropzone.min.js\"></script>
  87. <script src='/js/pages/custom-product-step1.js'></script>
  88. <script src=\"/js/app.js\"></script>
  89. </body>
  90. </html>";
  91.         
  92.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  93.         
  94.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  95.     }
  96.     public function getTemplateName()
  97.     {
  98.         return "vitrine/cgv.html.twig";
  99.     }
  100.     public function isTraitable()
  101.     {
  102.         return false;
  103.     }
  104.     public function getDebugInfo()
  105.     {
  106.         return array (  103 => 40,  95 => 35,  83 => 26,  70 => 16,  62 => 11,  56 => 8,  50 => 5,  43 => 1,);
  107.     }
  108.     public function getSourceContext()
  109.     {
  110.         return new Source("{{ include('partials/main.html.twig') }}
  111. <head>
  112.     {{ include('partials/title-meta.html.twig', {title: 'CGV'}) }}
  113.     <!-- Plugins css -->
  114.     {{ include('partials/head-css.html.twig') }}
  115. </head>
  116. {{ include('partials/body.html.twig') }}
  117. <!-- Begin page -->
  118. <div id=\"layout-wrapper\">
  119.     {{ include('partials/menu.html.twig') }}
  120.     <div class=\"main-content vh-100\">
  121.         <div class=\"page-content h-100\">
  122.             <div class=\"container-fluid h-100\">
  123.                 <div class=\"row\">
  124.                     <div class=\"col\">
  125.                         <h2 class='mb-3 text-center' style='color: #5A5A5A; font-family: \"futura-bdcn\";'>CONDITIONS
  126.                             GÉNÉRALES DE VENTES</h2>
  127.                         {{content.text|raw}}
  128.                     </div>
  129.                 </div>
  130.             </div>
  131.             <!-- container-fluid -->
  132.         </div>
  133.         <!-- End Page-content -->
  134.         {{ include('partials/footer.html.twig') }}
  135.     </div>
  136.     <!-- end main content-->
  137. </div>
  138. <!-- END layout-wrapper -->
  139. {{ include('partials/vendor-scripts.html.twig') }}
  140. <script src=\"https://unpkg.com/dropzone@5/dist/min/dropzone.min.js\"></script>
  141. <script src='/js/pages/custom-product-step1.js'></script>
  142. <script src=\"/js/app.js\"></script>
  143. </body>
  144. </html>""vitrine/cgv.html.twig""/home2/sc4lemi9372/preprod.my-site-web.com/templates/vitrine/cgv.html.twig");
  145.     }
  146. }