.
*/
#}
{%
set classes = [
'layout',
'layout--twocol-bricks',
]
%}
{% if content %}
{% if content.top %}
{{ content.top }}
{% endif %}
{% if content.first_above %}
{{ content.first_above }}
{% endif %}
{% if content.second_above %}
{{ content.second_above }}
{% endif %}
{% if content.middle %}
{{ content.middle }}
{% endif %}
{% if content.first_below %}
{{ content.first_below }}
{% endif %}
{% if content.second_below %}
{{ content.second_below }}
{% endif %}
{% if content.bottom %}
{{ content.bottom }}
{% endif %}