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

4 lines
82 B
Plaintext

<div rt-scope="{first: 'Jack', last: 'Sparrow'} as user">
{user.first}
</div>