```jsx const items = [ { id: 0, html: '
Slide 1 html
', caption: 'This is the caption for slide 1' }, { id: 1, html: '', caption: 'This is the caption for slide 2' }, ]
```