+
+ ${modelNotFound
+ ? DeleteIcon({ width: '16px', height: '16px' })
+ : matchedType.icon({ width: '16px', height: '16px' })}
+
+ ${modelNotFound
+ ? `This ${matchedType.name} not available`
+ : `${title}`}
+
+
+
+
+ ${modelNotFound
+ ? `The ${matchedType.name.toLowerCase()} is deleted or not in this doc.`
+ : `The ${matchedType.name.toLowerCase()} is inserted but cannot display in edgeless mode. Switch to page mode to view the block.`}
+
+
+
+ ${modelNotFound
+ ? html`