Copy directly from display suite module so we can actually change something
This commit is contained in:
parent
e2c5de47f1
commit
d537a8dc9e
1 changed files with 18 additions and 1 deletions
|
@ -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 }}>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue