@if (editable()) {
{{ chunk().pageContent }}
@for (chunk of children; track chunk; let j = $index) { C-{{ j + 1 }} @if (chunk.metadata.score; as score) { + score {{ score | number: '0.0-2' }} } {{ chunk.pageContent }} @if (editable()) { } }