Hi there.
I have a Kirby 3.2 Page which i Upgraded to Kirby 3.9. It used the following snippet:
<?php foreach ($page->module()->toBuilderBlocks() as $block) : ?>
<?php snippet('modules/' . $block->_key(), array('data' => $block)) ?>
<?php endforeach ?>
how do i migrate this that it works without the builder just with normal blocks?
Thanks and Greetings
Janosch