{{ title }}

{{ if hero_texte_intro }}
{{ hero_texte_intro }}
{{ /if }}
{{ form:create in="{ formulaire:handle }" class="col-span-full lg:col-span-8 site-grid" }} {{ fields }} {{ $field_container_class = switch( (width == '25') => 'md:col-span-3', (width == '33') => 'md:col-span-4', (width == '50') => 'md:col-span-6', (width == '66') => 'md:col-span-8', (width == '75') => 'md:col-span-9', () => 'md:col-span-full' )}}
{{ field }}
{{ if error }}

{{ error }}

{{ /if }}
{{ /fields }} {{ /form:create }} {{ blocs_flexibles }} {{ partial src="blocks/{type replace='_|-'}" }} {{ /blocs_flexibles }}