{{ page.content }}
{% if page.slug == "mediatheque" %}
{% endif %}
{% for post in page.children %}
{% set source = post.header.media_thumbnail %}
{% if source != null%}
{% set info = "url('"~post.url~"/"~source~"')" %}
{% else %}
{% set info = null %}
{% endif %}
{% set c = "" %}
{% if post.header.type %}
{% set c = post.header.type|join(" ") %}
{% endif %}
{% if top_page.title != post.title %}
{% endif %}
{% endfor %}