What UI element to use for representing a content tree?

I’ll be developing an iPad application in which there will be a sidebar for selecting content to display in the main pane. The content is organized as a tree and the sidebar should show the name of the current node, children and siblings.

I want to use standard UI elements as much as possible. What is the ionic way to succeed in this scenerio?

Thanks in advance.