@using Microsoft.AspNetCore.Components.Forms
@if (!string.IsNullOrEmpty(ActivePreviewUrl)) {
Active Book Design Preview
}
PRODUCT MASTER LEDGER

Provision catalog items metadata, book cover assets, and supplementary chapter telemetry designs.

Media Assets Node Array

@if (string.IsNullOrEmpty(ProductModel.ImageUrl)) { } else {
Main Book Cover
}
@for (int i = 0; i < 5; i++) { var index = i;
@if (HasAssetAt(index)) { Slot @(index + 1)
} else { }
}