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

=====Template Start=====

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}

=====Template End=====