{#
/**
* @file
* Theme override for a four-column 25%-25%-25%-25% layout.
*
* Available variables:
* - content: The content for this layout.
* - attributes: HTML attributes for the layout
.
*/
#}
{%
set classes = [
'layout',
'layout--fourcol-section',
]
%}
{% if content %}