@for (todo of todos.value(); track todo.id) { }
Title Due Date Actions
{{ todo.title }} @if (todo.done) { ✓ } {{ todo.dueDate | date }}
@if (editingTodo() !== null) { }