@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.layoutStrategyLabel' | translate }} {{ layoutStrategyDescKey(section.layout?.strategy || 'stack') | translate }} @for (option of layoutStrategyOptions; track option.value) { {{ option.labelKey | translate }} } {{ 'builder.columns' | translate }} {{ 'builder.sectionColumnsDesc' | translate }} {{ 'builder.visible' | translate }} } {{ 'builder.addBlockHint' | translate }} @for (entry of blockCatalog; track entry.type) { {{ entry.labelKey | translate }} } }
{{ msg }}
{{ 'builder.homepageBlocksHint' | translate }}
{{ blockDescription(section.type) }}
{{ 'builder.addBlockHint' | translate }}