{% extends "wagtail_design_system/base.html" %} {% load static design_system_tags wagtailcore_tags wagtailimages_tags i18n %} {% block title %} {{ full_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/heading.html" %} {% include "sites_faciles/messages.html" %} {% with categories=page.blog_categories.all %}
{% include "sites_faciles/breadcrumbs.html" %}

{{ page.title }}

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 "wagtail_design_system/blocks_stream.html" with stream=page.body %} {% with authors=page.authors.all %} {% if authors %}

{% translate "Posted by:" %}

{% for author in authors %} {% include "design_system_blog/contact_card.html" with value=author %} {% endfor %}
{% endif %} {% endwith %} {% if categories %} {% for category in categories %} {% include "wagtail_design_system/blocks_stream.html" with stream=category.colophon %} {% endfor %} {% endif %} {% endwith %}
{% for tag in page.tags.all|dictsort:"slug" %} {{ tag }} {% endfor %}
{% endblock content %}