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