@if (item.type === 'folder') { } @if (item.type !== 'folder') { }
{{ item.name }}
{{ item.type.toUpperCase() }}
Information
Created By
{{ item.createdBy }}
Created At
{{ item.createdAt }}
Modified At
{{ item.modifiedAt }}
Size
{{ item.size }}
@if (item.contents) {
Contents
{{ item.contents }}
}
Description
@if (item.description) {
{{ item.description }}
} @if (!item.description) {
Click here to add a description
}