11 lines
150 B
Twig
11 lines
150 B
Twig
{#
|
|
/**
|
|
* @file
|
|
* Display Suite reset template.
|
|
*
|
|
* Available variables:
|
|
* - ds_content: content of the ds_content region
|
|
*/
|
|
#}
|
|
{{ ds_content }}
|