templates/front/front_customer_account/header.html.twig line 1

Open in your IDE?
  1. {% set mediaTmp = "default.webp" %}
  2. {% set mediaDefault = "default.jpg" %}
  3. <section data-bs-version="5.1" class="header1 cid-sYtfgmlx9v mbr-parallax-background" id="header1-2l"
  4.          style="background-image: url('{{ asset("/medias_front/pages/"~mediaTmp|default(mediaDefault))|imagine_filter('front_Bandeau_1920') }}')">
  5.     <div class=" mbr-overlay" style="opacity: 0; background-color: rgb(255, 255, 255);"></div>
  6. {#    <div class="align-center container">#}
  7. {#        <div class="row justify-content-center">#}
  8. {#            <div class="col-12 col-lg-12">#}
  9. {#                #}{#                {% if page.ptitre %} #}
  10. {#                #}{#                    <h1 class="mbr-section-title mbr-fonts-style mb-0 display-1">{{ page.ptitreonglet|default(page.ptitre) }}</h1> #}
  11. {#                #}{#                {% endif %} #}
  12. {#            </div>#}
  13. {#        </div>#}
  14. {#    </div>#}
  15.     <div id="titrePage" class="pt-5 align-center container">
  16.         <div class="row justify-content-center">
  17.             <div class="col-12 col-lg-12">
  18.                 <h1 class="BigTitle mbr-section-title mbr-fonts-style mb-0 display-1">Mes coordonnées</h1>
  19.             </div>
  20.         </div>
  21.     </div>
  22.     <div class="containerWave">
  23.         <div class="vagueBlancheAccount"></div>
  24.     </div>
  25. </section>