{% load get_block %}
{% with block=block_layout|get_block:'top-left' %} {% if block %} {% include block.get_template with vars=block.get_vars block_type="banner" %} {% endif %} {% endwith %}
{% with block=block_layout|get_block:'middle-left' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %} {% with block=block_layout|get_block:'middle-left-inner' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %}
{% with block=block_layout|get_block:'middle-right-inner' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %} {% with block=block_layout|get_block:'middle-2-left' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %}
{% with block=block_layout|get_block:'middle-2-left-inner' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% endif %} {% endwith %} {% with block=block_layout|get_block:'middle-2-right-inner' %} {% if block %}
{% include block.get_template with vars=block.get_vars block_type="small" %}
{% 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:'bottom-right-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 block_type="thin" vars=block.get_vars block_type="tall" %} {% endif %} {% endwith %} {% with block=block_layout|get_block:'bottom-right' %} {% if block %} {% include block.get_template with block_type="thin" vars=block.get_vars block_type="tall" %} {% endif %} {% endwith %}