I want to do this, which is a way to run content into a Kendo client side template:
<script type="text/x-kendo-template" id="layout-template">
layout template here
</script>
<script type="text/x-kendo-template" id="appDetails-template">
content here
</script>
How does the content get assinged to the template? I have no placeholder within the layout template for the content to be run into therefore it isn't displaying