atom-beautify/examples/nested-jsbeautifyrc/mustache/expected/test.mustache

18 lines
254 B
Plaintext
Raw Normal View History

2014-10-26 13:11:44 -06:00
<h1>{{header}}</h1>
{{#bug}}
{{/bug}}
{{#items}}
{{#first}}
<li>
<strong>{{name}}</strong>
</li>
{{/first}}
{{#link}}
2015-03-07 14:21:28 -07:00
<li><a href="{{url}}">{{name}}</a></li>
{{/link}}
2014-10-26 13:11:44 -06:00
{{/items}}
{{#empty}}
<p>The list is empty.</p>
{{/empty}}