I have two objects that I want to render side by side. There is never a case where I will want to render more, or less than two. My model is setup like so:
{ o
You could adjust your model to include the h1 and div so you could loop over a list sending different data to objPartial each time
h1
div
objPartial
See it on jsFiddle