Seasoning Showing a non-interactive list of seasonings. @for (item of items; track item) { {{item}} } Mailbox navigation Showing a navigation list with links to google search @for (link of links; track link) { {{link.name}} } Messages Showing a list of messages, where each message item has sender's name, sender's avatar, message subject, and content of the message. @for (message of messages; track message) {

{{message.from}}

{{message.subject}}

{{message.message}}

}
Folders and notes for mailbox Showing a list with two sections, "folders" and "notes".

Folders

@for (folder of folders; track folder) { folder

{{folder.name}}

{{folder.updated}}

}

Notes

@for (note of notes; track note) { note

{{note.name}}

{{note.updated}}

}