Fix template suggestions; works *without* the twigsuggest DS fix
This commit is contained in:
parent
e42ebca830
commit
b29b0b2d33
2 changed files with 3 additions and 3 deletions
|
@ -14,15 +14,15 @@
|
|||
* - right: content of right region
|
||||
*/
|
||||
#}
|
||||
<{{ outer_wrapper }}{{ attributes.addClass('clearfix') }}>
|
||||
<{{ outer_wrapper }}{{ attributes.addClass('columns', 'clearfix') }}>
|
||||
|
||||
{{ title_suffix.contextual_links }}
|
||||
|
||||
<{{ left_wrapper }}{{ left_attributes.addClass('') }}>
|
||||
<{{ left_wrapper }}{{ left_attributes.addClass('column') }}>
|
||||
{{ left }}
|
||||
</{{ left_wrapper }}>
|
||||
|
||||
<{{ right_wrapper }}{{ right_attributes.addClass('') }}>
|
||||
<{{ right_wrapper }}{{ right_attributes.addClass('column') }}>
|
||||
{{ right }}
|
||||
</{{ right_wrapper }}>
|
||||
|
||||
|
|
Loading…
Reference in a new issue