{% extends "base.html" %} {% load static dsfr_tags wagtailcore_tags wagtailimages_tags i18n %} {% block title %} {{ page.seo_title|default:page.title }} — {{ settings.sites_conformes_content_manager.CmsDsfrConfig.site_title }} {% endblock title %} {% if page.search_description %} {% block description %} {% endblock description %} {% endif %} {% block social_media %} {% endblock social_media %} {% block content %}
{% include "sites_conformes_content_manager/blocks/breadcrumbs.html" %} {% if page.show_title %}

{{ page.title }} {% if extra_title %}: {{ extra_title }}{% endif %}

{% endif %} {% include "sites_conformes_content_manager/blocks/messages.html" %}
{% endblock content %}