@for (section of copy.sections; track section.id) {
@if (section.id === 'sequence') {
}
@if (section.id === 'offer-boundary' && copy.offerings.length > 0) {
@for (offering of copy.offerings; track offering.id) {
-
{{ offering.title }}
{{ offering.body }}
}
}
}
{{ copy.sequence.referenceNote }}
}