When binding like this:
<div data-bind='template: { name: "personTemplate",
foreach: someObservableArrayOfPeople }'>
</div>
Is it possible to specify some sort of separator template, similar to the separator template in Classic ASP.NET?
There is not currently a way to specify a separator template.
However, I think that there are a few options:
separatorTemplate and point to it from your template binding (that way you could reuse the separator template, if necessary)