{{ copy(section.title) }}
{{ copy(section.summary) }}
@for (paragraph of section.body; track $index) {{{ copy(paragraph) }}
} @if (section.key === 'valuation') {-
@for (bullet of section.bullets; track bullet.en) {
- {{ copy(bullet) }} }