ds-1col.html.twig in Display Suite 8.2
Same filename and directory in other branches
Display Suite 1 column template.
Available variables:
- ds_content_wrapper: wrapper around content
- attributes: content region attributes
- ds_content: content region
File
templates/ds-1col.html.twigView source
- {#
- /**
- * @file
- * Display Suite 1 column template.
- *
- * Available variables:
- * - ds_content_wrapper: wrapper around content
- * - attributes: content region attributes
- * - ds_content: content region
- */
- #}
- <{{ ds_content_wrapper }}{{ attributes.addClass('ds-1col', 'clearfix') }}>
-
- {{ title_suffix.contextual_links }}
-
- {{ ds_content }}
-
- </{{ ds_content_wrapper }}>