@if (document()) {

Document


Title
{{ document()!.title }}
Description
{{ document()!.description }}
Data File
@if (document()!.dataFile) {
Abrir {{ document()!.dataFileContentType }}, {{ byteSize(document()!.dataFile ?? '') }}
}
}