{% load social_share wagtailimages_tags wagtailcore_tags my my_amp %}

{{ page.h1 }}

{% include 'cms/blocks/common/tags_blog.html' with tags=page.tags.all links=1 %}
{{ page.intro_page|richtext }}
{% comment %}---------------------------- Summary ----------------------------{% endcomment %} {% if summary %}

Structure de l'article

{% else %}

Erreur Sommaire

Le sommaire ne peut pas être généré

Il y a une/des erreur(s) dans le contenue de la page sur l'architecture des titres h2, h3, h4 , h5.

{% endif %} {% comment %}---------------------------- Content ----------------------------{% endcomment %} {% for block in page.body %} {% include_block block with block_num=forloop.counter %} {% endfor %} {% comment %}---------------------------- Articles related ----------------------------{% endcomment %} {% if page.related_blogs %}

Les articles du même thème


{% for blog in page.related_blogs %} {% include 'cms/blocks/common/article.html' with blog=blog.value %} {% endfor %}
{% include 'cms/blocks/static/social_share.html' %} {% endif %}