<root>
<function fnc-name="layout">
<hbox>
<vbox>
<template path="left">
<invoke fnc-name="layout" />
<slot  />
</template>
</vbox>
<vbox>
<template path="top">
<invoke fnc-name="layout" />
<slot  />
</template>
<template path="center">
<invoke fnc-name="layout" />
<slot  />
</template>
<template path="bottom">
<invoke fnc-name="layout" />
<slot  />
</template>
</vbox>
<vbox>
<template path="right">
<invoke fnc-name="layout" />
<slot  />
</template>
</vbox>
</hbox>
</function>
<template path="/">
<invoke fnc-name="layout" />
</template>
</root>
