@if (!homePage()) { } @else { @if (fieldError('pages'); as msg) { }

{{ 'builder.homepageBlocksHint' | translate }}

@for (section of sections(); track section.id; let first = $first; let last = $last) {
{{ blockLabel(section.type) }} @if (section.visible === false) { {{ 'builder.widgetHidden' | translate }} }

{{ blockDescription(section.type) }}

@if (showColumnsFor(section)) { }
}

{{ 'builder.addBlockHint' | translate }}

@for (entry of blockCatalog; track entry.type) { }
}