react-templates/test/data/scope-obj.rt

4 lines
82 B
Plaintext
Raw Normal View History

2015-09-03 10:01:01 +02:00
<div rt-scope="{first: 'Jack', last: 'Sparrow'} as user">
{user.first}
</div>