kinetic-2.0.x-dev/templates/layout/layout--two-column.html.twig
templates/layout/layout--two-column.html.twig
{#
/**
* @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 <div>.
*/
#}
{% if content %}
{{ include('kinetic:layout--two-column', {
first: content.first,
second: content.second,
settings: settings,
}, with_context: true) }}
{% endif %}
