UNPKG
mustache-cli
Version:
latest (2.3.2)
2.3.2
2.3.0
2.2.0
2.1.0
2.0.1
2.0.0
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Mustache's CLI interface.
github.com/zuojiang/mustache-cli
zuojiang/mustache-cli
mustache-cli
/
examples
/
out
/
multi
/
index.html
18 lines
(15 loc)
•
224 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
>
<
title
>
Multi
</
title
>
</
head
>
<
body
>
<
div
>
<
h1
>
Multi
</
h1
>
<
p
>
page1
</
p
>
<
h1
>
Multi
</
h1
>
<
p
>
page2
</
p
>
</
div
>
</
body
>
</
html
>