{% extends "cms/base_site.html" %} {# display a timetable of planified diffusions by days #} {% load wagtailcore_tags %} {% block content %} {% if page.body %}
{{ page.body|richtext }}
{% endif %} {% include "cms/snippets/date_list.html" %} {% endblock %}