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

9 lines
117 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
</else>