mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
class {}
|
|
|
|
<for|i| of=[1, 2, 3, 4]>
|
|
<card>
|
|
<div.body key=`transcluded:${i}`>
|
|
<span>${i}</span>
|
|
</div>
|
|
</card>
|
|
</for> |