{% extends "aircox_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 "aircox_cms/snippets/date_list.html" %} {% endblock %}