templates/page/what_we_do.html.twig line 1

Open in your IDE?
  1.    {% extends 'standard_tpl.html.twig' %}
  2.    {% block page_banner '' %}
  3.    
  4.    {% block page_container %}
  5. <section class="gallery pt-10 pb-2">
  6.   <div class="container">
  7.     <div class="gallery-inner">
  8.       <div class="gallery-info w-lg-50 text-center m-auto">
  9.         <h2 class=" mb-2">Our key <span class="green">priorities</span></h2>
  10.         <p class="mb-4">Discover our core priorities—empowering women in geoscience, conserving geoheritage, and fostering resilient communities through education, advocacy, and sustainable development.</p>
  11.       </div>
  12.       <div class="lightbox">
  13.         <div class="row g-md-3 gy-3 justify-content-center" id="what-we-do-widget">
  14.         {{ sonata_block_render({'name':'whatWeDoWidget'}) }}
  15.         </div>
  16.       </div>
  17.     </div>
  18.   </div>
  19. </section>
  20.    {% endblock %}