I have hit the wall on this issue and I can’t work it out any help would be much appreciated
<?php foreach ($page->blocks()->toBlocks() as $block): ?>
<section id="<?= $block->id() ?>" class="block block-type-<?= $block->type() ?>">
<?php snippet('blocks/' . $block->type(), [
'block' => $block,
]) ?>
</section>
<?php endforeach ?>
Blueprint:
tabs:
content:
label: Content
icon: text
sections:
fields:
type: fields
fields:
# Blocks
blocks:
label: Page Builder
type: blocks
fieldsets:
- textblocksmall
folder structure:
snippets > blocks > *.php