@if (loading()) {
} @else if (error()) {
} @else if (isEmpty()) {
No bookmarks yet
Use the bookmark icon in the note toolbar to add one.
Drop items here
} @else {
@if (!dragDisabled) {
Drop here to move to root
}
@for (node of displayItems(); track node.ctime) {
}
@if (displayItems().length === 0) {
No bookmarks to display.
}
}
@if (conflictInfo()) {