15 lines
330 B
Twig
15 lines
330 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Default theme implementation 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>.
|
|
*
|
|
* @ingroup themeable
|
|
*/
|
|
#}
|
|
{{ content.content }}
|