{# On landingpages the headline level has to be h3 #} {% extends 'sections/default/heading.twig' %} {# For Landingpages we need to set the section_autowrapper_class to col-8 , and set the adslot false. That's because the section width should be as long as the teaserlist width and the adslot is set false because there are cases when there's not enough space for an Adslot in this Section #} {% set options = options|default({}) + { sections_autowrapper_colclass: 'col-12 col-md-8', sections_autowrapper_adslot_allowed: false, } %} {% block section_content %}