{% extends "base.html" %} {% load wagtailcore_tags image_filters i18n svg static %} {% block content %} {{ blog.title }} {{ blog.intro }} {% trans "All" %} {% for tag in blog_tags %} {% if page == tag %} {{ tag.tag }} {% else %} {{ tag.tag }} {% endif %} {% endfor %} {% for post in blog_pages %} {% with post=post.specific %} {% with post.main_image as main_image %} {% if main_image %} {% responsive_image main_image ratio=1.5 %} {% else %} {% endif %} {{ post.title }} {% endwith %} {% if post.intro %} {{ post.intro }} {% else %} {% endif %} en savoir + {% endwith %} {% endfor %} {% endblock %}
{% if post.intro %} {{ post.intro }} {% else %} {% endif %}
en savoir +