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

{{ msg }}

}

{{ 'builder.homepageBlocksHint' | translate }}

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

{{ blockDescription(section.type) }}

}

{{ 'builder.addBlockHint' | translate }}

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