module dans module dans module

This commit is contained in:
2021-03-12 17:04:40 +01:00
parent 405e5094ee
commit 0330bc5f4e
42 changed files with 268 additions and 444 deletions
@@ -0,0 +1,8 @@
{{ page.content|raw }}
{% for module in page.collection() %}
<div id="{{ _self.pageLinkName(module.menu) }}"></div>
{{ module.content|raw }}
{% endfor %}