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
/
example
/
dashboard.html
8 lines
(7 loc)
•
87 B
HTML
View Raw
1
2
3
4
5
6
7
8
<!doctype
html
>
<
body
>
<
h1
>
{{title}}
</
h1
>
{{#list}}
<
div
>
{{.}}
</
div
>
{{/list}}
</
body
>