@page "/todo"

To-do list

List of tasks that must be done for server management.

@if (items != null && items.Count > 0) { } @code { private List items = ToDoItemsRepository.GetItems(); }