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

8 lines
124 B
Plaintext
Raw Normal View History

2015-02-21 13:27:39 -07:00
<if test="data.items">
<for each="item in data.items">
<div>${item.name}</div>
</for>
</if>
<else>
content
2015-02-21 14:10:37 -07:00
</else>