Copy directly from display suite module so we can actually change something

This commit is contained in:
benjamin melançon 2019-09-29 14:55:34 -04:00
parent e2c5de47f1
commit d537a8dc9e

View file

@ -1 +1,18 @@
{% extends "@ds/ds-1col.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') }}>
{{ title_suffix.contextual_links }}
{{ ds_content }}
</{{ ds_content_wrapper }}>