{# /** * @file * Theme override to display a one-column layout. * * Available variables: * - in_preview: Whether the plugin is being rendered in preview mode. * - content: The content for this layout. * - attributes: HTML attributes for the layout
. */ #} {% set classes = [ 'layout', 'layout--onecol', ] %} {% if content %}
{{ content.content }}
{% endif %}