{{ module.title }}

{% if page.slug != "realisations" %}
{{ module.content }}
{% else %}
{% for item in module.content %}
{% endfor %}
{% endif %}