<#-- Shows some general info about the current document, including NodeRef and aspects applied -->

General document info

<#if document?exists>

Current Document Info:

Name: ${document.name}
Ref: ${document.nodeRef}
Type: ${document.type}
Content URL: /alfresco${document.url}
Locked: <#if document.isLocked>Yes<#else>No
Aspects: <#list document.aspects as aspect>
${aspect}
<#else> No document found!