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

7 lines
117 B
Plaintext
Raw Normal View History

2016-04-28 23:23:41 -06:00
<if(data.items)>
<for(item in data.items)>
<div>${item.name}</div>
</for>
2015-02-21 13:27:39 -07:00
</if>
2016-04-28 23:23:41 -06:00
<else>content</else>