@if (profileState.articles().length === 0) {
bookmark

No reads to display yet

} @else {
@for(note of profileState.articles(); track note.id) { {{note.content}} }
}