mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 06:12:34 -05:00
6 lines
126 B
Cheetah
6 lines
126 B
Cheetah
|
<if test="data.example.length">
|
||
|
<for each="example" in="data.example">
|
||
|
<p>Sample code:</p>
|
||
|
<pre>{+example+}</pre>
|
||
|
</for>
|
||
|
</if>
|