Fix template suggestions; works *without* the twigsuggest DS fix

This commit is contained in:
benjamin melançon 2020-06-18 12:45:57 -04:00
parent e42ebca830
commit b29b0b2d33
2 changed files with 3 additions and 3 deletions

View file

@ -14,15 +14,15 @@
* - right: content of right region * - right: content of right region
*/ */
#} #}
<{{ outer_wrapper }}{{ attributes.addClass('clearfix') }}> <{{ outer_wrapper }}{{ attributes.addClass('columns', 'clearfix') }}>
{{ title_suffix.contextual_links }} {{ title_suffix.contextual_links }}
<{{ left_wrapper }}{{ left_attributes.addClass('') }}> <{{ left_wrapper }}{{ left_attributes.addClass('column') }}>
{{ left }} {{ left }}
</{{ left_wrapper }}> </{{ left_wrapper }}>
<{{ right_wrapper }}{{ right_attributes.addClass('') }}> <{{ right_wrapper }}{{ right_attributes.addClass('column') }}>
{{ right }} {{ right }}
</{{ right_wrapper }}> </{{ right_wrapper }}>