<#-- List of docs in the Home Space for current user --> <#-- If the doc mimetype is plain/text then the content is shown inline --> <#-- If the doc mimetype is JPEG then the image is shown inline as a small thumbnail image --> <#list userhome.children as child> <#if child.isDocument> <#if child.mimetype = "text/plain"> <#elseif child.mimetype = "image/jpeg">
${child.properties.name}
${child.content}