UNPKG
hogan-hammer
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
Hogan.js templating with stream
github.com/ishiduca/node-hogan-hammer
ishiduca/node-hogan-hammer
hogan-hammer
/
t
/
test.html
8 lines
(7 loc)
•
85 B
HTML
View Raw
1
2
3
4
5
6
7
8
<!doctype
html
>
<
body
>
<
h1
>
{{title}}
</
h1
>
{{#list}}
<
li
>
{{.}}
</
li
>
{{/list}}
</
body
>