UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
backbone_require
/
js
/
templates
/
todos.html
7 lines
(6 loc)
•
206 B
HTML
View Raw
1
2
3
4
5
6
7
<div
class
=
"view"
>
<
input
class
=
"toggle"
type
=
"checkbox"
<%=
completed
? '
checked
'
:
'' %>
>
<
label
>
<%- title %>
</
label
>
<
button
class
=
"destroy"
>
</
button
>
</
div
>
<
input
class
=
"edit"
value
=
"<%- title %>"
>