{% if blocks %}
<div class="landing-page-blocks-wrapper">
<div class="container">
{% for block in blocks %}
<twig:LandingBlock :block="block" />
{% endfor %}
</div>
{% endif %}