mstch/test/data/partial/partial_view.mustache

4 lines
57 B
Plaintext
Raw Normal View History

2015-04-10 02:41:27 +08:00
<h1>{{greeting}}</h1>
{{>partial}}
<h3>{{farewell}}</h3>