{% load wagtailcore_tags my my_amp %}

{{ page.h1 }}

{% include 'webspace/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

{% 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 'webspace/cms/blocks/common/article.html' with blog=blog.value %} {% endfor %}
{% endif %}