{% extends "sites_faciles/base.html" %} {% load i18n static dsfr_tags wagtailcore_tags wagtailimages_tags wagtail_dsfr_tags %} {% block title %} {{ page.seo_title|default:page.title }} — {{ settings.sites_faciles_content_manager.CmsDsfrConfig.site_title }} {% endblock title %} {% if page.search_description %} {% block description %} {% endblock description %} {% endif %} {% 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 content %} {% include "sites_faciles_content_manager/blocks/heading.html" %} {% include "sites_faciles_content_manager/blocks/messages.html" %} {% with categories=page.blog_categories.all %}
{% include "sites_faciles_content_manager/blocks/breadcrumbs.html" %} {% if not page.header_with_title %}

{{ page.title }} {% include "sites_faciles_content_manager/blocks/page_visibility.html" %}

{% endif %}

Publié le {{ page.date |date:'l j F Y' }} {% if categories %} | {% for category in categories %} {{ category.name }} {% if not forloop.last %},{% endif %} {% endfor %} {% endif %}

{% include "sites_faciles_content_manager/blocks/blocks_stream.html" with stream=page.body %} {% with authors=page.authors.all %} {% if authors %}

{% translate "Posted by:" %}

{% for author in authors %} {% include "blog/blocks/contact_card.html" with value=author %} {% endfor %}
{% endif %} {% endwith %} {% if categories %} {% for category in categories %} {% include "sites_faciles_content_manager/blocks/blocks_stream.html" with stream=category.colophon %} {% endfor %} {% endif %} {% endwith %}
{% for tag in page.tags.all|dictsort:"slug" %} {{ tag }} {% endfor %}
{% if settings.sites_faciles_content_manager.CmsDsfrConfig.show_share_links and settings.sites_faciles_content_manager.CmsDsfrConfig.share_links_blog_posts %} {% include "blocks/share.html" %} {% endif %} {% endblock content %}