1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/test/data/scope.rt.html

9 lines
203 B
HTML

<div>
<div>
<span>Item:#0 = a</span>
<span>Item:#1 = b</span>
<span>Item:#2 = c</span>
</div>
<span>items not in scope</span>
<span>item not in scope</span>
</div>