{{ notice() }}

@if (todos().length > 0) {
    @for (todo of todos(); track $index) {
  • {{ todo }}
  • }
}