UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
cujo
/
app
/
footer
/
template.html
6 lines
(5 loc)
•
164 B
HTML
View Raw
1
2
3
4
5
6
<
footer
id
=
"info"
>
<
p
>
${edit}
</
p
>
<
p
>
${createdBy}
<
a
href
=
"http://cujojs.com"
>
cujoJS
</
a
>
</
p
>
<
p
>
${partOf}
<
a
href
=
"http://todomvc.com"
>
TodoMVC
</
a
>
</
p
>
</
footer
>