.
*/
#}
{%
set classes = [
'layout',
'layout--fourcol-section',
]
%}
{% if content %}
{% if content.first %}
{{ content.first }}
{% endif %}
{% if content.second %}
{{ content.second }}
{% endif %}
{% if content.third %}
{{ content.third }}
{% endif %}
{% if content.fourth %}
{{ content.fourth }}
{% endif %}
{% endif %}