diff --git a/lemarche/templates/cms/home_pagev2.html b/lemarche/templates/cms/home_pagev2.html
new file mode 100644
index 000000000..b0aec4b23
--- /dev/null
+++ b/lemarche/templates/cms/home_pagev2.html
@@ -0,0 +1,42 @@
+{% extends "layouts/base.html" %}
+{% load static dsfr_tags wagtailcore_tags wagtailimages_tags i18n %}
+{% block title %}
+
{{ page.seo_title|default:page.title }} — {{ settings.content_manager.CmsDsfrConfig.site_title }}
+{% endblock title %}
+{% block description %}
+ {% if page.search_description %}{% endif %}
+{% endblock description %}
+{% block social_media %}
+
+
+
+
+
+
+ {% if page.get_translations.live %}
+ {% for translation in page.get_translations.live %}
+
+ {% endfor %}
+ {% endif %}
+
+
+ {% if page.header_image %}
+
+ {% image page.header_image fill-1200x627 as header_image %}
+
+
+ {% else %}
+
+ {% endif %}
+{% endblock social_media %}
+{% block breadcrumb %}
+ {% comment %} empty for home page {% endcomment %}
+{% endblock breadcrumb %}
+{% block content %}
+ {% include "content_manager/blocks/heading.html" %}
+ {% include "content_manager/blocks/messages.html" %}
+ {% include "content_manager/blocks/blocks_stream.html" with stream=page.body %}
+{% endblock content %}
diff --git a/lemarche/templates/layouts/base.html b/lemarche/templates/layouts/base.html
index d3c24eecd..6c65a10f6 100644
--- a/lemarche/templates/layouts/base.html
+++ b/lemarche/templates/layouts/base.html
@@ -8,27 +8,30 @@
{% dsfr_css %}
-
{% compress css %}
-
-
-
- {% comment %}See https://github.com/GouvernementFR/dsfr-theme-tarteaucitron{% endcomment %}
-
- {% dsfr_favicon %}
+
+
+ {% comment %}See https://github.com/GouvernementFR/dsfr-theme-tarteaucitron{% endcomment %}
+
+ {% dsfr_favicon %}
{% endcompress %}
-
{% block extra_css %}
{% endblock extra_css %}
-
- {% block title %} — Le marché de l'inclusion{% endblock %}
+
+ {% block title %}— Le marché de l'inclusion{% endblock %}
+
{% block meta_description %}
-
+
{% endblock meta_description %}
-
-
{% block opengraph %}
{% endblock opengraph %}
@@ -36,20 +39,17 @@
{% block skiplinks %}
{% dsfr_skiplinks skiplinks %}
{% endblock skiplinks %}
-
{% block header %}
{% include "layouts/_header.html" %}
{% endblock header %}
-
{% dsfr_theme_modale %}
-
{% if SITE_CONFIG.notice %}
{% dsfr_notice title=SITE_CONFIG.notice %}
{% endif %}
-
{% block breadcrumb %}
- {% dsfr_breadcrumb %}
+ {% comment %} {% dsfr_breadcrumb %} {% endcomment %}
+ {% include "content_manager/blocks/breadcrumbs.html" %}
{% endblock breadcrumb %}
{% block messages %}
@@ -59,27 +59,27 @@
{% endblock content %}
-
{% block follow_newsletter_social_media %}
{% endblock follow_newsletter_social_media %}
-
{% block footer %}
{% include "layouts/_footer.html" %}
{% endblock footer %}
-
- {% block modals %}{% endblock modals %}
-
+ {% block modals %}
+ {% endblock modals %}
{% dsfr_js nonce=request.csp_nonce %}
-
+
-
-
-
+
+
{% if BITOUBI_ENV not in "dev" %}
- {% include "includes/_tracker_tarteaucitron.html" %}
- {% include "includes/_tracker_itou.html" %}
+ {% include "includes/_tracker_tarteaucitron.html" %}
+ {% include "includes/_tracker_itou.html" %}
{% endif %}
{% block extra_js %}
{% endblock extra_js %}