Files
2021-10-01 16:14:19 +02:00

9 lines
165 B
Twig

{{ page.content|raw }}
{% for module in page.collection() %}
<div id="{{ _self.pageLinkName(module.menu) }}"></div>
{{ module.content|raw }}
{% endfor %}