Created a new todo!
@endif
@if todos.len == 0
@endfor
Nothing to see here...
@endif @for todo in todos(id: @{todo.id})@{todo.name}
@if !todo.completedCreated at: @{todo.created.hhmmss()}
@elseCompleted at: @{todo.updated.hhmmss()}
✔️
@endif