From 38e2390f12d3b64839dd69aa7e0acc31e06d3ad9 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 2 Feb 2026 10:55:18 +0100 Subject: [PATCH] cleaning file --- layout--onecol.html.twig | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 layout--onecol.html.twig diff --git a/layout--onecol.html.twig b/layout--onecol.html.twig deleted file mode 100644 index 01d61e0..0000000 --- a/layout--onecol.html.twig +++ /dev/null @@ -1,26 +0,0 @@ -{# -/** - * @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
. - * - * @ingroup themeable - */ -#} -{% - set classes = [ - 'layout', - 'layout--onecol', - ] -%} -{% if content %} - -
- {{ content.content }} -
-
-{% endif %}