1KA_F2F/frontend/drupal9/web/modules/contrib/ds/templates/ds-1col-wrapper.html.twig

23 lines
574 B
Twig
Raw Normal View History

2021-07-27 14:46:32 +02:00
{#
/**
* @file
* Display Suite 1 column wrapper template.
*
* Available variables:
* - outer_wrapper: outer wrapper element
* - ds_content_wrapper: wrapper around content
* - attributes: outer wrapper attributes
* - ds_content_attributes: attributes for ds_content region
* - ds_content: content of ds_content region
*/
#}
<{{ outer_wrapper }}{{ attributes.addClass('ds-1col', 'clearfix') }}>
{{ title_suffix.contextual_links }}
<{{ ds_content_wrapper }}{{ ds_content_attributes }}>
{{ ds_content }}
</{{ ds_content_wrapper }}>
</{{ outer_wrapper }}>