ds-8.x-3.9/tests/themes/ds_test_layout_theme/templates/ds-1col--node.html.twig
tests/themes/ds_test_layout_theme/templates/ds-1col--node.html.twig
{#
/**
* @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') }} id="overridden-ds-1-col-template">
{{ title_suffix.contextual_links }}
{{ ds_content }}
</{{ ds_content_wrapper }}>
