{% load get_block %}
{% with block=block_layout|get_block:'top-left' %} {% if block %} {% include block.get_template with vars=block.get_vars block_type="large" %} {% endif %} {% endwith %}
{% with block=block_layout|get_block:'bottom-left' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %} {% with block=block_layout|get_block:'bottom-left-inner' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %}
{% with block=block_layout|get_block:'top-right' %} {% if block %} {% include block.get_template with vars=block.get_vars block_type="wide" %} {% endif %} {% endwith %} {% with block=block_layout|get_block:'bottom-right' %} {% if block %} {% include block.get_template with vars=block.get_vars block_type="large" %} {% endif %} {% endwith %}