nos valeurs

This commit is contained in:
2021-06-21 14:15:18 +02:00
parent 586a9de49a
commit 8442dce45c
6 changed files with 116 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
{{ page.content|raw }}
{% for module in page.collection() %}
<div id="{{ _self.pageLinkName(module.menu) }}"></div>
{{ module.content|raw }}
{% endfor %}