templates/pages/formules/index.html.twig line 1

  1. {% extends 'site.html.twig' %}
  2. {% block title %}Hello PagesController!{% endblock %}
  3. {% block body %}
  4.          <div class="container-fluid bg-primary py-5 bg-header-formule" style="margin-bottom: 90px;">
  5.             <div class="row py-5">
  6.                 <div class="col-12 pt-lg-5 mt-lg-5 text-center" style="height: 250px">
  7.                     <h1 class="display-4 text-white animated zoomIn" style="margin-top: 50px">Nos Formules</h1>
  8.                   
  9.                 </div>
  10.             </div>
  11.         </div>
  12. {{ include('formules.twig') }}
  13. {% endblock %}