@if (page(); as copy) {
@for (section of copy.sections; track section.id) { @if (section.id === 'profile') {
    @for (line of copy.profile; track $index) {
  • {{ line }}
  • }
} @if (section.id === 'featured-cases') {
@for (caseStudy of featuredCases(); track caseStudy.id) { }
} } @for (audience of copy.audiences; track audience.id) {

{{ audience.headline }}

{{ audience.body }}

    @for (bullet of audience.bullets; track $index) {
  • {{ bullet }}
  • }
}
}