{{ layout "layout.vto" { title: document.label } }}
{{ include "breadcrumb.vto" { version, links: document.fields !== undefined ? [ [document.label, ["document", document.name, "edit"]], ] : undefined, } }}

{{ document.label }}

{{ if document.description }}
{{ document.description }}
{{ /if }}
{{ /layout }}