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