Is it possible to compose a template defined in the same file, like the following. Or is it required that the composed template be contained in a separate file?
<template>
<template name=myTemplate" bindable="instance">
$(instance.someText}
</template>
<div with.bind="instance">
<compose view="myTemplate" model="instance"/>
</div>
</template>