Hinzufügen
Gesamt: {{ todos.length }} | Offen: {{ openCount }} | Erledigt: {{ doneCount }}
{{ todo.text }}
{{ todo.done ? 'erledigt' : 'offen' }}