@if (homePage()) { @if (fieldError('pages'); as msg) { {{ msg }} } @for (section of sections(); track section.id) { {{ section.id }} {{ 'builder.visible' | translate }} {{ 'builder.sectionVisibleDesc' | translate }} {{ 'builder.layoutStrategyLabel' | translate }} {{ 'builder.layoutStrategyDesc' | translate }} @for (option of layoutStrategyOptions; track option.value) { {{ option.labelKey | translate }} } {{ layoutStrategyDescKey(section.layout?.strategy || 'stack') | translate }} {{ 'builder.columns' | translate }} {{ 'builder.sectionColumnsDesc' | translate }} } }
{{ msg }}