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

{{ page.title }}

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

{{ actu.title }}

{% if actu.image %} {% image actu.image fill-400x200 class="actu-img" %} {% endif %}
{% endif %} {% endfor %}
{% endblock %}