You are here

ds-1col.html.twig in Display Suite 8.2

Same filename and directory in other branches
  1. 8.4 templates/ds-1col.html.twig
  2. 8.3 templates/ds-1col.html.twig

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.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Display Suite 1 column template.
  5. *
  6. * Available variables:
  7. * - ds_content_wrapper: wrapper around content
  8. * - attributes: content region attributes
  9. * - ds_content: content region
  10. */
  11. #}
  12. <{{ ds_content_wrapper }}{{ attributes.addClass('ds-1col', 'clearfix') }}>
  13. {{ title_suffix.contextual_links }}
  14. {{ ds_content }}
  15. </{{ ds_content_wrapper }}>