UNPKG
ali-tmodjs
Version:
dev (1.0.9-rc2)
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.81
1.0.9
1.0.9-rc2
1.0.9-rc1
1.0.8
1.0.7
1.0.6
1.0.6-rc4
1.0.6-rc3
1.0.6-rc2
1.0.6-rc1
1.0.5
Template Compiler
gitlab.alibaba-inc.com/fangdeng/ali-tmodjs/tree/master
ali-tmodjs
/
test
/
test-all
/
escape-off
/
index.html
8 lines
•
146 B
HTML
View Raw
1
2
3
4
5
6
7
8
<
div
id
=
"main"
>
<
h3
>
{{title}}
</
h3
>
<
ul
>
{{each list}}
<
li
>
<
a
href
=
"{{$value.url}}"
>
{{$value.title}}
</
a
>
</
li
>
{{/each}}
</
ul
>
</
div
>