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