{% load get_block %}
{% with block=block_layout|get_block:'top-left' %} {% if block %} {% include "public/blocks/block.html" %} {% endif %} {% endwith %}
{% with block=block_layout|get_block:'bottom-left' %} {% if block %}
{% include "public/blocks/block.html" %}
{% endif %} {% endwith %} {% with block=block_layout|get_block:'bottom-left-inner' %} {% if block %}
{% include "public/blocks/block.html" %}
{% endif %} {% endwith %}
{% with block=block_layout|get_block:'top-right' %} {% if block %} {% include "public/blocks/block.html" %} {% endif %} {% endwith %} {% with block=block_layout|get_block:'bottom-right' %} {% if block %} {% include "public/blocks/block.html" %} {% endif %} {% endwith %}