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
/
cmd
/
index.html
12 lines
(10 loc)
•
208 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{{include
'./public/header'
}} <div
id
=
"main"
> <h3>{{title}}</h3> <ul> {{each list}} <li><a href=
"{{
$value
.url}}"
>{{
$value
.title}}</a></li> {{/each}} </ul> </div> {{include
'./public/footer'
}}