var/cache/dev/twig/e3/e36531d2a70f014877230f73d9f822bb.php line 83
<?phpuse Twig\Environment;use Twig\Error\LoaderError;use Twig\Error\RuntimeError;use Twig\Extension\SandboxExtension;use Twig\Markup;use Twig\Sandbox\SecurityError;use Twig\Sandbox\SecurityNotAllowedTagError;use Twig\Sandbox\SecurityNotAllowedFilterError;use Twig\Sandbox\SecurityNotAllowedFunctionError;use Twig\Source;use Twig\Template;/* vitrine/cgv.html.twig */class __TwigTemplate_afc8efb18c12939db336b9d219973e4b extends Template{private $source;private $macros = [];public function __construct(Environment $env){parent::__construct($env);$this->source = $this->getSourceContext();$this->parent = false;$this->blocks = [];}protected function doDisplay(array $context, array $blocks = []){$macros = $this->macros;$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/cgv.html.twig"));$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "vitrine/cgv.html.twig"));// line 1echo twig_include($this->env, $context, "partials/main.html.twig");echo "<head>";// line 5echo twig_include($this->env, $context, "partials/title-meta.html.twig", ["title" => "CGV"]);echo "<!-- Plugins css -->";// line 8echo twig_include($this->env, $context, "partials/head-css.html.twig");echo "</head>";// line 11echo twig_include($this->env, $context, "partials/body.html.twig");echo "<!-- Begin page --><div id=\"layout-wrapper\">";// line 16echo twig_include($this->env, $context, "partials/menu.html.twig");echo "<div class=\"main-content vh-100\"><div class=\"page-content h-100\"><div class=\"container-fluid h-100\"><div class=\"row\"><div class=\"col\"><h2 class='mb-3 text-center' style='color: #5A5A5A; font-family: \"futura-bdcn\";'>CONDITIONSGÉNÉRALES DE VENTES</h2>";// line 26echo 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", false, false, false, 26);echo "</div></div></div><!-- container-fluid --></div><!-- End Page-content -->";// line 35echo twig_include($this->env, $context, "partials/footer.html.twig");echo "</div><!-- end main content--></div><!-- END layout-wrapper -->";// line 40echo twig_include($this->env, $context, "partials/vendor-scripts.html.twig");echo "<script src=\"https://unpkg.com/dropzone@5/dist/min/dropzone.min.js\"></script><script src='/js/pages/custom-product-step1.js'></script><script src=\"/js/app.js\"></script></body></html>";$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);}public function getTemplateName(){return "vitrine/cgv.html.twig";}public function isTraitable(){return false;}public function getDebugInfo(){return array ( 103 => 40, 95 => 35, 83 => 26, 70 => 16, 62 => 11, 56 => 8, 50 => 5, 43 => 1,);}public function getSourceContext(){return new Source("{{ include('partials/main.html.twig') }}<head>{{ include('partials/title-meta.html.twig', {title: 'CGV'}) }}<!-- Plugins css -->{{ include('partials/head-css.html.twig') }}</head>{{ include('partials/body.html.twig') }}<!-- Begin page --><div id=\"layout-wrapper\">{{ include('partials/menu.html.twig') }}<div class=\"main-content vh-100\"><div class=\"page-content h-100\"><div class=\"container-fluid h-100\"><div class=\"row\"><div class=\"col\"><h2 class='mb-3 text-center' style='color: #5A5A5A; font-family: \"futura-bdcn\";'>CONDITIONSGÉNÉRALES DE VENTES</h2>{{content.text|raw}}</div></div></div><!-- container-fluid --></div><!-- End Page-content -->{{ include('partials/footer.html.twig') }}</div><!-- end main content--></div><!-- END layout-wrapper -->{{ include('partials/vendor-scripts.html.twig') }}<script src=\"https://unpkg.com/dropzone@5/dist/min/dropzone.min.js\"></script><script src='/js/pages/custom-product-step1.js'></script><script src=\"/js/app.js\"></script></body></html>", "vitrine/cgv.html.twig", "/home2/sc4lemi9372/preprod.my-site-web.com/templates/vitrine/cgv.html.twig");}}