section.simple-marquee.max-w-full: .max-w-l
//- The text content of the marquee
cloak-copy-wysiwyg(:content='block.copy')
//- Optional list of buttons
.buttons(v-if='block.buttons.length'): btn-craft(
v-for='button in block.buttons' :key='button.id'
:button='button')