{% extends "cofcms/base_aside.html" %} {% load wagtailimages_tags cofcms_tags wagtailcore_tags %} {% block aside %} {% calendar %} {% endblock %} {% block content %}

{{ page.title }}

{{ page.introduction|safe }}
{% for actu in page.actus %}

{{ actu.title }}

{% if actu.is_event %}

{{ actu.chapo }}

{% else %} {{ actu.body|safe|truncatewords_html:25 }} {% endif %} Lire plus >
{% endfor %}
{% endblock %}