UNPKG

todomvc

Version:

> Helping you select an MV\* framework

7 lines (6 loc) 206 B
<div class="view"> <input class="toggle" type="checkbox" <%= completed ? 'checked' : '' %>> <label><%- title %></label> <button class="destroy"></button> </div> <input class="edit" value="<%- title %>">