<header id="header">
  <h1>todos</h1>
  <input type="text" id="new-todo" placeholder="What needs to be done?" data-bind="{{ model: <~>newTodoText, onEnter: addNewTodo(), focus: true }}" />
</header>
