https://github.com/NativeScript/docs/blob/fb9c1a4878e3f30fad23fa482f709261a80f1fae/examples/solid/src/ui/listview.tsx#L14 This should probably be something like: ```tsx <listview items={items} > <itemtemplate> <label text="{{ item.title }}" /> </itemtemplate> </listview> ``` But compared to, for example Svelte version, how would you get `item` correctly with Solid?