{% extends 'front.html.twig' %} {% block title %} {{ parent() }} | {{ title_name }} {% endblock %} {% block front %}
{{ component('simple-section-with-image', { identifier: 'your_case', datas: your_case }) }} {{ component('complexe-section', { title: 'Programme de soin au cabinet et à distance', btn_title: 'EN SAVOIR PLUS', identifier: 'simple_section_component care_program', datas: care_program, root_path_name: 'app_front_care_program_', item_card: 'item_care' }) }} {{ component('simple-section', { identifier: 'simple_section_component acts', datas: but_cabinet }) }} {{ component('complexe-section', { title: 'Spiritualité, rituels, déconnexion a soi ', btn_title: 'EN SAVOIR PLUS', identifier: 'simple_section_component acts', datas: acts, root_path_name: 'app__maintenance', item_card: 'item_care' }) }} {{ component('simple-section', { identifier: 'simple_section_component acts', datas: but_patient }) }} {{ component('complexe-section', { title: 'Spécificité des pièces', btn_title: null, identifier: 'simple_section_component special', datas: parts_specials, root_path_name: 'app__maintenance', item_card: 'item_care_special' }) }} {{ component('complexe-section', { title: 'Evénements a ne pas manquer !', btn_title: 'EN SAVOIR PLUS', identifier: 'simple_section_component event', datas: events_not_be_missed, root_path_name: 'app_front_events_not_be_missed', item_card: 'item_care_event' }) }} {{ component('simple-section-with-image', { identifier: 'philosophy', isWithList: false, datas: philosophy }) }} {{ component('complexe-section', { title: 'Formations', btn_title: null, identifier: 'simple_section_component formation', datas: formations, root_path_name: 'app__maintenance', item_card: 'item_care_formation' }) }} {{ component('complexe-section', { title: 'Témoignages clients', identifier: 'simple_section_component testimonial', datas: testimonials, root_path_name: 'app__maintenance', item_card: 'item_care_formation' }) }} {{ include('front/home/sections/contact.html.twig') }} {{ component('simple-section-with-image', { identifier: 'work_together', datas: let_work_together, component: '
' }) }} {{ component('simple-section-with-image', { identifier: 'your_case', btn_title: 'Restez en contact', datas: slogan_healing, component: '' }) }}
{% endblock %}