Files
drupal-mathallo/web_main/themes/custom/mathallo/templates/layout--onecol.html.twig
2026-01-19 16:28:42 +01:00

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 }}