<toolbar children="@load(r.results)" orient="vertical">
<template name="children" var="strata">
<button label="@load(strata.name)" />
</template>
</toolbar>
When i try to do something like the example above, buttons appear horizontaly despite the orient argument.
If I don't use a template but I put the buttons manually, it works perfectly.