I want to have inside like
<div main>
<div content>
my content
</div>
</div>
And what about surfaces inside surfaces? I can't do:
new Surface({
content: new Surface({})
});
I want it to be laid out like this: https://i.stack.imgur.com/dcqHn.png
[EDIT]My question is how to create the layout in the picture using famo.us. Specifically, how to have a div inside a div or surface inside a surface. I'm looking at the famo.us layout example now, thanks