UNPKG
grunt-tmod-syd
Version:
latest (0.3.0)
0.3.0
the grunt plugin for tmodjs-syd
github.com/Jsonzhang/grunt-tmod
liuxuewen1/grunt-tmod-syd
grunt-tmod-syd
/
test
/
tpl
/
index.html
13 lines
(10 loc)
•
210 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{{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'
}}