templates/themes/theme/landing_page_blocks/index.html.twig line 1

Open in your IDE?
  1. {% if blocks %}
  2. <div class="landing-page-blocks-wrapper">
  3. <div class="container">
  4. {% for block in blocks %}
  5. <twig:LandingBlock :block="block" />
  6. {% endfor %}
  7. </div>
  8. </div>
  9. {% endif %}