templates/page/static/terms-and-conditions.html.twig line 1

Open in your IDE?
  1. {% block title %}Conditions d'utilisations{% endblock %}
  2. {% extends 'page/static/policy-template.html.twig' %}
  3. {% block content_policy %}
  4.     <h1>Conditions d'utilisations</h1>
  5.     {% for i in 0..100 %}
  6.         <p>Hello cvc cbv cbcbcnfh fhfghbd dfhdb cb{{ i }}</p>
  7.         <p>aqwds sfzertz dcfdte dg</p>
  8.         <p>aqsze zeret dfr eferdf cd cfedtec ete ctef fegy fyefe vfgjur vru</p>
  9.     {% endfor %}
  10. {% endblock %}