UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
create
/
template.html
7 lines
(6 loc)
•
147 B
HTML
View Raw
1
2
3
4
5
6
7
<
header
id
=
"header"
>
<
h1
>
${title}
</
h1
>
<
form
>
<
input
id
=
"new-todo"
name
=
"text"
placeholder
=
"${todo.placeholder}"
autofocus
>
</
form
>
</
header
>