1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/repeat-literal-collection.rt
2016-01-01 19:22:35 +01:00

5 lines
73 B
Plaintext

<div>
<div rt-repeat="items in {a:1, b:2}">
{items}
</div>
</div>