9 lines
117 B
Plaintext
9 lines
117 B
Plaintext
|
<if test="data.items">
|
||
|
<for each="item in data.items">
|
||
|
<div>${item.name}</div>
|
||
|
</for>
|
||
|
</if>
|
||
|
<else>
|
||
|
content
|
||
|
</else>
|